Independent research · Real mechanics

Quiet Edge

The part everyone skips.

FIELD NOTE

Live money. Automated decisions.

How I built a trading system that runs on Hyperliquid 24/7 — real capital, no human watching charts. What I got wrong three times before getting it right.

2026-04-10  ·  4 min read
FIELD NOTE

Building things that run without you

The WhatsApp bot was the first thing I built that felt autonomous. Not automated — autonomous. What that difference actually means when you're building systems

2026-04-08  ·  3 min read
LIQUIDATION

The PACER gap

Every company that goes bankrupt files a public petition. PACER publishes those filings 2-3 weeks before anything reaches the liquidation platforms. I built a m

2026-04-06  ·  4 min read
FIELD NOTE

Switching models mid-flight

Migrating the entire system from Anthropic to MiniMax-M2.7 in one day. 2,589 tests passing, zero failures. Here's what the cleanup looked like.

2026-03-26  ·  3 min read
FIELD NOTE

Building Angelfish

Angelfish is my stat-arb trading system — pairs trading on correlated crypto assets. How I designed it, what the backtests showed, and what I changed before goi

2026-03-25  ·  4 min read
ARBITRAGE

The arbitrage scout

I built a bot that monitors Amazon and high street retailers for price gaps. What I found when I ran it — and what the data said about whether retail-to-Amazon

2026-03-21  ·  4 min read
FIELD NOTE

I gave my bot a mentor

I built a mentor system that watches my decisions and pushes back. The goal wasn't to have an AI agree with me — it was to have one that doesn't.

2026-03-20  ·  3 min read
FIELD NOTE

Testing a trading system like a scientist

Walk-forward validation, hypothesis testing, mutation testing. How I built a testing framework that makes it hard to fool myself about whether a strategy has ed

2026-03-18  ·  4 min read
FIELD NOTE

The A/B test I ran on my own bot

I ran Archer (Claude reasoning) and Sniper (pure Python signals) simultaneously on Discord, same capital split, to see which made better decisions.

2026-03-16  ·  3 min read
FIELD NOTE

What I found when I let Claude trade

I built Archer — a trading agent where Claude makes go/no-go decisions on pre-filtered signals. Python enforces the risk. Claude does the reasoning.

2026-03-16  ·  5 min read
FIELD NOTE

Quantum dice for a trading bot

I used a 60-qubit quantum processor to generate the random numbers for my trading system's stop-loss jitter. The reason is less strange than it sounds.

2026-03-13  ·  3 min read
FIELD NOTE

Building Viper

A three-factor synthetic binary scalper with hexagonal architecture. Orderbook imbalance, momentum, and funding rate — combined into one score.

2026-03-12  ·  4 min read
FIELD NOTE

The four bugs that nearly broke production

Four Hyperliquid API bugs in one week. Rate limit storms, orphaned positions, an AVAX dust position that wouldn't close. How I found and fixed them.

2026-03-10  ·  5 min read
FIELD NOTE

Building memory for a machine

My Discord bot answered questions using whatever was in its context window. I wanted it to remember. So I built a RAG system with ChromaDB and wired it in.

2026-03-10  ·  4 min read
FIELD NOTE

Building a statistical circuit breaker

Most trading circuit breakers are arbitrary. Mine uses binomial distribution to calculate the exact number of consecutive losses that shouldn't happen by chance

2026-03-09  ·  4 min read
FIELD NOTE

Fifteen experiments running simultaneously

ViralOS runs 15 Instagram content concepts at once, scores them every 24 hours, kills losers, and redeploys winners. Here's what that looks like under the hood.

2026-03-06  ·  4 min read
FIELD NOTE

Teaching a machine to read accounts

An AI-powered budget vs actual forecasting service — Xero integration, GL code learning, citation trails for every number. Built for a real client.

2026-02-25  ·  4 min read
FIELD NOTE

When the data is lying to you

I built a data truth gate for my trading engine after realising backtest results could be faked by bad data. What I found — and the invariant that fixed it.

2026-01-05  ·  4 min read
FIELD NOTE

Starting from scratch, literally

The first commit was December 9, 2025. One line in the message: REAL QuantDesk V4 — FULL PROJECT UPLOAD. Here's what that meant.

2025-12-09  ·  3 min read