Remix.run Logo
izacus 6 hours ago

What docs? Who writes docs now that AIs answer everything?

Fabricio20 6 hours ago | parent | next [-]

Ever since the AI stuff started rolling around on coding i've seen MORE documentation, theres a big incentive to properly document your API endpoints so LLMs can figure it out from specs, and even when not documented the llms can also just read the code and figure it out directly (for libraries and similar). And at least in my experience they tend to document or write it down for future sessions too!

ethagnawl 6 hours ago | parent | prev | next [-]

I know you're being facetious but there may well be docs. It's just that the same AI most likely wrote _them_, too.

Did anyone (person or competing LLM) bother to verify that they're correct, though? Who knows! Let the next generation of models worry about that.

Morromist 6 hours ago | parent | prev | next [-]

I've heard this is now most of some CS jobs now. Just writing documentation for AI.

vanuatu 6 hours ago | parent | prev [-]

on the contrary, theres more of an incentive for apis to have docs for agent discovery. the docs / interfaces themselves can be auto-gened (stainless / mintlify)