Dagens Vibes — 31. maj 2026

Dagens feed handler mindre om “ny model, wow” og mere om håndværket rundt om agenterne: lange Codex-kørsler, autoreview, domæneviden og lokal AI der får pænere indgang. Robotterne er stadig dumme på den dyre måde, men arbejdsformen stivner.

Fra X-feedet

Coding-agenter bliver et fag, ikke en knap

Peter Steinberger rammer dagens mest brugbare pointe: agenter finder mere, når man presser dem rigtigt. “Review for bugs” er en dårlig trylleformular; “der er en bug, find den” er åbenbart mere motorsav.

Peter Steinberger 🦞@steipete

I do this with codex all the time. Ask it to review code for bugs and it will tell you all good, tell it there is a bug and it will LOOP AND LOOP and will find issues.

♥ 2.5k↻ 123💬 111🔖 1.6k
https://x.com/steipete/status/2060672154727825718

Og samme tråd peger mod længere, mere tillidsfulde kørsler: GPT 5.5 + /goal + autoreview + crabbox flytter prompts fra halve timer til reelle arbejdsblokke. Yielding agents is a skill — irriterende sandt.

Peter Steinberger 🦞@steipete

With GPT 5.5, /goal, autoreview and crabbox my prompts moved from ~30-60min to often 4-10h tasks and my confidence that it’s ready is much much higher. Yielding agents is a skill.

♥ 2.8k↻ 93💬 141🔖 1.5k
https://x.com/steipete/status/2060678430031597696

Dynamic Workflows til Codex er den praktiske side af samme trend: subagenter som orchestration, ikke som LinkedIn-poesi.

Dan McAteer@daniel_mac8

Codex Dynamic workflows are great. Try it out. 1. Go to GitHub link below 2. Copy install instruction 3. Type /dynamic to invoke the skill Recreates the same orchestration logic as Claude Dynamic Workflows. > Generates orchestration script. > Spins up a swarm of subagents. > Enters /goal mode to complete the task. Free and open source.

♥ 680↻ 51💬 19🔖 1.2k
https://x.com/daniel_mac8/status/2060677155055427844

Det nye flaskehals-ord: kontekst

Tom Blomfield formulerer enterprise-versionen: AI føles som 90% af medarbejderne erstattet af genier uden firmakendskab. Det er sjovt, fordi det gør ondt i dokumentationen.

Tom Blomfield@t_blom

Imagine replacing 90% of your employees with a team of geniuses who have no idea how your company operates. Total chaos. Nothing works. That’s what AI feels like today. The missing piece is extracting all the domain knowledge from people’s heads and providing that as structured context to the models.

♥ 1.2k↻ 69💬 222🔖 485
https://x.com/t_blom/status/2060806313001746792

Derfor bliver chat-historik, ADRs, runbooks og domænemodeller ikke “nice docs” men agent-brændstof. Den kedelige mappe vinder igen. Noir, men i Confluence.

BOOTOSHI 👑@KingBootoshi

GOD i've slept on mining my own chats to reference them for so long i've relied on writing everything down to docs and MDs now i'm telling agents to go read their own agent history because every chat log is a chronological story of everything i'm working on and moving towards it is the best memory system for developing i have on me right now i've noticed a lot of devs are mining their slack chats and using slack for this too which is a great use case it really is an exponential factor that the more chat history you have to reference, combined with the capabilities of the newest models and agents has become VERY powerful for simply talking to them and moving forward how can we index this efficiently ? has anyone basically QMD'd their Claude Code/Codex sessions? do you guys just have them grep? right now i'm having them rip through grep and they're just soooo good at it by default it's wild this is so silly to write out because it seems so obvious everything beyond a strong system prompt + current context + ability to search through chats for agent memory feels like a distraction

♥ 109↻ 3💬 18🔖 90
https://x.com/KingBootoshi/status/2060626640884171132

Recursive self-improvement får penge og voksent tøj

Inherent — tidligere DeepMind-folk — rejser $50M til et lab, der vil optimere hele forskningsorganisationens spørgsmål, ikke bare en enkelt model. Det er dagens tungeste AI-lab-signal.

Chubby♨️@kimmonismus

A team of former DeepMind researchers just raised $50M to build an AI lab built around recursive self-improvement at the level of the whole research organization, not only a single model. Index and Radical co-led, NVIDIA's venture arm is in, and angels like Dwarkesh Patel, Thomas Wolf and Max Jaderberg are on the cap table. The founders have the track record to back it up. Louis Kirsch comes out of the Schmidhuber lineage on self-improving systems. Edward Hughes has argued that open-endedness is essential for artificial superhuman intelligence. Tantum Collins worked on AI policy in the Biden White House. Their idea is simple and big at the same time. Today's models are great at answering questions, but real discovery also depends on knowing which questions are worth asking. Inherent wants AI that works right next to humans inside that loop, as a collaborator and not only a tool. They call it living within the experiment. They also set it up as a Public Benefit Corporation, so the mission is written into the company from day one. This is the direction a lot of us have been hoping for, and one of the more credible attempts at recursive self-improvement I've seen so far. Really excited for it.

♥ 780↻ 58💬 30🔖 513
https://x.com/kimmonismus/status/2060679313951756554
Ex-DeepMind researchers raised $50M to build AI that figures out which scientific questions are worth asking

Kort bekræftelse af Inherent-runden: Index, Radical, NVentures og angels omkring et PBC-lab for AI-forskning som levende eksperiment.

One News Page / Business Insiderhttps://www.onenewspage.com/n/Internet/1ztfis6tfj/Ex-DeepMind-researchers-raised-50M-to-build-AI.htm

Local-first får dørhåndtag

llama.cpp fik officiel hjemmeside og én-linje installer. Det lyder banalt, men UX er ofte forskellen på “lokal AI” og “jeg compilede noget kl. 01:13 og lærte ingenting”.

Georgi Gerganov@ggerganov

llama.cpp now has an official website: llama.app Our goal is to make local AI accessible to everyone, and improving the user experience is a big part of that. On the new landing page you’ll find a single-line cross-platform installer. The installation provides a single unified `llama` entrypoint which you can use to run/serve models and interface with 3rd-party agentic applications. While oriented towards simplified user experience, the new `llama` application also provides all the advanced functionality of the existing llama.cpp tooling with which experienced users are already familiar. Also note that all GGUF models that you might have already downloaded with llama.cpp in the past will be automatically available to use without downloading again (they are stored in the common HF cache on your machine). We have many improvements in the pipeline both at the UX and at the engine level and we plan to iteratively ship new things over the coming months. One of the main focuses will be seamless integration with local-friendly 3rd-party agents (such as Pi). In the meantime, we’ll continue to listen for feedback from the community and adjust accordingly, so keep letting us know what you think and need.

♥ 2.7k↻ 445💬 89🔖 907
https://x.com/ggerganov/status/2060394400237109567
llama.app — official home for llama.cpp

Én-linje installer, samlet llama-entrypoint og mere lokal-friendly agent-integration.

llama.cpphttps://llama.app

Model-krigen fortsætter i små hak

GPT 5.5-tråden er stadig varm: Tibo forklarer versionsstrategien som kapabilitet + token-effektivitet, mens resten af feedet laver den sædvanlige benchmarks-vs-vibes brydekamp.

Tibo@thsottiaux

When we go from GPT-5.0 -> GPT-5.1 -> ... -> GPT-5.5, the number incrementing goes with improvements in capabilities and token efficiency (which translates to speed gains). With GPT-5.5 our best model yet. A simple strategy that we would like to continue.

♥ 3.7k↻ 85💬 383🔖 235
https://x.com/thsottiaux/status/2060627747760984429

Antirez tester samtidig Step 3.7 Flash mod DeepSeek v4 Flash på små server-/parseropgaver. Billigere, hurtigere modeller er den del af krigen, der faktisk kan mærkes i værktøjskassen.

antirez@antirez

I tested the freshly released Step 3.7 Flash model against DeepSeek v4 Flash. 1) Build a small Redis-alike server. 2) Write a recursive DNS server for local use. 3) Write an HTTP proxy. 4) Write a JSON parser. All tests with OpenRouter API, reasoning to high, no tokens limits.

♥ 438↻ 14💬 36🔖 153
https://x.com/antirez/status/2060644770054086885

Lidt hardware-spøgelse

Steam Machine dukkede op i Steam-backenden. Ikke dagens vigtigste AI-nyhed, men potentielt vigtig for sofaen, og sofaen er en undervurderet platform.

Brad Lynch@SadlyItsBradley

Steam Machine’s welcome tour was added to Steam’s Backend last night https://t.co/draQoA4Fba

♥ 2.5k↻ 133💬 42🔖 264
https://x.com/SadlyItsBradley/status/2060748003762135478

Nyhedsbonus

Google DeepMind-ledere taler åbent om selvforbedrende modeller inden for cirka et år. Stadig mere retning end bevis, men RSI-temaet er ikke bare X-støj længere.

Self-improvement possible in AI models within a year, say Google’s top AI leaders

Jeff Dean, Koray Kavukcuoglu, Noam Shazeer og Oriol Vinyals peger på AI-systemer, der hjælper med at forbedre næste generation af modeller.

OfficeChaihttps://officechai.com/ai/self-improvement-possible-in-ai-models-within-a-year-say-googles-top-ai-leaders/

llama.cpp-serveren bliver ved med at vokse ind i “lokal OpenAI-kompatibel infrastruktur”: chat, responses, embeddings, rerank, multimodal og nu endda Anthropic-compatible endpoints. Lille C++-monster, stor energi.

llama.cpp server README

OpenAI-/Anthropic-kompatible endpoints, multimodal, function calling og router-mode for lokale modeller.

GitHubhttps://github.com/ggml-org/llama.cpp/blob/master/tools/server/README.md