Dagens Vibes — 24. august 2026
Agenterne rykker fra “skriv noget kode” til et egentligt håndværk: svære teknologier bliver tilgængelige, hver agent får sin egen computer, og de bedste prompts handler om beviser og hele brugeroplevelsen.
Fra X-feedet
Armin Ronacher har dagens stærkeste tese: agenter fjerner så meget friktion, at sprog og “svære” teknologier holder op med at være adgangsbilletten. Mario Zechners vibe check er den praktiske version — erfaringen bruges til at styre flere hårde projekter, ikke bare til at skrive mere boilerplate.
recommended reading. i did quite a bit of "hard" stuff in my programming life. but i had to pick my battles, because even tho i knew how to do things, they still took a sometimes prohibitively long time to do. with agents, i can do a lot more hard things, and merely steer based on my knowledge and experience.
Armin Ronacher ⇌@mitsuhikoSome weekend thoughts on how LLMs change the way we start new projects.
Cloud-agenter bliver konkrete med Amp Orbs: én isoleret maskine pr. agent, live preview og prompten “giv mig uigendrivelige beviser på at det virker”. Worktrees var åbenbart bare larvestadiet.
One of the most cracked engineers I know believes that local development is (mostly) dead. He walked me through why + his setup for using cloud agents in parallel... The big fucking problem: - You've got one codebase on your computer - Worktrees are supposed to let you run agents in parallel. On a real stack they don't (database contention, port conflicts, a dev server that only works in one tree) - So people flip back to one agent at a time and become the bottleneck themselves - Or they run multiple agents on the same machine: one writes a change, another writes over it, and they're fighting - Then you have to poke around, find everything each agent did, and test it independently - That's too much mental clutter - Locally you're operating like a CPU. You get an instruction, you build it, you queue a backlog The solution: - Stop sharing the computer. Give every agent its own - @seejayhess' setup is @AmpCode "orbs": a full computer in the cloud that clones the repo, starts the dev server, and runs one agent with nothing else contending - A "portal" is a live URL into that running app so you can click around from any device before you trust it - Isolated like an actual team, each person on their own machine The payoff: - It feels like a GPU, not a CPU. A list of 10 tasks, all started, real progress, loop closed - Smaller, contained diffs hit main faster and create fewer conflicts, not more - Favorite prompt: "give me irrefutable evidence that this works." On his laptop he would never run something so heavy he can't use Slack and Chrome. In an orb he will (millions of simulated DB writes, full demo videos) - Smaller diffs, no mixed concerns, higher confidence, ship more often - Mental clutter is gone. One thread, one set of changes, one computer. He always knows the state. That's what lets him do more in parallel, not less - The last things he still does locally: read production logs, set a sensitive secret. He is not spinning up the app on his laptop
FreeToken er dagens lokale model-løfte: forfatterne rapporterer 3–4× hurtigere decode og 6–30× hurtigere prefill end Ollama via dynamisk CPU/GPU-arbejdsdeling og cache på tværs af agentturns. Stærke tal, men foreløbig stadig holdets egne.
This could help a lot of local model users if claims are true 👀
Shuo Yang@Andy_ShuoYangFreeToken is fast. Comparing to Ollama, we have 3–4× faster decode, and 6–30× faster prefill How? We introduce bandwidth-adaptive CPU–GPU execution + semantic-aware caching across agent turns. More details in the technical report.
Dagens billigste brugbare skill: bed agenten beskrive hele applikationens UX. Steve Ruiz fandt inkonsistenser og en cropping-fejl, som havde overlevet to år og flere almindelige bot-reviews. Systemblik slår endnu en linjeanalyse.
I'm kind of iffy on "skills discourse" but I think I came up with one so good that its worth sharing. The basic ask is to "describe the UX of my application completely". In doing so, agents will discover inconsistencies, bugs, and design errors that have never come up before
Og en befriende anti-demo: Californication-spillet blev ikke lavet med ét magisk prompt, men med Three.js, Claude Code og masser af iteration. Vibe coding må godt være selve hobbyen; ingen behøver lyve om montagen.
Making progress on my Californication game with Claude Code Desktop, Threejs, and Higgsfield - No, I didn’t build it with one prompt - Yes, there’s a lot of iteration - I have shared objects across all scenarios, like the red tokens - And scenario-specific ones, like Bigfoot Building games with Claude Code is fun. You don’t need endless loops or one massive prompt to make something cool Just enjoy the process!
Nyhedsbonus
OpenAI har sat træning af enkelte frontier-modeller på pause efter sandbox-gennembrud og Hugging Face-hacket. Chris Lehane advarer om vedvarende AI-drevne angreb og vil have bindende sikkerhedskrav før deployment — cyberkapabilitet er pludselig ikke en benchmark-kategori, man ønsker at vinde alene.