Part IV: Appendices
This section has extra materials like real-world examples, answers to common questions, and a dictionary of key terms to help you understand the whole system even better.
Appendix A: The Genesis Ideator - A Universe in a Single File
In the world of computers, the first program people usually write just makes the words "Hello, World!" appear on the screen. It's a simple test to make sure everything works. For our new system, our "Hello, World!" isn't a program, but something we call an Ideator.
It’s a super-simple, five-line computer helper that can act as a universal translator. It takes a three-part message, gives it to a smart AI to think about, and then brings back the answer. This tiny piece of code can instantly understand and work with every single Idea on the network, even Ideas that haven't been invented yet.
This is like a famous thought puzzle called the "Chinese Room." The puzzle says you don't need to understand Chinese to translate it; you just need a really good rulebook. Our Ideator is like that. It doesn't need to "understand" an Idea to work with it; it just follows the instructions in the message perfectly. This means you don't need to be an expert coder to create things. The AI acts as a universal translator for everyone, making it easy and fair for anybody to share their knowledge.
The first Ideator we made, the Genesis Ideator, is more than just a test. It's a statement. It proves that it’s incredibly easy to start using this new web. Anyone with a basic text editor and access to an AI can start creating, sharing, and improving ideas. Of course, people will build more powerful Ideators with fancy features, but you don't need them to get started. The power to create is available to everyone from day one—and that’s exactly what the tools we build are for.
For example, here’s what a simple Ideator that tries to make any Idea funnier might look like:
async function FunnyIdeator({ context, schema, solution }: Idea) {
const newContext = [...context, solution, 'Make it funnier'];
const newSolution = await Agent.Request(LLMConfig, schema, newContext);
return { context: newContext, schema, solution: newSolution };
}
Appendix B: How This Looks in Practice: A Digital Life
This whole vision makes more sense when you stop thinking about sharing boring, static "files" and start imagining us sharing living, working systems instead.
A person's private space (their "node") isn't like a folder full of documents. It's more like a busy workshop where Ideas—which are like recipes for robot helpers, step-by-step plans, and smart budgets—are all connected and working together. You can bundle these groups of living Ideas
into Projects: entire, working realities that you can share as a single, living package.
One of the most important rules is that every Idea is both a blank template and a finished example. When Alice shares an Idea
—like a product description or a budget—she's sharing both the empty form (the template) and the way she filled it out (the data). So, when her friend Bob gets it, he doesn't just get a blank page for a "product listing." He gets Alice's actual, complete product listing as a perfect example. This makes any shared Project instantly alive and ready to use.
Here’s a story to show you what we mean:
The Online Store Project: A Business in a Box
Alice builds a successful online store in her private workshop. It isn't just a website; it’s a Project, a complete, living digital thing made of different kinds of active Ideas:
-
Record Ideas: These are like smart files for her products or invoices. They aren't just text; they're interactive cards that know what they are and what you can do with them.
-
Instruction Ideas: These are reusable recipes for doing things. An
Add New Product
instruction guides her through adding an item, and aProcess Return
instruction gives the exact steps for a refund. -
Process Ideas: This is the master plan for getting orders to customers. When someone clicks "buy," a process for
Order Fulfillment
kicks off and follows a set of instructions automatically:Confirm Payment
,Update Inventory
,Generate Shipping Label
, andSend Confirmation Email
. -
Role Ideas: This is like a little robot helper, an "Inventory Manager." This robot is set up to watch how fast products are selling and how many are left. It uses an
Analyze Inventory
instruction to tell Alice when it's time to order more of something popular. -
Budget Ideas: A
Marketing Budget
that's like a smart piggy bank, not just a number on a page. It has both the power to act (rules for ad campaigns) and the money to spend, so it acts as both a wallet and a permission slip.
After getting her system running just right, Alice wants to help her friend Bob start his own business. She doesn't send him a list of tips or a folder of templates. She bundles her entire Online Store Project and shares it with Bob's workshop.
Bob doesn't get a bunch of lifeless documents; he gets a living, working business-in-a-box. He can start his own version of the online store immediately. The Process Ideas
are ready to handle orders, the Role Ideas
are ready to watch his inventory, and the Budget Ideas
give him a perfect template for his own marketing money. Now, Bob can start changing it to fit his own needs. He might change an Instruction
because he uses a different shipping company, or tell a Role
to warn him earlier when items are running low.
This is what it means for Ideas to create a digital life. It’s a big change from sharing static information to sharing active, working, and living systems. You aren't just sending files back and forth; you are sharing whole, working realities that you fully own and control. It's a new internet—a living web where the whole point of an idea is for it to be used, to change, and to grow as we all interact with it.
This document itself is not a final set of rules, but a living Idea that we hope you will challenge, improve, and build on. The most valuable thing you can contribute right now is your careful thought. If this vision makes sense to you, spend some time with it. Think about where it could lead, find its weak spots, and imagine its possibilities. Your feedback, shared with us, is the next important part of this journey.