Status: development-study design. This is a testable proposal, not a result. It belongs in a new study beside Stage 2b and cannot change the completed Stage 2b contract.
When Kavi, Friedman, and Patow released their new Thoughtseeds paper on July 16, 2026, I recognized the name before I understood the machine.
We already had a ThoughtSeedDTO running inside our own software. Their paper had thoughtseeds too. It would have been easy to assume that both teams had built different versions of the same object.
Then we compared the models.
Their thoughtseed was built to infer a hidden state inside changing network activity. Ours was built so an agent system could identify a candidate thought, watch it compete, and preserve what happened to it.
That difference did not ruin the connection. It gave us an experiment.
One name. Two instruments. One test neither could run alone.
We did not invent the word
The shared name came from the same scientific neighborhood: active inference, competing contents, nested organization, and the question of how a coherent thought can guide attention and action.
The exact family tree still needs care. Kavi and colleagues described their 2024 Thoughtseeds Framework as novel. Our package’s NOTICE credits an in-preparation ThoughtSeed Hypothesis by Ruben Laukkonen and Shamil Chandaria, along with IWMT, Global Workspace Theory, and active inference. Our specific Pydantic models, competition rule, child spawning, and workspace machinery were implemented by us, but the underlying word and theoretical territory were not our invention.
Those provenance statements are not yet reconciled in the primary literature. I would rather show that seam than write a cleaner origin story than the evidence allows.
What we can verify is simpler: the two implementations inherited a related intuition, then made it concrete for different jobs.
What our ThoughtSeed was built to do
We began the package work on May 19, 2026, and extracted it into a standalone runtime on June 10. Both happened before the new latent-cause paper appeared, though well after Kavi’s earlier Thoughtseeds work.
Our problem was an agent-runtime problem. Several candidate pieces of content might be active at once. We needed a way to keep each candidate addressable while it competed: what it contained, where it came from, how strongly it was activated, whether it won or lost, what parent it came from, and which attractor basin might organize its return.
That is why our ThoughtSeedDTO has an identity and a lifecycle. Its activation is continuous, so calling it merely a “discrete thoughtseed” misses the important point. The object itself is discrete and addressable. It can be pointed to again.
In the current Dionysus adapter, a retrieved candidate bridge becomes a conceptual ThoughtSeed. The candidates compete, and the lifecycle is emitted for the builder to inspect. The user-facing answer remains byte-for-byte identical with the Thoughtseed layer on or off. Right now, this is an observability instrument. It lets us see which candidate won without quietly letting that instrument write the reply it is supposed to measure.
Think of the full runtime object as a passport for a candidate thought. It can carry identity, origin, status, and lineage, although the current Dionysus adapter exposes only the smaller observability slice: identity, content, activation, and lifecycle events.
What their Thoughtseed was built to do
The 2026 paper asks a different question: can a small learned state capture the mental structure hiding inside a changing physiological process?
Its Layer 1 is a tractable four-network model of brain dynamics. Layer 2 maintains a five-dimensional latent vector with named coordinates such as attention to breath, pain or discomfort, pending tasks, an “aha” moment, and equanimity. An encoder, decoder, and forward model learn how that latent state relates to network activity and what may happen next. Layer 3 then combines policy evidence with habit and dwell-time priors, using meta-awareness as part of a proposed Global Neuronal Workspace gate.
This thoughtseed is not primarily a record of one candidate’s biography. It is a learned state estimate. Its value lies in reconstruction, prediction, and intervention: does the compact latent state explain the changing process, help forecast the next transition, or let a metacognitive layer regulate what happens next?
The authors ran one 12,000-step simulation for an expert phenotype and one for a novice phenotype. The final parameters are still theoretically motivated and need empirical calibration. That makes the model a serious piece of computational phenomenology, not evidence that the simulation is conscious.
The mismatch creates the question
Now we can ask something neither implementation could answer by looking only at itself:
Which predicts the next winning content better, a learned hidden state or the explicit history of the candidates that competed?
That is the experiment.
Use the same held-out sequences and ask each representation to predict which content becomes broadly available next, how long it remains stable, and what transition follows. Give the comparison three real competitors:
- a simple baseline built from raw activations and ordinary output measures;
- a Kavi-style learned latent state;
- our addressable candidate model with activation, outcome, lineage, provenance, and basin linkage.
J-space gives us a candidate internal readout of workspace-like availability. Behavior gives us the external check. A representation should not win because it describes the labels we used to build it. It should win because it predicts held-out events and survives an intervention designed to make it fail.
If the learned latent state beats both the simple baseline and candidate history, then compact hidden structure is doing real work. If candidate history adds prediction after the latent state is known, then identity and lineage carry information the compressed state leaves behind. If a later adapter adds held-out predictive value after we match model capacity and control for overfitting, then we have evidence that the two representations are complementary.
And if neither beats the simple baseline, “thoughtseed” may be carrying more intuition than explanatory power in this setting. That result would be useful too.
Which instrument should we use?
The question chooses the instrument.
If we want to know what hidden state best explains changing network dynamics, we use the learned latent model.
If we need to know which explicit candidate appeared, where it came from, what beat it, and whether it returns, we use the addressable runtime object.
If we want to know whether those are two views of the same process, we connect them with an adapter only after each has faced the same baselines on its own. Merging them first would erase the comparison. A positive result would become impossible to assign: did the learned state help, did candidate history help, or did one representation quietly define the other?
This is why the mismatch matters. It keeps the question answerable.
What we do next
The next move is a CPU-first reproduction and clean-room interface study with frozen comparisons, held-out data, interventions, and stop conditions. It remains separate from Stage 2b.
There is also a code boundary. As of August 3, 2026, GitHub does not report a license for prakash-kavi/thoughtseeds_model. Public source is readable source, not automatic permission to copy or redistribute it. We can reproduce the published scientific contract and ask the authors about licensing before reusing their implementation.
No consciousness claim is on the table. Even a strong result would support a narrower statement: one representation predicts and changes a measurable process of availability better than its alternatives.
That is enough. In a field full of names that can outrun their evidence, one clean comparison is more valuable than a premature grand theory.
Validation trail
- Current paper: Kavi, P. C., Friedman, D. A., and Patow, G. (2026), Thoughtseeds as Latent Causes.
- Current reference implementation: prakash-kavi/thoughtseeds_model.
- Earlier architecture: Kavi, P. C., Zamora-López, G., and Friedman, D. A. (2024), From Neuronal Packets to Thoughtseeds.
- Peer-reviewed framework: Kavi, P. C., Zamora-López, G., Friedman, D. A., and Patow, G. (2025), Thoughtseeds.
- Our runtime:
thoughtseed-runtimev0.1.0, Apache-2.0, authored by Mani Saint-Victor, MD. Public evidence receipt pending. - Proposed comparison: a new disjoint development study, not Stage 2b.
APA reference: Kavi, P. C., Friedman, D. A., & Patow, G. (2026). Thoughtseeds as latent causes: A dual-process computational phenomenology of focused-attention meditation. arXiv. https://doi.org/10.48550/arXiv.2607.14833
Leave a Reply