logoalt Hacker News

kamaluduyesterday at 10:17 PM1 replyview on HN

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.


Replies

Tiberiumyesterday at 11:09 PM

I think the fact that you only use the free plan might correlate with the code size and the need to debug/test a lot.

show 1 reply