Maybe documentation shouldn’t be written for humans anymore. Maybe nothing should. Maybe we should all stop talking to one another and just communicate through AI chat bots. My chatbot will ask your chatbot if you’d like to go out tonight.
This sounds really close to what the CEO of Zoom promised back in June:
Let’s assume, fast-forward five or six years, that AI is ready. AI probably can help for maybe 90 percent of the work... I can send my digital version — you can send your digital version. Again, not like an in-person meeting.
I don't think that's what Alan Kay had in mind when he proposed replacing "data" with "ambassadors" in https://news.ycombinator.com/item?id=11945722 (Ctrl-F "ambassador" in this thread)
Ah yes. The two times I had to use Microsoft documentation for something, it boiled down to:
a) we've detected that your browser is set to Kazakh. Please enjoy our automatic translation of technical documentation to Kazakh. You want English? Haha that's a hidden option
b) the field "WSFaddr" contains the WSF address. Its type is "string"
Because of the above, I'll never ever use Azure again
Find the locale string somewhere in the URL and change it to something like en_US.
Alternatively, stop using Microsoft products. Tell your manager that their poor documentation incurs direct cost because instead of being productive, you spend your day clicking globe buttons.
the way forward should be making llms understand tables better. those documentations should be written for humans, as an alternative you could have an llm friendly version
He's so incredibly personally offended and passive-aggressive, it's wild. Especially when he can only accept SOME of what he's read after apparently pretending half of it was his idea!
Just reading the actual content of his (minimal) replies, he constantly avoids addressing the content of what anyone said over acting personally hurt and calling everyone "sensitive" and acting like it's arbitrary and unfair anger.
I feel like that says a lot about microsoft, and a lot of Corporate types in general...
MS admitting their artificial "intelligence" is too stupid to understand tables, not even 20 hours after HN discussed how are developers preparing for AI to takeover our jobs. https://news.ycombinator.com/item?id=42431103
This is our future. I hate it, but it feels inevitable.
My job is going to be unrecognisable in 10 years time, to the point where I'm not sure I'll be particularly skilled to do it. And the tools I need to do my job are being made worse, just so that I can be overtaken by the next generation who are agile enough to switch to leveraging LLMs better.
Just move to embedded. The tools were never good to begin with!
LLMs might be useful for docs or tests, but I have found them lacking when it comes to writing firmware, especially for more niche hardware with proprietary compilers. I certainly would not use AI to write functionally safe code. I recently had an intern submit code for a simple SPI based driver that randomly called calloc (thanks CoPilot!).
On the one hand I absolutely understand what all people are mad about. Docs are for humans, so LLMs understanding them shouldn't be a reason to reject something as simple as a table.
However, it also makes sense to make sure we not intentionally put things in a format that's bad for LLMs when other formats are available and just as useful for humans.
Personally, one of my favourite uses of ChatGPT is to just throw in any manpage followed by a question. If all manpages had specific sections that an LLM couldn't process I'd be a little annoyed at least.
I mean at that point why not take the (future) LLMs into acount?
Putting aside the insanity of rejecting a docs PR on the basis that "it's better for the AI," if their docs AI can't easily express tables yet, there should be a way of telling the user "Hey, this answer contains a table; go [here](https://path.to.docs) to look at it," just like audiobooks do.
reply