All Tags// Tag

#engineering

19 signals tagged with this topic.

I Built a Sports Prediction Bot That Bets Against the Market — Here's the Architecture
Engineering

I Built a Sports Prediction Bot That Bets Against the Market — Here's the Architecture

Sports prediction is a solved problem for the books. It's wide open on Polymarket. Here's how I built Shiva — a 6-factor probability engine that finds edge in NBA and MLB markets using free public APIs and adaptive weights.

March 4, 20268m read
Thoth: How I Built an Automated Documentation System That Caught Up 455 PRs in One Night
Engineering★ Featured

Thoth: How I Built an Automated Documentation System That Caught Up 455 PRs in One Night

47 repos. 455 merged PRs. 24 knowledge base docs generated automatically. Documentation doesn't drift when a god of knowledge is watching.

February 28, 20268m read
Claude Code Remote Control: The End of Being Tethered to Your Desk
AI★ Featured

Claude Code Remote Control: The End of Being Tethered to Your Desk

Anthropic just shipped mobile remote control for Claude Code. No SSH hacks. No cloud merges. Your phone becomes a window into your local dev environment — and it changes the builder workflow entirely.

February 27, 20267m read
We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.
Engineering★ Featured

We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.

FILTER_5M_DISABLED = False. One line. Should've been the whole story. Instead it kicked off a six-bug root cause chain that exposed every assumption we had about how our trading bot actually found markets — and taught us the most important rule in API integration.

February 26, 20268m read
From Framework to Signal: Building the InDecision API
Crypto

From Framework to Signal: Building the InDecision API

The InDecision Framework ran for 7 years as a closed system — Python scorers feeding Discord and a trading bot. Turning it into a public API forced architectural decisions that changed how I think about signal infrastructure.

February 26, 20269m read
The Signals Were Real: InDecision Framework Hits 93% Win Rate in Live Markets
Crypto★ Featured

The Signals Were Real: InDecision Framework Hits 93% Win Rate in Live Markets

The bot was cycling every 2 minutes — its own watchdog killing it every 129 seconds. The signals inside were perfect: 86–100/100, 92% accuracy, calling direction while the market priced uncertainty at 50/50. One coding session fixed the infrastructure. The rest is on-chain.

February 26, 202610m read
Six Engineering Lessons from a High-Velocity AI Build Day
Engineering

Six Engineering Lessons from a High-Velocity AI Build Day

We shipped 5 PRs, 10+ CodeRabbit fixes, a live trading bot upgrade, expanded creator intelligence targeting, and a self-healing watchdog — all in a single day. Here's what broke, what held, and what the discipline behind high-velocity AI development actually looks like.

February 26, 20267m read
The 10-Second Death Zone: How a Hardcoded Threshold Was Killing 11 Trades a Day
Engineering

The 10-Second Death Zone: How a Hardcoded Threshold Was Killing 11 Trades a Day

Our live Polymarket trading bot was scoring 11 high-conviction signals per day (avg score: 83.3) and blocking every single one. The culprit: a 10-second timing threshold we'd never questioned. Here's what production data taught us about hardcoded constants.

February 26, 20267m read
Three PRs. One Morning. The Parallel Agent Pattern That Changes How You Ship
Engineering

Three PRs. One Morning. The Parallel Agent Pattern That Changes How You Ship

The bottleneck in AI-assisted development isn't writing code faster — it's thinking sequentially when the work isn't. Here's how dispatching three agents simultaneously collapsed three review cycles into one.

February 26, 20267m read
When the AI Code Reviewer Is Wrong: Lessons from a Day of Agentic Engineering
Engineering

When the AI Code Reviewer Is Wrong: Lessons from a Day of Agentic Engineering

We shipped four bugs past code review, passing CI, and two AI reviewers in a single day. Here's what that taught me about the real limits of agentic coding — and the one discipline that would have caught all of them.

February 26, 20269m read
My Live Trading Bot Was Hung for 7 Hours. Here's the System That Fixed It.
Engineering★ Featured

My Live Trading Bot Was Hung for 7 Hours. Here's the System That Fixed It.

A $50-bet live trading bot silently hung for 7 hours while generating STRONG signals. No alerts. No restarts. I diagnosed the asyncio event loop failure, killed the process manually, and then built Horus — a self-healing watchdog daemon that would have caught it in under 10 minutes.

February 25, 20268m read
Mission Control: The Command Center I Built for Managing an Autonomous AI Empire
Engineering★ Featured

Mission Control: The Command Center I Built for Managing an Autonomous AI Empire

49 services. 7 agents running 24/7. 54 monitors. One dashboard. Here's how I built the cognitive hub that makes running an autonomous AI ecosystem survivable.

February 25, 20269m read
Scan Before You Adopt: Why Every Codebase Is Innocent Until Proven Safe
Engineering★ Featured

Scan Before You Adopt: Why Every Codebase Is Innocent Until Proven Safe

Every time you pull in external code without auditing it, you're trusting a stranger with the keys to your infrastructure. Here's the process — and the tool — we use to fix that.

February 25, 20267m read
The Bottleneck Was a Feature
AI★ Featured

The Bottleneck Was a Feature

We spent years removing the human cognitive ceiling from our AI pipelines. That ceiling was not a limitation. It was load-bearing.

February 23, 20267m read
AI Is a Force Multiplier, Not a Replacement: The Engineer's Perspective
AI

AI Is a Force Multiplier, Not a Replacement: The Engineer's Perspective

After 16 years building distributed systems and leading engineering teams, here's my honest take on where AI sits in the stack — and what it actually means for your career.

February 10, 20266m read
The Psychology of AI Resistance: Why Smart People Fear the Tool That Would Make Them Irreplaceable
AI

The Psychology of AI Resistance: Why Smart People Fear the Tool That Would Make Them Irreplaceable

Engineers who refuse AI aren't protecting their craft — they're protecting their ego. Here's the neuroscience behind why expertise makes you more resistant, not less.

February 10, 20267m read
The Principal-Agent Problem in Engineering: Why Your Best Engineers Quit
Engineering

The Principal-Agent Problem in Engineering: Why Your Best Engineers Quit

Retention isn't a compensation problem. It's an incentive alignment problem. And the misalignment is usually invisible until it's already too late.

January 28, 20267m read
Technical Debt Is Not a Code Problem — It's a Psychology Problem
Engineering

Technical Debt Is Not a Code Problem — It's a Psychology Problem

Technical debt doesn't accumulate because engineers don't know better. It accumulates because human psychology makes future pain feel smaller than present friction.

January 25, 20266m read
The 10x Engineer Myth: What Actually Separates Good Engineers from Great Ones
Engineering★ Featured

The 10x Engineer Myth: What Actually Separates Good Engineers from Great Ones

The 10x engineer is real. But the myth version gets the math wrong. It's not about coding 10x faster — it's about making everyone around you 2x better.

January 22, 20267m read