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.
pdf-parse Wasted 3 Hours. unpdf Fixed It in 10 Minutes.
Skip pdf-parse on Vercel. unpdf processes PDFs in 3-5 seconds with zero native dependencies, here's why and how to migrate.
Claude Code Best Practices: A Field Guide from 36K Lines Shipped
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.