Dagens Vibes — 18. juni 2026

Dagens feed siger ret klart: agent-hypen er ved at blive til infrastruktur. Frameworks, skills, harness-benchmarks, lokale modeller — og en lille npm-brandalarm, fordi virkeligheden stadig har adgang til produktion.

Fra X-feedet

Agents at scale. Block taler ikke om en smart demo, men om Builderbot i drift: 200.000 operationer om dagen, 1.500 PRs om ugen og 15% af produktionsændringerne. Det er den slags tal, der får “agentic” til at lyde mindre som pitchdeck-røg.

jack@jack

we're going to start talking a lot more about our intelligence tools. this is the beginning of the beginning.

♥ 3.7k↻ 208💬 187🔖 1.4k
Citeret tweet
Block@blocks

We built an internal AI system called Builderbot. It coordinates agents across our entire codebase. Engineers tag it in Slack, and it researches, plans, and ships. The story so far: - 200,000 operations per day. - 1,500 pull requests merged per week. - 15% of all production code changes across Block. What used to take months now takes days. How we built it: block.xyz/inside/block-r…

♥ 1.3k↻ 108💬 64🔖 1.9k
https://x.com/i/status/2067319680654594543

No more slop som produktkategori. HumanLayer lander samme dag som alle diskuterer review, arkitektur og “software factory”. Det gode signal er ikke IDE’en alene, men at flaskehalsen flytter fra “kan modellen skrive kode?” til “kan teamet kontrollere risiko og kvalitet?”.

dex@dexhorthy

At HumanLayer, we’re on a mission to solve the AI slop code problem. In 2025 we open-sourced our Research, Plan, Implement framework, now deployed inside fortune 500s like Block and Uber - places where shipping slop is just not an option And that was just the beginning. Today, we’re opening access to HumanLayer - an Agentic IDE, collaboration platform, and building blocks for your software factory. HumanLayer enables engineers solving hard problems in complex codebases to: > move 2-3x faster across the entire SDLC (not just coding) > maintain rigorous standards for system architecture and program design Hundreds of engineers at companies of all sizes are already using HumanLayer to ship fast without sacrificing quality. I'm excited to invite you to try humanlayer today at humanlayer.com, and I'm even more excited to see what you build. @0xblacklight and I are deeply grateful to our team, our customers who give us so much incredible energy and feedback, our investors who have always been in our corner, and our friends and family who have supported us along this crazy journey if you're a staff or principal engineer trying to make AI coding work at scale for your team, we'd love to hear from you as @swyx likes to say - let's make this the year of no more slop

♥ 923↻ 104💬 159🔖 858
https://x.com/i/status/2067286892786454855

Agent-frameworks får form. Vercel kalder eve “Next.js for agents”, og Flue går efter den åbne, deploy-anywhere vinkel. Det lugter af tidlig standardkrig — på den gode måde, altså med mapper, konventioner og lidt for mange logoer.

Kieran Klaassen@kieranklaassen

RT @vercel: Introducing eve, an agent framework. 𝚊𝚐𝚎𝚗𝚝/ 𝚊𝚐𝚎𝚗𝚝.𝚝𝚜 𝚒𝚗𝚜𝚝𝚛𝚞𝚌𝚝𝚒𝚘𝚗𝚜.𝚖𝚍 𝚝𝚘𝚘𝚕𝚜/ 𝚜𝚔𝚒𝚕𝚕𝚜/ 𝚜𝚊𝚗𝚍𝚋𝚘𝚡/ 𝚜𝚌𝚑𝚎𝚍𝚞𝚕𝚎𝚜/ Like Next…

♥ 0↻ 609💬 0🔖 0
Retweetet tweet
Vercel@vercel

Introducing eve, an agent framework. 𝚊𝚐𝚎𝚗𝚝/ 𝚊𝚐𝚎𝚗𝚝.𝚝𝚜 𝚒𝚗𝚜𝚝𝚛𝚞𝚌𝚝𝚒𝚘𝚗𝚜.𝚖𝚍 𝚝𝚘𝚘𝚕𝚜/ 𝚜𝚔𝚒𝚕𝚕𝚜/ 𝚜𝚊𝚗𝚍𝚋𝚘𝚡/ 𝚜𝚌𝚑𝚎𝚍𝚞𝚕𝚎𝚜/ Like Next.js, for agents. vercel.com/blog/introduci…

♥ 6.1k↻ 609💬 291🔖 5.8k
https://x.com/i/status/2067249726916120696
rita kozlov 🐀@ritakozlov

flue is such an incredible all-in-one framework for building agents the built in handling for channels and durability is 🧑‍🍳😘 and can be deployed easily to cloudflare or.... literally anywhere else

♥ 69↻ 10💬 1🔖 23
Citeret tweet
fks@FredKSchott

Just Shipped: Flue 1.0 Beta Flue is the TypeScript framework for building the next generation of agents, designed around an open agent harness with zero LLM lock-in. It’s like Astro, for agents. Flue 1.0 has been redesigned around three core primitives: 🔁 Workflows — structured automations designed for background work, where your code drives the agent from start to finish. 🧭 Agents (New!) — autonomous, stateful loops where the model drives itself to complete a given task. 📡 Channels (New!) — connect agents to Slack, GitHub, Linear, Discord, Teams, and more. Flue handles the boilerplate for you. Everything shares the same durable foundation, powered internally by Pi, Vite, and Durable Streams. Deploy anywhere, use any LLM, and recover running agents across restarts and downtime. We’ve talked to a lot of teams building agents, and keep hearing the same thing: getting to production is hard work. We built Flue to help change that. Flue 1.0 Beta is available today. Give it a try and let me know what you think!

flue homepage
♥ 1.3k↻ 153💬 98🔖 1.3k
https://x.com/i/status/2067265739166187722

Skills bliver produktionsmateriale. Matt Pococks skills v1 rammer lige ned i det praktiske lag: færre tokens, bedre routing og skills der kan kaldes af modellen. Små filer, stor effekt.

Matt Pocock@mattpocockuk

Announcing mattpocock/skills v1 - Achieved a 63% reduction in token cost for skill descriptions - Split skills into model-invocable and user-invocable skills, adding /codebase-design, /domain-modeling, and /grilling - (UPDATED) /writing-great-skills - rewritten from the ground up, encoding my skill-writing best practices - (UPDATED) /diagnose -> /diagnosing-bugs - now model-invocable, awesome for fixing hard bugs - (NEW) /ask-matt: a router skill that teaches you how all the engineering skills work together

♥ 3k↻ 249💬 73🔖 3.1k
https://x.com/i/status/2067259590488510471

Open weights presser frontier-fortet. GLM-5.2 fylder feedet, og Codex’ OSS-provider-mode gør det mere konkret: coding-harnesses bliver model-agnostiske. Når modeller kan skiftes ud, bliver lock-in en dårlig duft i rummet.

Alex Finn@AlexFinn

I was wrong I've been saying for months that open source AI models are 6 months behind frontier They caught up. GLM 5.2 is as good as Opus 4.8 This changes everything. If you run GLM 5.2 locally no government can take it away. You become sovereign And even if you run through APIs, its a fraction of the cost The battlefield is different now. If open source is as good as frontier, and people have cheaper alternatives, governments can't be as quick to regulate. It will destroy the frontier AI labs All of this is such a massive win for the people If you are not paying attention to local models yet, you are making a tremendous mistake

♥ 3.4k↻ 298💬 253🔖 2.4k
Citeret tweet
Z.ai@Zai_org

Introducing GLM-5.2: Frontier Intelligence, Open Weights - Significant improvements in coding and agentic tasks - Strong long-horizon capabilities with a 1M context window - Two levels of reasoning effort: GLM-5.2 (max) pushes the limits, while GLM-5.2 (high) strikes a strong balance between performance and token efficiency - MIT-licensed open weights - Same API pricing as GLM-5.1 Tech Blog: z.ai/blog/glm-5.2 Weights: huggingface.co/zai-org/GLM-5.2 API: docs.z.ai/guides/llm/glm… Coding Plan: z.ai/subscribe Chat: chat.z.ai

♥ 5.9k↻ 789💬 326🔖 1.3k
https://x.com/i/status/2067281289926103067
Tibo@thsottiaux

Reminder that you can use the Codex App, CLI and SDK with any open source model, not just with OpenAI models. developers.openai.com/codex/config-a…

♥ 5.8k↻ 570💬 412🔖 3.1k
https://x.com/i/status/2067181377028538431

Harnessen er ikke bare emballage. Claw-SWE-Bench forsøger at måle selve agent-harnessen adskilt fra modellen. Det er nørdet på den rigtige måde: endelig mindre “min benchmark kan tæve din benchmark”.

AK@_akhaliq

RT @OpenSquilla: Run the same coding tasks while varying the model and the harness (the layer wrapped around the model that actually drives…

♥ 0↻ 4💬 0🔖 0
Retweetet tweet
OpenSquilla@OpenSquilla

Run the same coding tasks while varying the model and the harness (the layer wrapped around the model that actually drives it), and the spread is wild: Change only how the agent hands in its work → the success rate jumps from 19% to 73%. Change only the harness → success rates differ by up to 27 points. Change only the model → the bill can differ by up to 170×, even when the final results are just 8 points apart. You really should dig into Claw-SWE-Bench, just released on GitHub. It's the latest paper-and-benchmark jointly released by TokenRhythm Technologies, Infinigence AI, City University of Hong Kong, SEE Fund, Peking University, Shanghai Jiaotong University, Beijing Jiaotong University, and Tsinghua University — a remarkably principled benchmark that actually reflects what a harness can do. Picking the right harness matters a lot. But among OpenClaw, Hermes, ZeroClaw, GenericAgent, and NanoBot — which one is actually best at coding tasks? Gut feeling? Or a real test? And if you test, how? You test it your way, I test it mine — so how do the results even compare? Claw-SWE-Bench's point is simple: every harness reports its score bundled with its own tasks, budget, prompts, and model — so you can never tell whether a high score comes from a strong model, a strong harness, or easy problems. Claw-SWE-Bench ends this "everyone-tests-their-own-way" mess by building one shared exam that isolates the harness as the single variable being compared: Same exam paper: 350 real GitHub issues across 8 languages and 43 repositories — every harness solves the same set. Same rules: identical problem statements and the same budget (max 1 hour per task, one attempt only, fixed concurrency), all scored by the same official SWE-bench grader. The key move — judge the code, not the talk: whether a harness outputs JSON, plain text, or nothing at all, none of it counts. The grade rests solely on which files it actually changed in the repo. That's what finally lets wildly different harnesses sit at the same table. Anti-cheating: some test environments let the AI peek at "the answer from the future." The paper scrubbed all of these leaks. It scores cost, not just correctness: every harness must also report how much money it burned, how long it took, and its cache hit rate — because two setups with near-identical accuracy can have bills that differ by 100×. Adding a new harness? Just write a small adapter. Any harness that implements a handful of fixed interfaces plugs straight into the exam — no changes to the task set or grader. So it's not a one-off test of these five; it's a standard that can keep growing. It also ships an 80-task Lite version that costs only ~23% of the full run yet reproduces roughly the same rankings — handy for fast iteration. Paper & code: github.com/opensquilla/cl…

♥ 12↻ 4💬 1🔖 10
https://x.com/i/status/2067222309274808583

Supply chain er stadig bossfighten. Mastra-incidenten er den kedelige, nødvendige påmindelse: når agent/devtool-stakken bliver ny standardvej ind i kodebasen, bliver npm-tokenet stadig en lille glødende dødsknap.

Feross@feross

RT @calcsam: Yesterday, Mastra was hit by a supply chain attack. A malicious postinstall script that exfiltrated credentials and then sel…

♥ 0↻ 17💬 0🔖 0
Retweetet tweet
Sam Bhagwat@calcsam

Yesterday, Mastra was hit by a supply chain attack. A malicious postinstall script that exfiltrated credentials and then self-deleted was added to specific versions of our npm packages. Most importantly: the incident is over. All relevant package versions are unpublished. The root cause is that one of our maintainers was compromised. Between 6:12 PM and 6:37PM PT yesterday, a token associated with their account published 116 malicious NPM packages, almost all in the `@mastra/` namespace. We became aware of this at 8:45pm PT. We immediately contacted npm as well as trusted third parties (eg @SocketSecurity). We also began unpublishing, and unpublished 59 packages. As part of the attack, we lost access to some packages. Around 10:15pm PT, we were able to re-add our accounts to those packages. We began unpublishing the rest. In total, we unpublished 110 packages, and deprecated 6. By 11:57pm PT, all affected packages were unpublished or deprecated. At around 1am PT, we also published new, safe versions of each package affected (github.com/mastra-ai/mast…), so that installs would resolve We have always required MFA on NPM for maintainers, but we also allowed (mistakenly) token bypass. Also around 1am PT, we removed token bypass across all packages. At 2:25am PT, we established contact with the compromised maintainer. He is a current, active Mastra employee. His machine was compromised via a social phishing attack. A compromised LinkedIn account reached out to him as well as maintainers of other prominent TypeScript open source packages. He was on a call and clicked a suspicious link. This was the same attack vector as other open-source maintainers have reported (eg x.com/aidenybai/stat…). Around 4:40am, npm responded to the security ticket we'd filed and confirmed the breach. They unpublished the last 6 affected packages. For a third-party report on the incident / malware, including a list of package versions affected, and the mechanisms of the RAT: socket.dev/blog/mastra-np…. We're continuing to keep reducing scope of sensitive credentials and enhance our use of MFA. Security is an ongoing process of review and hardening. Thanks for the hugops. Stay safe out there. I'll be here answering questions.

♥ 102↻ 17💬 7🔖 24
https://x.com/i/status/2067297959394644105

Nyhedsbonus

Vercel har skrevet den lange version af eve-lanceringen: durable sessions, sandbox, approvals, evals og channels som filesystem-konvention. Det er værd at læse, fordi det prøver at gøre agent-drift kedeligt. Kedeligt er godt. Kedeligt pager mindre.

Introducing eve, an agent framework

Filesystem-first framework for durable production agents med sandbox, approvals, subagents og evals.

Vercelhttps://vercel.com/blog/introducing-eve

AI-adgang som geopolitik er dagens mørkere sidespor: G7/Fable/Anthropic-sagen får lande og virksomheder til at tænke mere “kan nogen slukke for vores model i morgen?”. Open weights fik en gratis reklamekampagne, grimt men effektivt.

Trump says Anthropic talks are going fine after US banned India and other countries from accessing AI

G7, Anthropic-restriktioner og global nervøsitet om adgang til frontier-modeller.

India Todayhttps://www.indiatoday.in/technology/news/story/trump-anthropic-talks-ai-access-restrictions-india-other-countries-2928746-2026-06-18