How Conversational AI Services Like Claude Code Are Built
The core principles of building coding agents and conversational AI with LLM APIs. Learn about Tool Use, Agent Loops, and streaming with real implementation examples.
2 posts
The core principles of building coding agents and conversational AI with LLM APIs. Learn about Tool Use, Agent Loops, and streaming with real implementation examples.
A detailed look at the entire process of how GPT takes sentences as input and generates responses. From tokenization to Transformer structure to parameter counts.