| ▲ | jake-coworker a day ago | |
IMO these articles are akin to "Twitter in 200 lines of code!" and "Why does Uber need 1000 engineers?" type articles. They're cool demos/POCs of real-world things, (and indeed are informative to people who haven't built AI tools). The very first version of Claude Code probably even looked a lot like this 200 line loop, but things have evolved significantly from there | ||
| ▲ | tomtomtom777 a day ago | parent [-] | |
> IMO these articles are akin to "Twitter in 200 lines of code!" I don't think it serves the same purpose. Many people understand the difference between a 200 lines twitter prototype and the real deal. But many of those may not understand what the LLM client tool does and how it relates to the LLM server. It is generally consumed as one magic black box. This post isn't to tell us how everyone can build a production grade claude-code; it tells us what part is done by the CLI and what part is done by the LLM's which I think is a rather important ingredient in understanding the tools we are using, and how to use them. | ||