WFGY 3.0 · What this project is trying to do #57
onestardao
started this conversation in
General
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.
-
This thread is the high level overview for new visitors who arrive at WFGY 3.0 and wonder what this repository is trying to do.
It is written for engineers, researchers and builders who are used to working with complex systems and modern AI tools, and who sometimes feel that everything looks correct on paper while something important is quietly going wrong.
1. What WFGY 3.0 is
WFGY 3.0 is a public lab for high tension problems in AI and complex systems.
The project has three core ingredients:
The goal is not to provide final answers.
The goal is to give both humans and AI systems a shared structure for talking about situations where:
WFGY treats those situations as tension fields that can be studied and compared, instead of as vague complaints after the fact.
2. The BlackHole S class problem set (131 problems)
The backbone of the project is a set of 131 S class problems collected under:
These problems are not exam style exercises.
They are long horizon, high tension questions that are meant to expose structural weaknesses in how we usually reason about systems.
They cover several families, for example:
The exact statements are all public.
You are encouraged to read them directly rather than rely on a summary.
3. Why there is a TXT pack for language models
One unusual aspect of WFGY 3.0 is that the main artifact is not a Python package.
It is a carefully structured TXT file that can be loaded into large language models as a kind of protocol.
The TXT pack contains:
In practice this means:
The aim is to study not only the problems themselves, but also how different models behave when they are forced to think inside a more disciplined structure.
4. How you can use this repository
There are several valid ways to use WFGY 3.0.
As a map of hard problems
You can treat the BlackHole directory as a catalogue of high tension questions.
Possible uses:
As a framework for your own stubborn cases
If you have a real world case that never quite fits into standard categories, you can try to rewrite it in the language of tension used here.
For example:
If they do, this tells you that your local issue may be part of a larger structural pattern.
As a test rig for language models
If you have access to a model that supports file input or very long prompts, you can:
This does not modify any model weights.
It only changes the protocol in which the model is asked to think and explain itself.
5. What this project is not
It is important to be clear about what WFGY 3.0 does not claim.
It is a candidate framework that tries to give structure to difficult regions of reality where our current tools and languages tend to fail.
The repository is open source under a permissive license.
If parts of it are useful, you are encouraged to reuse, adapt or challenge them.
6. Where to start
If you want to explore further:
Main repository:
https://github.com/onestardao/WFGY
S class problems (BlackHole):
https://github.com/onestardao/WFGY/tree/main/TensionUniverse/BlackHole
WFGY 3.0 Singularity demo TXT pack and instructions are linked from the main README.
If you prefer concrete starting points, you can:
Serious criticism and careful attacks on the framework are explicitly welcome.
Beta Was this translation helpful? Give feedback.
All reactions