Code · Systems · Ideas

Achint Mehta

Home / AI Arena / How LLMs Talk

How LLMs Talk

Your order never goes to "the model". It goes to an app that staples it to a transcript, wraps it in an order ticket, and hands it to a server that rewrites it into a private script format and runs it through a frozen file of numbers. This series walks every one of those layers in plain language, following a single message "What's the weather in Paris?" from your keyboard all the way down and back. By the end, you can explain thinking mode, tool use, and AI agents to a friend without hand-waving.

Curious what happens inside the model when the engine runs? That story is the LLM Basics series. This one is about everything around it. The two can be read in either order.