← Back to homepage
COGG9 founder note

Building an AI model that can grow instead of being replaced.

COGG9, formerly PlasticNodeLM, is my attempt at creating a custom AI model that can develop over time instead of being trained once, frozen, and eventually thrown away for the next model.

I’m exploring a model with a stable core, expandable structure, memory-aware behavior, specialized parts that can wake when needed, and a future body in COGG9 Agent where it can remember projects and do useful work.

Friendly growing AI organism avatar representing COGG9
Growing core guide
core / specialists / growth
01The core stays active

Helpers can sleep, tools can change, and new specialists can develop without paging away the model’s central thread.

02Capability can sleep

A bounded active window could call on a much larger dormant library without keeping the whole system awake.

03Growth has to earn its place

New structure should solve a real problem, survive testing, fit the hardware, and remain removable.

The model I actually want to build

Most AI models arrive as finished objects.

They are trained, released, and used in roughly the same form until something newer replaces them. Whatever they learn about you or your projects usually sits outside the model in a prompt, chat history, retrieval database, or memory plugin.

I want to explore another direction.

COGG9 is being thought about as a model that starts with a small, protected center and develops useful structure around it. New capabilities could become specialists. Frequently used knowledge could stay close. Less active abilities could sleep until the system needs them again.

The model would still need outside memory and a working environment. That is where COGG9 Agent comes in. But the model itself would also be designed for continuity, specialization, and change from the beginning.

The central question: what if an AI model could keep becoming more capable without having to keep its entire lifetime awake at once?

A stable center with room to change

One of the most important ideas inside COGG9 is what I call the active brainstem.

That is architecture language for the part of the model that keeps the thread continuous. Tools may change. Specialists may come and go. Parts of the system may be compressed, replaced, retrained, or put to sleep. The active center should not disappear every time the machine needs to save memory.

If every part can be loaded and unloaded like a plugin, the system may become powerful, but it is still a collection of temporary pieces. COGG9 is asking whether a model can keep a smaller, stable center while allowing the structure around it to develop.

That center would help preserve identity, current direction, important boundaries, and the basic continuity of the work.

Helpers can sleep. Tools can change. The core thread stays lit.

More total capability than active hardware

Local hardware is one of the main reasons I started thinking this way.

A normal computer cannot keep an endlessly growing model fully active. There is only so much RAM, VRAM, storage, and power available. Trying to solve everything by making one dense model larger eventually runs into a wall.

COGG9’s Active Window and Dormant Node Library direction explores a different possibility.

The active window would hold the core and the parts currently needed for the job. A larger library of specialists, memories, repair knowledge, and learned structures could remain dormant until something makes them relevant.

Think of a workshop. You do not carry every tool in your hands all day. Most tools stay on the wall until the job calls for them. The important part is knowing which tool to bring in, why it belongs there, and when to put it away.

If this direction works, a future COGG9 could contain more useful stored capability than the computer could keep awake at one time. The hardware limit would shape how the model organizes itself rather than simply stopping growth.

Growth should create structure

“Growing AI” can turn into a vague phrase very quickly. I want COGG9’s growth to mean something more specific.

The model should be able to develop new places for useful work to happen. Those places might hold a specialty, a role, a learned pattern, a repair path, or a better way of handling a recurring kind of problem.

Some early PlasticNode work tested whether a structural scaffold could expand in a measurable way. In one bounded diagnostic series, all 12 structure probes passed while the tracked roles and states increased across three stages. Fields that could not be measured stayed empty instead of being filled with guesses.

That did not create a finished model. It did give the project something important: a way to measure structural expansion instead of treating growth as a slogan.

The future version of this idea goes further. New structure should have to earn its place. It should solve a real problem, survive testing, fit the available hardware, and remain removable if it makes the system worse.

Specialists, clusters, and useful relationships

I do not expect every part of a future model to be equally good at every kind of work.

COGG9 explores the possibility of internal specialists: parts that become better at particular functions, subjects, reasoning styles, or forms of exact work. Related specialists could form temporary working groups, while connections between them could carry useful information without turning the entire model on at once.

Some of the older project language describes role maps, active windows, specialist links, and groups of nodes that can work together. The names may change. The useful idea underneath them is that a model could organize capability into understandable parts rather than hiding everything inside one undifferentiated mass.

COGG9 Node Multiplexing is the governed research project testing one part of that idea: whether shared physical neural capacity can express multiple useful logical roles while keeping them measurably separate.

A coding problem might wake one collection of specialists. A research problem might wake another. Exact numbers, source text, formatting, or verification may need their own protected paths.

The model would not simply route work for speed. Routing could become part of how it stays organized.

A map inside the model

Another COGG9 direction is the Neural Map.

This is the idea that the model should have some way to understand its own internal territory: where useful capabilities tend to live, which areas relate to one another, where uncertainty is high, and which paths have caused trouble before.

The public version is less like a wiring diagram and more like a map of a city.

A map does not contain every conversation, person, or event in the city. It tells you where things are, how areas connect, and which route may get you where you need to go. A future neural map could help COGG9 find relevant specialists, memories, and verification paths without searching everything blindly.

Over time, that map could also show how the model is changing. New neighborhoods may form. Some routes may become more reliable. Others may be closed after repeated failures.

That could make model growth easier to inspect and correct.

Memory should begin earlier

Most AI memory systems begin outside the model. They save conversations, retrieve documents, or rebuild context before the next response.

COGG9 is also exploring Memory From Birth: the idea that continuity and memory support should influence the model’s design from the start rather than being attached after everything else is finished.

That does not mean storing every conversation inside the weights. It means asking deeper questions about what the model should preserve, how experience should influence future work, and how memory support can help without becoming a hidden answer key.

Earlier bounded PlasticNode experiments looked at small memory helpers and whether they could support fidelity while keeping a clear separation between remembering and answer leakage. One test line expanded to 36 cases while preserving that boundary.

I care about that distinction. Memory should help the system carry the work forward. It should not make an experiment look successful because the answer was quietly placed in another path.

The Inner Life Cycle

A model that changes over time needs a rhythm.

COGG9’s Inner Life Cycle explores the difference between active work and quieter periods of review. During active work, the system could collect outcomes, failures, corrections, and unresolved questions. During a later review cycle, it could revisit that experience and prepare possible improvements.

Those improvements might involve memory organization, specialist structure, routing, compression, or a better way to handle a repeated failure.

The important part is that a proposed improvement would remain a candidate. It would need to be tested against the previous version before becoming part of the model.

A grounded path from experience to improvement: work → collect experience → review → propose a change → test it → keep it or discard it.

I think that kind of rhythm may matter more than trying to make every change happen instantly.

Q8-supported, not Q8-first

COGG9 has always been shaped by the reality of local hardware.

That is why lower-precision work such as Q8 and the earlier BQ8 research mattered. Smaller representations could make local experiments more reachable and create room for larger dormant libraries or more specialists.

But COGG9 is not a quantization project wearing a larger name.

The precision format is part of the floor, not the whole house. Early Q8 work included mixed results, quality problems, and collapse paths. Those failures stayed in the record because a smaller model that loses the structure we care about is not progress.

The long-term question is whether active and dormant parts of COGG9 can use different storage and precision strategies without damaging the core behavior. Frequently used or fragile parts may need to remain stronger. Sleeping specialists may be able to use more compact forms.

The architecture should decide what can safely become lighter. The format should not decide what the architecture is allowed to become.

COGG9 and COGG9 Agent

COGG9 and COGG9 Agent are separate projects, but they are being shaped toward the same larger system.

COGG9 Agent is the workspace and future body. It is where project memory, tools, machine state, approvals, recovery, and the user-facing experience belong.

COGG9 is the model and developing core.

A future COGG9 could use COGG9 Agent to understand which project it is entering, what happened before, which tools are available, and what the user has allowed. COGG9 Agent could preserve the project even when the model changes. COGG9 could bring a model designed for continuity, specialization, and growth into that environment.

WaveCodecLLM and BHVC remain separate research lanes around internal communication and model storage. If their ideas survive testing, some may eventually inform how COGG9 carries signals or stores dormant capability. Promising experiments do not automatically become COGG9 architecture. They have to earn the transition.

What using COGG9 could eventually feel like

Imagine opening a project after several weeks away.

COGG9 Agent remembers where the work stopped, what was decided, what failed, and what still needs attention. COGG9 enters with the relevant specialists active and the rest of its larger capability library asleep.

As you work, repeated problems begin to feel less new. The model has better routes for familiar tasks. Useful specialists become easier to reach. Weak approaches remain in the history so the system does not keep rediscovering the same dead end.

If the work changes, COGG9 can wake different parts of itself without throwing away its center. If a proposed improvement fails, it can be removed. If the hardware becomes tight, less important capability can sleep.

Later, the same core might work through text, voice, visual information, software tools, or other interfaces provided by COGG9 Agent. The body can develop without requiring the core relationship to start over every time.

That is the future potential I see in COGG9: a personal AI core that can accumulate useful structure while staying small enough, organized enough, and understandable enough to remain close to the person using it.

Where the work stands

COGG9 is still an experimental model direction. The current record includes architecture work, bounded diagnostics, mixed results, preserved failures, and several research lanes that remain separate.

There is not a trained public COGG9 model yet.

That early stage is also what makes the project interesting to me. The structure is still open enough to question. Ideas can be tested separately. Weak paths can be dropped before they become permanent parts of the system.

Where I want this to go

I want COGG9 to become the model at the center of a personal AI environment that can last for years.

It should be able to develop specialists without turning into an unmanageable pile of modules. It should learn from experience without quietly rewriting itself. It should use local hardware carefully and keep most of its larger capability asleep until it is needed.

Most importantly, it should keep a coherent thread through change.

If COGG9 Agent is the durable home for the work, COGG9 is the developing intelligence I want that home to be ready for.

That is the larger attempt behind COGG9: a model, a body, memory, tools, and a way for the whole thing to grow without losing the person it is supposed to help.