How I Built a Claude Code Trading Bot: 36,000 Lines
I built Polyphemus with Claude Code, 4,000 lines in 6 weeks, 36,000 in 4 months. 5 principles that cut errors 84% and kept 8 bugs from losing money.
4 posts tagged with "tutorial"
How I Built a Claude Code Trading Bot: 36,000 Lines
I built Polyphemus with Claude Code, 4,000 lines in 6 weeks, 36,000 in 4 months. 5 principles that cut errors 84% and kept 8 bugs from losing money.
unpdf vs pdf-parse: I Switched After a 2AM Vercel Crash
pdf-parse crashes on Vercel because of native canvas deps. I switched to unpdf: zero native deps, 3-5s per PDF, Edge-safe. Migration path included.
Claude Code Best Practices 2026: A Field Guide
Field-tested Claude Code workflows from 36K lines of shipped production code: quality gates, multi-agent orchestration, and the patterns that actually work.
RAG Explained: How to Stop LLMs From Making Things Up
RAG retrieves live data to fix LLM hallucinations. Build accurate AI apps with up-to-date knowledge sources without retraining or fine-tuning models.