end of the year, people aren't using IDEs anymore... we're trying to avoid over investing in UI... given how models are progressing, that might not be useful work" (in a Q&A session at the "Code with Claude" conference, May 2025) Anthropic’s Boris Cherny (Claude Code)
in your terminal (or anywhere, really) • Builds up context on demand • Leverages Prompt Caching • Have seen it work for more than 20 minutes • Limiting factor: Primarily available context and tools npm install -g @anthropic-ai/claude-code
I could build real-time commentary • Set it up in like 2 hours • Watched the game with AI analysis Cost me about $1.25 in Gemini API calls for the Video Analysis
with MCP (Model Context Protocol) integration • Direct API control of Miro • About 10 minutes from text to board Shows how tools can connect in unexpected ways
Code - Terminal-based approach Goose (Block) - Desktop app with project generation Sketch - Browser-based with containers Cursor - IDE integration Each has its own philosophy and tradeoffs
RFCs or design docs with AI: - Makes a lot of difference vs single shot prompting - Helps LLMs as it helps humans - Catches edge cases early - Suggests alternatives you hadn't considered Example: Spend 10 minutes on an RFC, save way more time down the road
OpenTelemetry: - One heavy coding day: ~$175 worth of API calls - Claude Max subscription: $200/month The subscription model makes more sense for regular use.
scope • everyone ships to production • cost of prototyping approaching zero • way more software can and likely will be created • SaaS models? Still early days, but the impact will be massive
basic tasks 2022: ChatGPT / Copilot wrote code snippets 2024: Cursor builds full fledged features 2025: Agentic Coding 2026: ? The improvements have been consistent and exponential.
codebases" Actually, it does quite well with large projects "What about code quality?" In my experience, it writes thorough tests and catches edge cases "Should we wait for better models?" Current tools are already quite capable
install -g @anthropic-ai/claude-code # Or try another tool like Goose, Sketch, or Cursor # Pick a small project to experiment with Start small, see what works for you.