| I just don't understand how someone could think we're going back to a pre-LLM world. Have you not used one since Opus 4.5 came out? Especially as somebody that's no longer in the software profession and so doesn't have 40 hours a week to just sit there and crank out code, agentic AI is a technological leap on the level of search engines, bulletin boards or compilers. You can literally just open Claude Code, say: - "Add these domains with these mailboxes to an SMTP server running on my homelab, forward all incoming and outgoing via mxroute" - "Port this unmaintained app from 2017 to modern Android, and then test it on an emulator and sign it with my real key for distribution via Google Play" - "get my GitHub Actions runner on Linux, Windows, macOS and Android, ensuring that it supports all available architectures from the last decade and a half, then check your outputs in a loop until it works" and it just spits it out while you do the dishes. Someone the other day talked about "AI psychosis psychosis" and it absolutely stuck with me. The people who deny this is a big deal are in la-la land. We could literally hit a brick wall in terms of model intelligence now and it would still be a game changer. |
I laughed reading this. Have you actually tried it? I recently tried to get Claude (Opus) to give me a setup for a simple SMTP relay with Postfix. I had to constantly fight it not to include completely unnecessary components and configurations like Dovecot or just override my requirements. Even Claude is nothing but a semi-competent tutorial clicker.
To someone who never did anything like this themselves the result might seem fantastic. They might not battle Claude on details like I did because "hey, it works, doesn't it".
Don't get me wrong, I agree in general that LLMs are a significant milestone. But I would like to add, especially because of your tone, that perception of how much of a leap it is, is very likely a matter of individual competence. So your enthusiasm might say more about yourself than about the tool.