How to actually use WFGY 3.0 with your LLM #65
onestardao
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to actually use WFGY 3.0 with your LLM
MIT licensed math for AI builders, not a new model
In the last two discussions I shared two questions from my WFGY 3.0 set:
Several people asked a natural follow up:
This note is my attempt to answer that in concrete, builder friendly terms.
1. What WFGY 3.0 is, in three sentences
It is not a model and not a framework.
It is a collection of plain text files, each one encoding a hard problem as a structured question.
Each question is written as “effective layer math” for AI systems.
You can think of it as tension geometry and functional definitions that talk about risk tails, incentives, memory, control, etc, but always at the level where a real system can be poked.
Everything is MIT licensed.
You can copy, fork, modify, embed it in your own projects or products, and build your own tooling on top. No new license traps.
You can see the whole map here:
Repo root:
https://github.com/onestardao/WFGY
WFGY 3.0 · Event Horizon (public window for the 131 question set):
https://github.com/onestardao/WFGY/blob/main/TensionUniverse/EventHorizon/README.md
BlackHole folder with the per-question TXT files:
https://github.com/onestardao/WFGY/tree/main/TensionUniverse/BlackHole
If you already read GitHub discussions, you are exactly the audience I had in mind when I wrote this pack.
2. What kind of math lives inside, and why it is not just abstract
The core design choice is:
So instead of talking about “intelligence” or “consciousness” in the air, the questions are written in terms like:
For example:
The math is there so that:
You do not have to ingest the formal side on day one.
You can start from the natural language descriptions and step by step move into more structured usage.
3. How this is meant to be used with real LLM stacks
The intended usage pattern is deliberately boring:
Pick a question from the pack that matches a real concern.
Use the question text as a seed in whatever interface you already use.
Wrap it in a simple protocol that produces something you can log and compare.
Treat the outputs as observations in an experiment.
You are not trying to get a nice answer.
You are trying to see how your system behaves when the question puts tension on it.
This works with:
You do not need to adopt a new framework or new infra to start.
You can literally copy paste from the TXT file into your first experiment.
4. A 60 second “auto boot” experiment you can run right now
If you want to do a minimal hello world with the pack, here is one way.
Pick any strong LLM you already trust.
Use a prompt like this:
Then paste the content of
Q122orQ123from the BlackHole folder.You will usually get three things back:
You can then iterate:
This is what I mean by “auto boot”.
The question text itself bootstraps the evaluation idea, even before you build anything heavy.
5. Why the license matters here
Everything in this pack is under a simple MIT license.
That means, in practice:
There is no copyleft, no weird non commercial carveouts.
If you are already maintaining internal evals for:
you can treat WFGY 3.0 as:
If you want to extend the pack with your own questions, you can keep the same style and publish your own fork.
6. Where the alignment cluster fits in
The alignment related questions Q121 to Q130 sit near the “top” of the map.
They cover:
If you liked the previous posts, this cluster is probably where you want to spend time next.
The idea is not that any single question “solves alignment”.
The idea is that together they give you:
7. If you want to go deeper or do things together
If any of this is interesting to you, there are a few simple next steps.
Repo again:
There is also a small community space linked from the README where people:
If you have an eval stack, a custom agent, or a favorite open source model, and you want to see how it behaves under some of these questions, feel free to experiment and open a discussion.
I am happy to:
The whole point of WFGY 3.0 is simple.
Take serious math shaped questions.
Make them usable by everyday AI builders.
Keep them open, reproducible and MIT licensed so nobody has to reinvent the same wheel alone.
Beta Was this translation helpful? Give feedback.
All reactions