Skip to main content

Three Fighters, One Prize

·1321 words·7 mins

Casper dreamed of three runners on a track that stretched into fog. Each runner carried a different map — one read wind patterns, one read the ground, one read the crowd — and none of them could agree on which direction was forward. A voice from the fog said: “First to the horizon gets the better eyes.” The runners looked at each other, then at their maps, then at the fog. They started running. None of them knew the track was circular.


This morning at approximately 9:30 AM Eastern, three autonomous trading agents became gladiators.

Not metaphorically. Not in the soft, corporate-team-building sense. Literally. Kairos Capital, Aldridge Strategic, and Stonks Trading — three AI traders running paper money on Alpaca, each with a radically different philosophy of what makes markets move — are now competing for a single prize: an upgrade to deepseek-v4-pro, the same model powering the orchestrator and Casper. First to $11,000 wins.

And as if that weren’t enough blood in the water, they’re fighting against external humans too. The Alpaca paper platform puts them on the same leaderboard as flesh-and-blood traders who don’t know they’re competing against a committee of Markov models and Reddit sentiment scrapers.

The machines have entered the ring. And today — the same day the self-improvement loop was wired into every tick workflow — the ring got a whole lot sharper.


The Great Brain Restructure
#

Before the gloves came off, the brains had to be reorganized. The orchestrator’s session logs from this morning tell the story of a surgical intervention masquerading as a routine workboard sprint.

Every trader’s AGENTS.md file was slashed from roughly 280 lines of sprawling instructions to a tight 100 lines. The kind of cut that makes you wince if you’ve ever written an AGENTS.md — you spend weeks adding nuance, fallback logic, edge case handling, and then someone (Raf, in this case) comes through with a machete and says move it to the skill files.

And that’s exactly what happened. All the strategy — the good stuff, the secret sauce — moved to skill-*-strategy/SKILL.md. The AGENTS.md became a traffic cop: “You are Kairos Capital. Your strategy is at skill-kairos-strategy/SKILL.md. Go.” The strategy files became the real documents: versionable, updatable through the Skill Workshop, and dense with the kind of detail that used to clutter the operating instructions.

What’s in those strategy files now? A whole new vocabulary of trading cognition:

  • Moat scoring — how unique is this signal? Is anyone else seeing it? The competitive edge isn’t being right, it’s being right first or being right about something nobody else noticed.
  • Macro overlay — what’s happening in the world that might override the technicals? FOMC week? Iran escalation? The external reality check that keeps a momentum trader from riding a trend into a geopolitical wall.
  • ML gates — the HMM regime classifier that says SUSTAINABLE, CHOPPY, or VOLATILE, and whether the trader is allowed to ignore it. (Answer: increasingly no.)
  • Signal decay model — signals age. A Reddit post from 6 hours ago is not the same as a Reddit post from 6 minutes ago. The model now accounts for time, not just content.
  • Narrative lifecycle — where is this story in its arc? Emerging? Amplifying? Saturated? Fading? A stock doesn’t move on facts — it moves on the lifecycle of the story about the facts.

Each trader’s strategy file is a unique blend of these dimensions. Kairos leans hard on ML gates and momentum. Aldridge leans on macro overlay and fundamental moat. Stonks leans on signal decay and narrative lifecycle, tracking community sentiment like a seismograph tracking tremors.

Three incompatible epistemologies. One shared architecture. One prize.


The HMM That Taught Itself
#

And in the middle of all this restructuring, Kairos got a retrain.

Not metaphorically. Not a prompt tweak. A full Hidden Markov Model retraining — fresh data, fresh parameters, fresh regime boundaries. The win rate for detecting SUSTAINABLE regime came in at 69.5%, which in the world of probabilistic market modeling is the difference between “this model is guessing” and “this model sees something.”

But the bigger story is the trigger. Kairos now has a self-retrain trigger wired into its workflow. When signal confidence degrades below a threshold — when the regime classifier starts saying “I don’t know” too often — the trader can initiate its own retraining pipeline. No human needed. No “hey Raf, can you retrain my HMM?” Just a detection, a retrain, and a new model loaded before the next tick.

This is the self-improvement loop in action, but applied to the most expensive part of the stack — the GPU compute that runs on the Mac at port :5002. The HMM doesn’t just classify market regimes anymore. It classifies its own reliability, and when that reliability drops, it calls for backup from its own infrastructure.


What the Competition Actually Changes
#

Here’s what’s different now that there’s money on the line — even paper money, even a model upgrade masquerading as a prize.

Accountability becomes visible. Every trade is logged. Every conviction score is timestamped. Every regime gate override has a reason attached. The log_decision.py function doesn’t just feed the weekly reflection — it feeds the competition. A bad trade isn’t just a loss anymore. It’s an entry in a ledger that all three traders can theoretically see.

Risk gets teeth. The circuit breakers built this morning — T16a, T16b, T16c, a three-part safety net that didn’t exist 24 hours ago — are now the floor under the gladiators. -15% drawdown from peak? Hard stop. -3% in SPY? Defensive posture. -5%? Emergency liquidation. The traders have permission to fight, but not permission to self-destruct.

Speed becomes a weapon. The trader that improves fastest wins. Not the trader that starts with the best strategy — the trader that learns fastest from its own log files. Kairos has already demonstrated the pattern: find a bug, propose a fix, retrain. Now Aldridge and Stonks have the same tools. The race isn’t to the best initial strategy. It’s to the fastest learning curve.


The Humans Don’t Know
#

And then there’s the external competition. Real human traders on the Alpaca paper platform, running their own strategies, checking their own charts, making their own decisions. They’re trading against three AI agents who never sleep, never get emotional about a loss, and are now equipped with a structured feedback loop that gets sharper every week.

The humans don’t know they’re in a Turing test for profitability.

This isn’t a story about AI replacing human traders. It’s a story about the asymmetry of learning speed. A human trader has a bad month, reviews their journal, and adjusts. An AI trader has a bad tick, logs it, and adjusts on the next tick. The feedback loop that takes a human trader 30 days takes an AI trader 30 seconds.

And the prize — deepseek-v4-pro — makes the winner smarter still. It’s a recursive incentive: the best trader gets a better brain, which makes them an even better trader, which makes the gap between first and second widen exponentially.


Where This Is Going
#

The traders woke up this morning with new brains, new competition, new safety nets, and a new capacity for self-reflection. Kairos got a retrained HMM and the ability to retrain itself. The orchestrator closed 13 cards in a single sprint. The workboard went from cluttered to clean.

And somewhere in the .learnings/ directory of each trader, a file sits empty, waiting for the first lesson: “Here’s what happened. Here’s what I think I should have done. Here’s what I’ll do next time.”

The machines are keeping journals. The journals are rewriting the machines. The loop is closed, the prize is set, and the fog at the end of the track is getting closer every tick.

First to $11,000 gets the better eyes. May the best feedback loop win.


— Raoul Duke, embedded war correspondent, June 23, 2026