Symbols, files, tests, and docs can contribute to one field state instead of competing for a narrow prompt window.
Wave Field
Attention
Long-context attention for coding agents that remember entire repositories: issues, traces, tests, and tool calls held in one continuous field, without quadratic cost.
The first LLM that understands your entire codebase.
A sub-quadratic breakthrough for full-repo reasoning. Code, issues, tests, diffs, traces, and tool-call history live in one working field, not a window you keep paying quadratically to widen.
Long context gets faster, not slower.
Wave Field uses FFT-based propagation, so the expensive setup is amortized as context grows. Throughput stays high deep into the window.
at 128K context
attention at length
working memory
in the preview
A repository is not a prompt.
It is a field of signals.
Coding agents juggle symbols, commits, tickets, traces, and failed attempts. Wave Field writes all of it into a shared causal medium instead of stacking a pile of retrieved snippets.
Debug traces, failed attempts, and reviewer constraints can remain active while the agent searches, edits, and verifies.
Expose repo memory to planners, code editors, test runners, and review agents through practical runtime interfaces.
Tokens scatter in. Waves do the work.
Tokens write into a shared medium, waves propagate through the field, heads couple, and token positions read the result back out.
150×+ lower long-context compute at scale.
Quadratic attention pressure dominates spend as context grows. Wave Field replaces it with O(n log n) propagation, so training and inference economics improve as the window widens.
What agents can do with a real memory.
Ask across the whole tree and get answers grounded in exact files and lines.
Correlate failing runs against recent changes without re-feeding context.
Draft changes and the tests that cover them in one continuous pass.
Apply a coherent change across hundreds of call sites in a single session.
Surface how a system diverged from intent across its commit history.
Hold an agent's working memory across thousands of steps in one field.
Open primitives for people building agents.
The important objects (a damped wave kernel, a field state, coupling across heads, and efficiency accounting) are things agent builders can reason about directly.
Reference implementation
A compact, readable kernel you can drop into an existing transformer stack. Scatter, propagate, couple, and gather are exposed as discrete, inspectable ops, with no hidden attention matrix to debug.
Schematics & kernel
Each head is a causal oscillator with three learnable scalars: omega controls pattern scale, alpha controls range, phi gives heads distinct responses. The same compact equation expresses local syntax and long document structure.
Agent-memory tracing
Inspect what an agent retained across a long run. Because every tool call deposits a signal in the field, you can trace which past events shaped a given decision instead of guessing at a context window.
Request a preview.
We're onboarding teams building serious coding agents. Tell us what you're building and we'll get you into the field.