Y
Hacker News
new
|
ask
|
show
|
jobs
by
fluidcruft
183 days ago
My experience with LLM and agents has led to the opinion that a LLM-friendly codebase is actually a very human friendly code base.
1 comments
simonw
182 days ago
Same here. So far everything I have found to help LLMs is just good practice generally: automated tests, documentation, clear issue descriptions, a neat commit history, well featured code etc.
link
DANmode
182 days ago
Documentation, aka
any
kind of architectural plan,
vs
“we’ll figure it out when we get there” human slop.
link