jimbocoin 🃏's avatar
jimbocoin 🃏
npub1v9qy...9q3h
The SUPERCYCLE guy.
jimbocoin 🃏's avatar
jimbocoin 9 months ago
Modern LLMs can rehydrate whole essays from tiny prompts. Makes me think that the prompt should be the work itself. Why write a whole essay (or book!) when you can craft a bulleted list that reinflates to the whole thing? #ai #asknostr
jimbocoin 🃏's avatar
jimbocoin 10 months ago
We are in the “horseless carriage” era of #AI. Everyone is building horses faster and faster horses (web apps). The real paradigm shift happens when we drop all that vibe coded bullshit and empower the AI to just do the tasks itself.
jimbocoin 🃏's avatar
jimbocoin 11 months ago
First-order effect: Everyone’s learning to vibe code, creating a glut of apps. Second-order effect: No one wants to learn and use your app. They just want AI to do it. Third-order effect: Companies are incentivized to deprioritize web apps and mobile in favor of MCP servers. Conclusion: get good at MCP. #ai
jimbocoin 🃏's avatar
jimbocoin 11 months ago
If there’s one thing I’ve learned from #AI, it’s that all my ideas are absolutely correct.
jimbocoin 🃏's avatar
jimbocoin 11 months ago
“Read the Fucking Manual” (RTFM) was a completely viable response to user error before AI. No longer. Reading docs is for the AI to do. Your app should be able to read its own docs and explain to the user whatever they need to know. This is the new bar. #ai
jimbocoin 🃏's avatar
jimbocoin 11 months ago
The problem with middle curve software engineers is that they think their job is to write code. It’s not. Your job is to produce VALUE. The code is just a vehicle. The prompts are the software now, and it’s your job to engineer it. #ai #vibes #meme image
jimbocoin 🃏's avatar
jimbocoin 1 year ago
In the age of AI-assisted programming, a “documentation first” strategy makes sense. That is, before you write the code, start with a code comment describing the code. // The following function takes // an array of strings and returns // a new string that concatenates // the list with an optional separator. Then let the AI autocomplete the code for you. #programming #ai
jimbocoin 🃏's avatar
jimbocoin 1 year ago
#programming #ai #philosophy Programming is the art of turning fuzzy requirements into hard computer instructions. Translating a poorly defined “want” into code. As higher-level interfaces emerge, increasingly mediated by AI, the job of programmer is still the same, but increasingly philosophical. What is it that you (your manager, your customer) really want? What should happen when things go wrong? What does value mean in this context? These are programming questions in the age of AI. It’s less about syntax, and more about satisfying contextual human desires.