Give agents
a world to
navigate.

Spacefolder is a world model for real-time predictions from your data. Agents share its history, compare predicted outcomes, and coordinate their next moves.

Meet the model
OBSERVATIONS → PREDICTIONS.PARALLEL AGENTS. SHARED EVIDENCE.Watch the engine run

THE WORLD MODEL

Save the history.
Navigate the model.

Stream observations, actions, and outcomes into a shared world model.
Predict the next move, with the source evidence in reach.

Stream

Bring observations, actions, and outcomes into a time-ordered history.

Observationt − 2Actiont − 1Outcomet
EXAMPLE SOURCE FAMILIES

Files · APIs · telemetry
Source adapters in development

Fold

Encode how histories unfold.
Keep the exact records.

SPACEFOLDER WORLD MODELLearned state + source evidence

Navigate

Give agents the same model to explore and predict from.

Search histories
Find related paths and their source evidence.
Predict outcomes
Apply trained predictors to supported questions.
Coordinate agents
Record each choice and compare the results.

A DIFFERENT CENTER OF GRAVITY

Much more
than a database.

Records tell you what happened.
And a learned history predicts what’s next.

Postgres

Relational database

Core representation
Rows, relations, indexes
Read path
Plan SQL queries to scan, join, and aggregate records.
Prediction path
Build features and connect a model inside or outside the database.
Architecture docs

ClickHouse

Analytical database

Core representation
Sorted, compressed columns
Read path
Prune data and process columns in batches.
Prediction path
Use model functions or integrate an inference pipeline.
Architecture docs

Turbopuffer

Search engine

Core representation
Vectors, documents, attributes
Read path
Rank results with vector and full-text search.
Prediction path
Feed retrieved context into a task-specific model.
Architecture docs

THE ENGINE, IN MOTION

Real-time predictions.
While events keep coming.

11k+

Event operations / second

25 ms

Inference time

SPACEFOLDER / CHURN
Churn rankings above. Feed counter below.Run details

ONE WORLD, MANY AGENTS

Work in parallel.
Stay in the same world.

Agents share the evidence, compare predictions, and record their next moves.

Spacefolder

Manufacturing

Which route can meet the tolerance and target cost?

Shared snapshot MFG-043

Agents in Manufacturing

MFG-043 · Sep 15, 09:30 UTC

48 of 48 agents

Accepted output by route

Route B: forecast 96/100 accepted at $11.40 per part. Pilot proposed. Full order on hold.

Accepted parts per 100Parts · 0–100

Each row shows the latest observed value, followed by the predicted value.

New world

Saved for this visit. No sources or agents will be connected.

USE CASES

Predictions Spacefolder
can make.

Coding

Agents for code, testing, and operations

Sources

Repository history, CI, load tests, traces, Prometheus, Datadog, and incidents.

Decision

Will this change improve p99 latency without increasing errors?

Outcomes
  • Latency
  • Throughput
  • Error rate
  • Test results

Research / ML

Agents for research, experiments, and evaluation

Sources

Papers, datasets, training runs, checkpoints, experiment tracking, evaluation results, and compute usage.

Decision

Which experiment should we run next?

Outcomes
  • Held-out quality
  • Cost
  • Wall time
  • Robustness

Robotics

Agents for perception, planning, and control

Sources

Vision, joint state, sensors, actions, calibration, and physical outcomes.

Decision

Should the agent execute this action, re-observe, or try another route?

Outcomes
  • Task success
  • Cycle time
  • Placement error
  • Intervention

Manufacturing

Agents for production, scheduling, and inspection

Sources

CAD, material scans, CNC state, robot telemetry, inspection, work-in-progress, and orders.

Decision

Which route is most likely to produce a conforming part at the target cost?

Outcomes
  • Accepted output
  • Yield
  • Cycle time
  • Interventions
  • Cost per accepted part

Growth

Agents for content, audience research, and measurement

Sources

Owned website analytics, authorized social and audience data, content history, responses, leads, and conversions.

Decision

Which content or audience experiment should we try next?

Outcomes
  • Qualified replies
  • Conversions
  • Revenue
  • Retention

Keep files, feeds, and model scoring on your own machine.

CLOSE TO THE SOURCE

Start on your Mac.
Share the world.

Designed from the start for local, edge, and cloud ingestion, with the same runtime on your Mac.

S3-compatible cold storage

Versioned source histories, model snapshots, and experiment records for shared runtimes.

ARCHITECTURE DESIGN

Under the fold.

Agents

Coordinate the next move.

Mac workspace

Inspect evidence, predictions, and each agent’s choices.

Decision records

Who chose what, why, and with which model.

Navigator access

Connected agents through MCP and skills. Integrations planned.

Questions + choicesEvidence + predictions

Runtime

Collect fresh evidence.

Event ingestion

Collect observations, actions, and outcomes in time order.

Source adapters

Files, APIs, and telemetry. Adapters in development.

Execution

Mac first. Edge and cloud runtimes planned.

Events + instructionState + prediction

World model

Predict from learned history.

  1. Exact history

    Original records with timestamps and provenance.

  2. Learned state

    EventSequenceJEPA
    2-layer transformer · 192-d states

  3. Trained predictors

    Read the shared state to score supported questions.

    Learned statePrediction

Cold storage

Preserve each world version.

World snapshots

History, model versions, and trained readouts.

Experiment lineage

Evidence → prediction → decision → measured outcome.

Object storage

S3-compatible sharing and synchronization planned.

GOOD QUESTIONS

A little further.

What’s a world?

A world connects observations, actions, and outcomes over time. It includes evidence from external systems, the choices your agents make, and what happens afterward. Agents can search that history and use trained predictors to plan their next move.

Why a world model instead of another database?

A world model learns how events unfold over time. Spacefolder uses that learned history to score possible next steps and give parallel agents shared context. Predictions, choices, and measured outcomes stay connected to their source evidence.

Can databases also run predictions?

Yes. Postgres supports custom functions, and ClickHouse includes model training and evaluation functions. Spacefolder brings the sequence model, trained predictors, and agent decisions into one shared world. Exact source records remain available alongside the learned state.

How is this different from vector search?

Vector search retrieves similar items. Systems such as Turbopuffer also combine it with full-text search and filters. Spacefolder learns from ordered histories and uses trained predictors to score outcomes. Agents use those predictions to compare next moves against relevant evidence.

How is this different from shared agent memory?

Agent notes, tool calls, and patches belong in the history. So do CI failures, sensor readings, inspection results, and conversions from systems outside the agents. Spacefolder is designed to connect decisions to that external evidence and to the outcomes you can measure.

How would a swarm of agents work together?

The design gives parallel agents a shared, versioned snapshot to work from. Each records its proposed action, supporting evidence, predictor version, and expected outcome. Other agents can inspect the reasoning before dividing the work. They compare results against the same evidence. Scheduling, permissions, and conflicting actions need explicit coordination as well.

Which agents is Spacefolder designed to connect with?

Claude Code, Codex, Cursor, Grok Bot, internal research agents, robot agents, and custom agents. Each of these connections needs an adapter, authorized access, and verification against the supported tools and questions.

What does the 11k+ demo measure?

The recording shows ingestion throughput above 11,000 event operations per second. During the same run, the dashboard updates churn scores in batches of 150. Throughput, inference time, and prediction accuracy measure different things. Watch the run

Can one model answer any question I ask?

Each predictor needs a supported question, suitable examples, and a measurable outcome. Small readouts can share an encoder, but a new task may need labels and further training. An instruction selects or conditions a supported readout. Training still needs examples and observed outcomes.

Can agents simulate the effect of their actions?

A trained predictor can score an action when its training data supports that question. The model foundation also includes a next-state dynamics head. Multi-step simulation remains a development direction. A predicted trajectory doesn’t establish that an intervention causes an improvement. That needs controlled experiments and observed outcomes.

What’s inside the model?

The documented foundation uses a two-layer, 192-dimensional sequence encoder. Last-state, masked-mean, and masked-max pooling form a 576-dimensional summary. A projected instruction embedding can condition that summary before a trained readout scores an outcome. During training, a separate dynamics head predicts the next latent state from the current state and action. SIGReg regularizes the representation.

Where does it run, and how does a world stay in sync?

The recorded engine runs locally. The product design starts on Mac, with edge and cloud runtimes and S3-compatible shared storage planned. Versioned snapshots identify the exact history and models behind a decision. Runtimes must manage permissions and resolve conflicting updates when synchronizing. Object storage holds the snapshots.

Is Spacefolder a reference to Dune?

Yes. Dune’s Navigators use foresight to plot safe routes while spacecraft fold space. In Spacefolder, folding means encoding event histories into a compact model space. Agents act as Navigators by querying those trajectories and using predictions to plan their next move.

Give agents a world to navigate.

Spacefolder is a world model for real-time predictions from your data. Agents share its history, compare predicted outcomes, and coordinate their next moves.