I Built an AI Trading Platform in Six Days. That’s Terrifying

few weeks ago, I sat down at my laptop and built a trading platform. It connects to three financial exchanges. It ingests news from RSS feeds, web searches, Reddit and Twitter. It uses a large language model to analyze markets, estimate probabilities and decide when the price is wrong. It sizes positions using the Kelly criterion. It manages risk across a portfolio. It routes orders intelligently across venues.

The platform runs around the clock without supervision. It is a production-grade system spanning 50 modules — exchange connectors, risk management, natural-language analysis, order routing, portfolio tracking, etc. It trades prediction markets like Polymarket and Kalshi.

I built it in six days.

I should tell you what I do for a living. I’m a computational hydrologist. I study rivers, snowmelt and glacier mass balance. I have a Ph.D. in Arctic environmental science. I have never traded anything in my life.

I am telling you this because it terrifies me.

The tools I used are available to anyone with a laptop and a monthly subscription. I built my platform using Anthropic’s Claude Code, a terminal-based AI coding agent. I described what I wanted in plain language. The AI wrote the code. I reviewed, directed and iterated. Less than a week later I had a system that, five years ago, would have been the core intellectual property of a funded fintech startup with a team of eight.

According to a March 2026 survey of 906 developers by The Pragmatic Engineer, a Substack newsletter by software engineer Gergely Orosz, 71% of those regularly using AI coding agents use Claude Code. SemiAnalysis estimates that 4% of all public code contributions on GitHub are already authored by it; it’s projected to reach 20% by year’s end.