Settings

Theme

Ask HN: Is there something like Google style guide for AI-only coded apps?

1 points by robrenaud 16 days ago · 2 comments · 1 min read


The Google style guide for C++/Java/Python are opinionated, hard fought, wise, and they elimate a large source of errors while minimizing harmful, unneded inconsistences. They picked a style that made great realistic use of the best cognition at the time.

The intent is still great, but now we should think about writing good general rules for building programs that are essentially all AI generated. What generic wisdom leads to flexible, auditable, composable and robust apps and systems?

millionclicks 16 days ago

Google’s style guides were built to keep humans from making messy code.

An AI style guide should be about keeping humans from inheriting messy systems.

If code is mostly generated, the rules shouldn’t obsess over formatting. They should enforce structure, contracts, reproducibility, and tight diff boundaries. The AI can write the implementation — it shouldn’t be allowed to invent the architecture.

nacozarina 16 days ago

style guides are pure human theater. they were never ‘great’ only parochial and your shiny ai has no need for it. enjoy your newfound freedom.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection