logoalt Hacker News

Tiberiumyesterday at 9:22 PM1 replyview on HN

> I write

You mean the LLM writes the code based on your instructions (that's fine, I guess, but 5KLOC is huge for this kind of script).


Replies

kamaluduyesterday at 10:17 PM

Architecture and structure are my decisions, LLM are instruments, simple executors, today i think are commonly used. Write code with LLM is not "push a button", it's a technical way of work, needs study and practice. 5k lines are months of work, debug, refactor, testing. 5k lines are the result of a long (and difficult) work, but LLM helps your productivity. The most important thing, for the humans, are the architectural decisions, and understanding how your current LLM reasoning and behavior. I decide architecture and structure; LLM only writes code (that need debug and testing), LLM are executors, not automatic. LLM are only software, and are new instruments to learn. Important thing: I use only free plan, of LLMs that have a real free plan.

show 1 reply