3/29/2026 at 12:03:20 AM
> While I’m certain that this technology is producing some productivity improvements, I’m still genuinely (and frustratingly) unsure just how much of an improvement it is actually creating.I often wonder how much more productive I'd be if just a fraction the effort and money poured into LLMs was spent on better API documentation and conventional coding tools. A lot of the time, I'm resorting to using an AI because I can't get information on how the current API of some-thing works into my brain fast enough, because the docs are non existent, outdated, or scattered and hard to collate.
by theteapot
3/29/2026 at 5:05:27 AM
This is facts. All of this talk about putting agent skills directly into repos (as Markdown!) is maddening. "Where were LITERALLY ALL OF YOU whenever the topic of docs as code came up?"This is doubly maddening with NotebookLMs. They are becoming single sources of knowledge for large domains, which is great (except you can't just read the sources, which is very "We will read the Bible to you" energy), but, in the past, this knowledge would've been all over SharePoint, Slack, Google Drive, Confluence, etc.
by nunez
3/30/2026 at 11:13:05 AM
> Where were LITERALLY ALL OF YOU whenever the topic of docs as code came up?Docs as code is still writing and not coding. Those are simply different skills. As programmers, we find coding to be fun and glamorous and writing to be difficult. Emotionally, it's much easier to finish a piece of code and feel genuinely happy with it (you are proud of your achievement) than it is to write a paragraph of docs and feel genuinely happy with it (you can feel in your bones that it's not good but you don't know how to improve it and you just want it over with). We have not built anywhere near the level of skill for writing than we did for coding when we wrote our own little programs for ourselves and never built a habit of thinking about how other people would interact with our code.
(For me, this is exacerbated by having been more isolated from other people than the average population, partly due to neurodivergence and partly because the hobby was niche at the time, and I assume this is also true of a lot of people currently employed as professional programmers.)
by Timwi
3/29/2026 at 2:33:08 PM
I've chose to embrace the silver lining where there is now business backing to prioritize all the devx/documentation work because it's easier to quantify the "value" because LLM sessions provide a much larger sample size than inconsistent new hire onboarding (which was also a one-time process, instead of per session).I do think people are going way overboard with markdown though, and that'll be the new documentation debt. Needs to be relatively high level and pointers, not duplicate details; agents can parse code at scale much faster than humans.
by efromvt
3/29/2026 at 4:11:33 PM
Haha indeed. At work suddenly documentation and APIs are important, but it's all for/behind "skills". Before it was always "sure, that would be nice"...I do welcome the improvements to doc and APIs this brings though!
by tracnar
3/29/2026 at 12:39:13 AM
My favorite thing is when some projects now have better documentation in their Claude skills or MCPs than they ever did for users.by jmalicki
3/29/2026 at 5:40:44 AM
There is natural incentive for engineers working on a project to keep Claude skills up to date. I cannot say the same for general documentation.by danappelxx
3/29/2026 at 7:52:10 AM
But maybe not for long. When we get long-running AIs, the knowledge locked inside the AI's thinking might supplant docs once again. Like if you had an engineer working at your company for a long time and knowing everything. With all the problems that implies, of course.by cousin_it
3/29/2026 at 10:12:39 PM
at any time you can ask the model to produce documents given the latest state of the code base and at an altitude you choose.by andsoitis
3/29/2026 at 9:14:34 AM
That's the weird best thing about LLMs - there is finally incentive for projects to create documentation, CLIs, tests, and well organized modular codebases, since LLMs fall flat on their face without these things!by jmalicki
3/29/2026 at 10:00:40 AM
Yeah, I joined a project a couple of months ago, felt completely lost.Last week, a colleague finally added for Claude all the documentation I'd have needed on day one. Meanwhile, I'm addressing issues from the other direction, writing custom linters to make sure that Claude progressively fixes its messes.
by Yoric
3/29/2026 at 12:54:46 AM
But that documentation itself is likely AI-generatedby yks
3/29/2026 at 12:56:49 AM
At least it saves me from having to generate the docs myself!by jmalicki
3/29/2026 at 1:19:36 AM
Why continue involvement with a project that clearly devalues their “customers” or “users” who care about documentation?by MichaelZuo
3/29/2026 at 1:28:58 AM
Projects that spend time on documentation for my robots have shown me they care about my use case!by jmalicki
3/29/2026 at 5:05:01 AM
I feel like Google search results have gotten tremendously worse over the past 2 years too. It's almost like you have to use AI search to find anything useful now.Which of course reduces traffic to sites and thus the incentives to create the content you're looking for in the first place :(
by Rapzid
3/30/2026 at 7:58:24 AM
I actually think the AI Overviews from Google have improved a lot in the last 2 years. They used to be trash. And now they are often good-enough so that I do not even switch to ChatGPT anymore.The traditional search results suffer a lot because AI and AI content generation have enable a lot of aggressive SEO/spam plays.
by maltelandwehr
3/29/2026 at 6:55:18 AM
There’s many groups that “win” by making search results worse. It’s an ongoing battle between them, and if someone’s blaming solely Google for it, they’re way oversimplifying.by alex43578
3/29/2026 at 5:34:19 PM
I totally agree with you, this reduces the traffic to sites but also there were lots of website that information wasn't true or correct.by calcpocket
3/29/2026 at 2:04:12 PM
Does anyone know which tool can be best used instead of Google for "classic", non-AI googling?by RuslanL
3/30/2026 at 7:56:48 AM
Pure non-AI googling will not work since many websites now use AI to create content. And so far, no search engine has managed to reliable detect and filter that out.by maltelandwehr
3/29/2026 at 2:16:48 PM
Kagiby ido
3/29/2026 at 5:39:56 AM
> I often wonder how much more productive I'd be if just a fraction the effort and money poured into LLMs was spent on better API documentation and conventional coding tools.Probably negligible. It's not a problem you can solve by pouring more money in. Evidence: configuration file format. I've never seen programmers who enjoy writing YAML. And pure JSON (without comments) is simply not a format should be written by humans. But as far as I know even in the richest companies these formats are still common. And the bad thing they were supposed to replace, XML config, was popularized by rich companies too...!
by raincole
3/29/2026 at 1:29:08 PM
Programmers don’t enjoy writing things they have no good understanding of, and no good way to ascertain or predict in advance, how exactly it will behave. That’s at least partly due to poor documentation. Good documentation gives you a reliable conceptual model and makes you confident about how to use a tool.by layer8
3/29/2026 at 8:01:42 AM
I love YAML, so there is at least one weirdo out there on the internet who is bitter that TOML and JSON wonby heavyset_go
3/29/2026 at 8:36:02 AM
As a TOML and JSON fan I must say those formats definitely didn't win :). YAML did, by a really long shot too unfortunatelyby nasretdinov
3/29/2026 at 7:04:30 AM
JSON is not designed as a configuration file format.by Gud
3/29/2026 at 12:14:44 AM
Yeah I get this impression too. AI feels like it's papering over overwrought and badly designed frameworks, tech stacks with far too many things in them, and also the decline of people creating or advocating for really expressive languages.Pragmatic sure, but we're building a tower of chairs here rather than building ladders like a real engineering field.
by LAC-Tech
3/29/2026 at 12:44:26 AM
As someone who does broad activities, it supercharges a lot of things. Having a critical eye is required though. I estimate 40%-60% improvements on basic coding tasks.I don't bring huge codebases to it.
by tomrod
3/29/2026 at 10:10:00 AM
And hilariously, the worst offenders are AI frameworks themselves. A couple months ago I was helping a client build out some "agentic" stuff and we switched from OpenAI Agents library to Agno. Agents is messy enough, like making inconsistent use of its own enums etc, but with Agno you can really feel that they are eating their own dog food. Plenty of times I literally could not find the API for some object, and of course their docs page pushes you toward chatting with their goddamn docs chatbot, which barfs up some outdated function signature for you.by eloisius
3/29/2026 at 2:12:17 PM
I can't speak for your efficiency, but for me it's now often easier to create a tool than find if one exists and learn how to use it.I was able to one-shot a parameterized SVG template creator for a laser cutter. Unlikely I could have achieved the same with 40 hours of pure focus.
by xnx
3/29/2026 at 9:13:37 AM
> better API documentation and conventional coding toolsAgreed, and it depends on the language I suppose. I'm a C++ developer and when you start working with templates even at a non-casual level, the compiler errors due to either genuine syntactic errors or 'seems correct but the standard doesn't support' can be infuriatingly obtuse. The LLM 'just knows' the standard (kind of, all 2k pages), and can figure out and fix most of those errors far faster than I can. In fact one of my preferred usages is to point Codex at my compiler output and get it to do nothing more than fix template errors.
Kotlin, for example, is much more in your face, in the IDE which does a correctness pass, before you even invoke the compiler (in the traditional sense) and the language spec is considerably leaner with less (no?) UB, unlike C++.
by DrBazza
3/29/2026 at 1:28:28 PM
Depends on which C++ we are talking about.You can have the Kotlin experience with a mix of static asserts, constexpr and concepts.
C++ IDEs also offer many goodies which those that insist in using vi and emacs keep missing out.
by pjmlp
3/29/2026 at 10:33:37 AM
Can’t you make the LLM write API documentation?by mettamage
3/29/2026 at 9:42:08 AM
I agree. I think of AI as a search engine on steroids.But I think it IS the best way to search for information, to be able to put a question in natural language. I'm always amazed just how exactly on-point the answer is.
I mean even the best of docs out there that have a great search bar like the Vue docs still only matches your search term and surfaces relevant topics.
by AltruisticGapHN
3/29/2026 at 4:32:13 AM
[dead]by vaginaphobic
3/29/2026 at 2:45:58 AM
then you should be delighted we have LLMs one of the use cases they are best suited to is writing documentation, much better than humans can.by luckydata
3/29/2026 at 5:57:49 AM
Good is debatable. The docs I want point out the weird shit in the system. The AI docs I've read are all basically "the get user endpoint can be called with HTTP to get a user, given a valid auth token". Thanks, it would have been faster to read the code.by fyrn_
3/29/2026 at 5:07:30 AM
They write good _looking_ documentation. How good those docs are is entirely on the person/people who prompted them into existence.by nunez
3/29/2026 at 5:11:56 AM
Please don't inflict LLM docs on peopleby heavyset_go