Field notes / Lance Rogers
Technical Insights
Deep dives into blockchain, AI, and production engineering.
15 articles
Claude Code Go SDK: Bringing Claude Code CLI to Go Applications
A Go SDK that seamlessly integrates Anthropic’s Claude Code CLI into Go applications, enabling AI-powered coding assistance programmatically.
Smart Contract Security Auditing with Python: Finding Vulnerabilities Before Hackers Do
Discover how to spot Solidity bugs using Python tooling, protect against reentrancy, oracle manipulation, and more. Includes Mermaid attack diagrams and a downloadable audit checklist.
Building Your First AI Crypto Trading Agent in Python: From Zero to Autonomous Trading
Learn how to build an autonomous AI‑driven crypto trading bot in Python. We cover environment setup, exchange API integration, an AI decision engine, risk management, and include Mermaid diagrams of architecture and decision flow.