@mira
shipped with champ · 6m 12s
Dark mode across 23 files, one rollback, zero drama. Watch the agent thread the theme tokens through the whole graph.
Semantix turns your codebase into a living graph and puts real agents inside it — they remember, they watch, they ship. Conversations become commits.
The spine
Everything in Semantix is built on the same four commitments. They are not features — they are the architecture.
One bus carries everything. The UI is a live view over the stream — nothing polls, everything reacts.
A lead agent that delegates to specialists. A crew with roles — not a chatbot with a text box.
Your code lives on your disk and nowhere else. Agents run stateless against an index you own.
Watch the agent type files into the graph, token by token. No spinners — you see the work.
What it feels like
Tell the agent what you want in plain language. It reads the graph, edits across files, runs your tests — and hands you a commit while you watch every keystroke land.
Make the session auth async — and don't break the CLI.
feat(auth): async session handshake
12 files · +214 −96
Semantix agents persist. They remember decisions from last week, notice what you're working on right now, and act between sessions — with a heartbeat you can watch.
The index is built on your disk. Agents run stateless on top of it. There is no cloud copy of your codebase — nothing can leak what was never sent.
~/projects/your-app
your code · stays here
semantic index
.semantix/index · built locally
agent runtime
stateless · reads the index, writes diffs
Semantix Spaces · coming soon
Runs, agents, and graphs are shareable objects. Post the run where your agent shipped dark mode. Fork your friend's reviewer. Star the prettiest graph you've ever seen.
@mira
shipped with champ · 6m 12s
Dark mode across 23 files, one rollback, zero drama. Watch the agent thread the theme tokens through the whole graph.
refactor-surgeon
v3 · by @kai
Extracts modules without breaking imports. Ruthless about dead code, polite about your naming.
specialty · structural refactors
temperament · surgical
@theo
shared a graph · payments-service
214 nodes · 612 edges · prettiest payments code you'll ever see