> If you ask an LLM to give you a 500-word summary of quantum physics, it'll give you an oversimplification that probably leans on a hodgepodge of pop-sci metaphors
What would a double PhD in quantum physics provide differently if you asked them for a 500-word summary of such a complex field? What would the human do very differently? I have an Associate Professor from CalTech who teaches quantum physics there and I will have them review your suggestions, so don't hesitate out of concern.
> I'd just really like to see at least one of these to be accompanied by a statement saying what are the kinds of problems the author can now confidently solve that they couldn't before.
I don't get why there's this overwhelming dislike for LLMs on HN. Everytime I make a comment on how insanely productive it has made me, I get downvoted to hell that leads me to be throttled by HN for hours at which point I can't engage in the discussion anymore. I say this in advance because if you post a comment and don't see a response from me until the next day, that's what's going on.
So here's one of a dozen ways LLMs have helped me to learn, execute and deploy ideas rapidly.
MiniPCs that used to cost no more than a burrito, Raspberry Pis, and useful hardware like that are extremely expensive right now: so I have to be creative in finding replacements. I have been able to use GPT5.5/GPT5.6 Sol/Gemini 3.5 Pro/Opus 4.8 to locate cheap ($5) routers and very cheap repeaters that can be reprogrammed to run Linux on them.
This is an extremely intensive, laborious process that requires:
1. Flashing the device over Qualcomm EBL.
2. Validating that I didn't corrupt the 4GB eMMC, then partitioning it.
3. Doing multiple gated commands that verify step by step that the previous command worked correctly and had the desired effect.
4. If not, take remediation steps, failing which alert me so we can do a spike.
5. Remapping certain hardware and Flashing over a working Debian.
6. Install DropSSH + keys and validating that.
7. Installing the scripts, etc.
Since these are not meant to be used this way, and I'm repurposing them, ordering these cheap Wi-Fi routers and flashing them is not a repeatable process. Each one is slightly different from each other. You really can't script it, not reasonably.
OpenCode using the above models has cost me $5 worth of tokens so far to reflash 10 of these repeaters, at $5 each, into Microservers that do my bidding. They have 1 GB of RAM, 4 GB of eMMC, can do USB OTG and being routers have WiFi and BT. A compatible hardware today would cost me ATLEAST $50+ each.
Thanks to the LLMs for walking me through discovering this detail, holding my hands through the process and handing me over these working microservers.
What else do you want to know?