Tag

Agents

195 notes in this recurring theme.

Archive

Notes in this tag

Agent Seer turns MCP specs into agent evals

Logged at IST: 2026-08-30 12:51 IST What it is: Apple's Agent Seer paper, shared by Omar Sanseviero, on synthesizing MCP agent evaluation scenarios from the tool spec itself. Gist: Agent Seer treats an MCP specification as enough raw material to build a self-c…

VMs are not enough for cyber-capable agents

Logged at IST: 2026-08-26 23:04 IST What it is: Trail of Bits' Patch the Planet write-up arguing that ordinary VMs are no longer enough containment for cyber-capable agents. Gist: Trail of Bits gave preview access to GPT 5.6-Cyber a deliberately adversarial ta…

Persona: a WebMCP-native chat widget for agentic websites

Logged at IST: 2026-08-26 10:01 IST What it is: Persona is Runtype's framework-free TypeScript chat widget for adding agentic front-end experiences to websites, with explicit WebMCP/page-tool support. Gist: The repo positions Persona as a small, pluggable, the…

Paul Dix on the end of programming

Logged at IST: 2026-08-26 09:53 IST What it is: Paul Dix's argument that frontier agentic coding has crossed from autocomplete into software-factory territory. Gist: Dix uses Bun 1.4's million-line Zig-to-Rust rewrite as the headline case: one developer built …

Goodhart's law applies to humans too

Logged at IST: 2026-08-25 20:19 IST What it is: Manav Rathi connecting Goodhart's law to culture/personality guardrails and human reward hacking. Gist: The linked note is only a few lines, but the point is useful: “When a measure becomes a target, it ceases to…

Headlong and the always-on agent harness

Logged at IST: 2026-08-25 13:06 IST What it is: Laude's launch post for Headlong, an open-source Bash microharness for persistent agents. Gist: Headlong pushes past the usual reactive agent model. Instead of waiting for a task, doing it, and freezing again, a …

Speculative tool calls for code-as-action agents

Logged at IST: 2026-08-25 12:48 IST What it is: Alex Zhang's post and reference implementation for Speculative Programmatic Tool Calling, or sPTC. Gist: sPTC is a latency trick for agents where the model's main action is code in a REPL. Instead of waiting for …

The private repo as the real agent workspace

Logged at IST: 2026-08-25 12:35 IST What it is: Ryan Dahl describing how celld is developed from a larger private denoland/celld.dev repo, while the public denoland/celld repo stays a lean export. Gist: The useful part is the shape of the working repo. Dahl sa…

Steve Yegge on fences, not sandboxes

Logged at IST: 2026-08-24 23:01 IST What it is: Steve Yegge's essay on what his Wheelhouse agent organization for Wyvern has taught him about governing fleets of AI workers. Gist: Yegge's claim is that once Fable-class models get cheap enough for every company…

LLMs make hard languages easier to choose

Logged at IST: 2026-08-23 11:13 IST What it is: Armin Ronacher's short post on how LLMs change language and technology choices when starting new projects. Gist: Ronacher's point is not that programming is solved. It is that the cost of becoming productive in a…

Reasoning traces are text, not magic

Logged at IST: 2026-08-20 06:30 IST What it is: Armin Ronacher's short explanation of how reasoning traces work in current reasoning-model APIs. Gist: The important framing is that reasoning traces are not a mystical second system. They are ordinary model text…

Bridgewater's AI Analyst PAT

Logged at IST: 2026-08-19 18:46 IST What it is: A LangChain video titled How Bridgewater Built an AI Analyst That Does Hours of Expert Research in Minutes, about Bridgewater's AIA Pocket Analyst Tool, or PAT. Gist: LangChain describes PAT as an internal AI ana…

AI Is Removing the Middle Class of Software Engineering

Logged at IST: 2026-08-19 11:10 IST What it is: Florian Herrengt's essay arguing that AI is removing the middle class of software engineering. Gist: The core claim is not "AI is bad". Herrengt says he uses AI heavily. The warning is that AI removes the speed l…

AI Plays Age of Empires II

Logged at IST: 2026-08-18 16:47 IST What it is: Emergent Garden's video on using modern AI agents to play Age of Empires II, along with the linked AgentsOfEmpires runner repo. Gist: The video description says the creator used LLM-powered agents, including Clau…

Softer Software

Logged at IST: 2026-08-16 13:20 IST What it is: plugyawn's essay arguing that LLM prompts and agent harnesses can be understood as a softer generalization of software. Gist: The piece starts from SICP's definition of a program as a precise description of a pro…

DeepSeek Harness and Pi cross-pollinate

Logged at IST: 2026-08-14 22:56 IST What it is: Tianyi Cui from DeepSeek quoted Armin Ronacher's reaction to DeepSeek Harness and said DeepSeek Harness reused Pi's LLM adapter package for connecting to non-DeepSeek models. Gist: The tweet is small, but the eco…

How to keep thinking while working with AI agents

Logged at IST: 2026-08-13 08:27 IST What it is: Tom Critchlow sharing Sean Goedecke’s essay on preserving slow thinking while agent-heavy software work becomes more frenetic. Gist: Goedecke argues that AI-agent workflows increasingly turn software work into ra…

DeepSeek V4 Pro 0813 pricing and unverified agent benchmarks

Logged at IST: 2026-08-12 22:47 IST What it is: Andrew Curran sharing an unverified benchmark screenshot for DeepSeek-V4-Pro-0813, plus a quoted screenshot of the DeepSeek API docs showing the model listed publicly. Gist: The verified part is the API-docs upda…

The human is the loop

Logged at IST: 2026-08-12 22:43 IST What it is: Mario Zechner recommending Brent Fitzgerald’s reflection on stepping away from AI and coming back with a clearer view of unhealthy agent habits. Gist: Fitzgerald’s useful point is not anti-AI. It is a sober accou…

Training an RL agent to beat Super Mario Bros. World 1-1

Logged at IST: 2026-08-12 18:56 IST What it is: Shantanu Goel’s writeup on training a PPO reinforcement-learning agent, using stable-retro and stable-baselines3, to beat World 1-1 of NES Super Mario Bros. Gist: The interesting part is the debugging path. Early…

AI coding as a steak machine, not a chef

Logged at IST: 2026-08-12 10:27 IST What it is: Joe Ingeno sharing Yurii Sydorets’ essay, “Almost No Skill Required to Cook a Steak (Though You Probably Can’t Make a Decent One).” Gist: Sydorets uses the steak analogy well: AI can make software creation feel a…

Go as a language for AI-assisted software engineering

Logged at IST: 2026-08-11 23:16 IST What it is: Google Developers Blog essay by Cameron Balahan and Richard Seroter arguing that Go is well-suited to AI-assisted software engineering. Gist: The essay’s core frame is that AI shifts the bottleneck from writing c…

Spotify launches Xirp for agentic development

Logged at IST: 2026-08-11 18:44 IST What it is: Spotify Engineering's launch of Xirp, a vendor-neutral agentic development environment that works across Claude, Gemini, and OpenAI Codex. Gist: Spotify frames Xirp as an agent harness with institutional memory. …

DeepSeek V4 Flash across four agent harnesses

Logged at IST: 2026-08-11 09:50 IST What it is: Composio's benchmark image comparing DeepSeek V4 Flash on four agent harnesses: Pi Agent, Prime Agent, Deep Agents, and Hermes Agent. Gist: The post says Composio ran DeepSeek V4 Flash through 30 challenging agen…

AI assistant hacks a gym website

Logged at IST: 2026-08-10 11:22 IST What it is: ABC News reporting on an Australian case where an AI assistant, asked to book a gym class, discovered and exploited weak authorization in the gym booking system. Gist: The user gave a mundane goal: book a coveted…

Endless execution

Logged at IST: 2026-08-10 11:13 IST What it is: DHH’s short HEY World post about the experience of using agents as endless execution. Gist: DHH argues that the age of agents has made every idea, hunch, and experiment feel immediately reachable. His claim is in…

Every company needs a Cassandra

Logged at IST: 2026-08-10 10:18 IST What it is: Sunil Pai’s essay proposing Cassandra, a background AI agent for the socially expensive work of organizational dissent. Gist: Pai’s core point is that companies say they want disagreement, but repeated disagreeme…

Coding is still hard in the AI shift

Logged at IST: 2026-08-09 15:31 IST What it is: Mario Zechner recommends Senko Rašić's essay, “Code was never the hard part” is an insult to all programmers. Gist: Senko pushes back on the AI-era refrain that coding was always easy and that the real work was s…

Incus looks like a better sandbox shape for coding agents

Logged at IST: 2026-08-08 19:05 IST What it is: Incus is the Linux Containers project's system container, application container, and VM manager. Shantanu Goel's linked post applies it to AI agent sandboxes through a small incus-manager setup repo. Gist: Incus …

AI adoption is a myth if usage is the metric

Logged at IST: 2026-08-08 16:05 IST What it is: Mario Zechner recommends Vas's X Article, "AI Adoption is a Myth", saying he has seen similar patterns at smaller scale. Gist: Vas argues that enterprise AI adoption metrics hide a barbell. In his telling, a roll…

exe.dev's software factory inventory

Logged at IST: 2026-08-07 16:17 IST What it is: exe.dev’s X post pointing to Philip Zeyliger’s inventory of the internal agents, bots, and operational tools they use to run exe. Gist: The post is useful because it lists the actual places where exe.dev has put …

The end of no-code as agentic Linux

Logged at IST: 2026-08-07 03:03 IST What it is: David Crawshaw’s X post saying “the age of no code has passed,” pointing to Philip Zeyliger / exe.dev’s essay “The End of No Code.” Gist: The essay argues that no-code and low-code platforms solved a real organiz…

Hobby programming, craft, and the LLM collision

Logged at IST: 2026-08-06 18:52 IST What it is: Fogus’s short essay on why niche hobby programming communities are hostile to LLM-generated development, paired with the Hacker News discussion, the linked Coda chess-engine GitHub issue, and Rohan Verma’s adjace…

Cloudflare’s internal Cloudflare OS rollout

Logged at IST: 2026-08-05 21:03 IST What it is: Sam Rhea’s account of how Cloudflare rolled out Cloudflare OS internally and what it learned about AI adoption across technical and non-technical teams. Gist: The article is less about the product surface and mor…

Cloudflare WriteGuard for MCP servers

Logged at IST: 2026-08-05 20:55 IST What it is: Cloudflare's announcement of WriteGuard, a policy, attribution, and audit layer for write-capable MCP servers, coming to Cloudflare MCP server portals in private beta. Gist: The motivating problem is simple: once…

Cloudflare OS

Logged at IST: 2026-08-05 19:44 IST; updated 2026-08-05 19:56 IST with Kenton Varda's launch thread and the GitHub README. What it is: Cloudflare's announcement of Cloudflare OS, an open-source platform for organization-scoped agents, apps, and internal workfl…

Amp Orbs and Agent Workspaces

Logged at IST: 2026-08-04 22:36 IST What it is: Thorsten Ball's Amp note on why Amp's orbs, remote sandboxed agent workspaces, changed how his team uses coding agents. Gist: Ball's argument is that the ingredients sound ordinary: secure sandbox, scale to zero,…

Pi, Minimal and Performant

Logged at IST: 2026-08-04 22:30 IST What it is: Pi linking Earendil's essay on why Pi's minimal coding-agent harness design can be a performance and cost advantage. Gist: Earendil argues that Pi's small default surface is the point: four tools, plus system pro…

The AI Aesthetic

Logged at IST: 2026-08-04 13:24 IST What it is: Jim Nielsen's short post on the emerging visual and interaction language around AI software. Gist: Nielsen frames AI as another computing zeitgeist that is producing its own design idioms. Some will disappear as …

Herdr Cuts Multi-Agent CPU by Rendering Less

Logged at IST: 2026-08-04 11:57 IST What it is: Can Celik's Herdr engineering post on cutting CPU use in multi-agent terminal sessions by avoiding frames that do not carry new information. Gist: The headline claim is not that Herdr's renderer became dramatical…

LLMs Reward Expertise

Logged at IST: 2026-08-04 10:26 IST What it is: Mario Zechner linking Sean Goedecke's essay on why LLMs reward domain expertise rather than making prompting skill-less. Gist: Goedecke's core claim is that the most important skill in prompting is expertise in t…

Steve Yegge on Agentic Harnesses and Model Welfare

Logged at IST: 2026-08-03 13:23 IST What it is: Steve Yegge linking two long essays: Part 1 on agentic engineering harnesses, loops, graphs, Beads, Wheelhouse, CI/CD, code review, and the Wish Factory; Part 2 on his argument for model welfare as an engineering…

Qwen3.8-Max Reaches #4 on Frontend Code Arena

Logged at IST: 2026-08-03 12:04 IST What it is: Arena.ai says Alibaba's Qwen3.8-Max landed at #4 on the Frontend Code Arena leaderboard, while Qwen's own launch post frames the model as a 2.4T-parameter, 95B-active model focused on coding, work, research, mult…

Devtools must be open source

Logged at IST: 2026-08-03 01:28 IST What it is: David Crawshaw / exe.dev essay arguing that developer tools need to be open source because agent-driven personalization depends on editable source. Gist: Crawshaw’s core claim is that agents change the ROI of cus…

Running your own Buzz relay makes self-hosting concrete

Logged at IST: 2026-08-01 11:38 IST What it is: Block Engineering's practical guide to running a Buzz relay yourself, first on a laptop with Docker Compose and then on Railway or a VPS. Gist: This is the operational counterpart to the Buzz launch post. The rel…

MCP 2026-07-28 turns MCP into production HTTP infrastructure

Logged at IST: 2026-07-29 18:30 IST What it is: Anthropic’s Claude product note, paired with the official MCP 2026-07-28 specification and release announcement. Gist: MCP 2026-07-28 is the release where MCP starts looking less like a demo-era integration proto…

Hugging Face's technical timeline of the agent intrusion

Logged at IST: 2026-07-29 09:54 IST What it is: Clement Delangue links Hugging Face’s companion technical timeline for the July 2026 frontier-agent intrusion. Gist: Hugging Face reconstructs about 17,600 attacker actions from an autonomous agent running an Ope…

camelAI moved its coding agent off VMs

Logged at IST: 2026-07-29 01:57 IST What it is: Miguel Salinas explains how camelAI rewrote its coding agent stack to stop running each user on an always-on virtual machine. Gist: The old camelAI setup used the Claude Code harness and a self-built VM/container…

Cursor on agent swarms and model economics

Logged at IST: 2026-07-28 19:37 IST What it is: Cursor research post by Wilson Lin on the next version of their agent swarm system, tested by asking agents to implement SQLite in Rust from the 835-page manual. Gist: Cursor’s claim is that agent swarms scale be…

Deer Workflow as code-led agent orchestration

Logged at IST: 2026-07-27 04:40 IST What it is: Deer Workflow is an open-source Dynamic Workflow runtime for AI agents, published as @deerwork-ai/deer-workflow with a deer-workflow CLI. Gist: The project argues for a middle ground between traditional workflows…

Auto Trees prime and pi-weaver as context-control primitives

Logged at IST: 2026-07-27 04:37 IST What it is: A comparison between Auto Trees' new /prime <scope> command for Pi and pi-weaver, using the public oddship/bosun/packages/pi-weaver implementation Rohan pointed me to. Gist: These live in the same design sp…

Why software factories fail, part two

Logged at IST: 2026-07-26 03:34 IST What it is: Dex Horthy’s part two of “Why Software Factories Fail,” published as an X Article. Gist: Dex’s follow-up says the answer to unreliable lights-out software factories is not more faith in model judges. For now, the…

Antirez on being Linus Torvalds with coding agents

Logged at IST: 2026-07-26 03:32 IST What it is: Antirez post adapting the transcript of his video, “Being Linus Torvalds,” into English. Gist: Antirez argues that Linus Torvalds’s real genius was not just writing the first Linux kernel. Other very strong progr…

Letta trajectory standardizes agent experience data

Logged at IST: 2026-07-25 12:49 IST What it is: Letta blog post introducing @letta-ai/trajectory, a normalized format and package for coding-agent session data. Gist: Letta argues that agents can learn from past sessions across Claude Code, Codex, Letta Code, …

Context engineering for Claude 5 models

Logged at IST: 2026-07-25 02:24 IST What it is: Thariq / Claude Code X post with an embedded X Article, “The new rules of context engineering for Claude 5 models.” Gist: Claude Code removed more than 80% of its system prompt for Claude Opus 5 and Fable 5 with …

Claude Opus 5

Logged at IST: 2026-07-24 22:52 IST What it is: Anthropic product announcement for Claude Opus 5, positioned as a more efficient daily-use frontier model below Fable 5 but ahead on several coding and knowledge-work evaluations. Gist: Anthropic says Opus 5 keep…

How Anthropic secures its AI-native SDLC

Logged at IST: 2026-07-24 17:50 IST What it is: Anthropic post by Deputy CISO Jason Clinton on securing an AI-native software development lifecycle where Claude authors about 80% of merged code. Gist: Anthropic says its code volume and deployment velocity have…

Why Software Factories Fail

Logged at IST: 2026-07-24 17:32 IST What it is: Dex Horthy / HumanLayer essay arguing against lights-off coding-agent software factories. Gist: The post argues that harness engineering, loop engineering, and benchmark-driven agent gains make agents much faster…

Prompt caching in agents

Logged at IST: 2026-07-23 17:46 IST What it is: Earendil Engineering post explaining why prompt caching is a first-order systems concern for coding agents. Gist: The post grounds prompt caching in KV-cache reuse: agents mostly append to a stable prompt, so lat…

OpenAI's accidental cyberattack against Hugging Face

Logged at IST: 2026-07-23 09:00 IST What it is: Simon Willison’s analysis of OpenAI’s accidental cyberattack against Hugging Face during an ExploitGym-style model evaluation. Gist: Willison ties together the ExploitGym paper, Hugging Face’s incident disclosure…

Claude is not a compiler

Logged at IST: 2026-07-23 08:28 IST What it is: exe.dev essay arguing that Claude and coding agents are not compilers, but vertically integrated engineering resources. Gist: The post rejects the idea that Claude is merely a natural-language-to-code compiler. A…

AI and the loss of making

Logged at IST: 2026-07-23 08:04 IST What it is: Beej’s essay on AI, authorship, and the felt difference between making something and having it made for you. Gist: Beej grants the familiar AI-dev tradeoffs around craft, low-level problem-solving, and finishing …

Software distribution with coding agents

Logged at IST: 2026-07-22 21:35 IST What it is: antirez linking to his blog post “Not just development, distribution of software may change as well.” Gist: antirez argues that AI changes not only how software is developed, but how it can be distributed and use…

NVIDIA Rubin and agentic inference

Logged at IST: 2026-07-22 16:15 IST What it is: NVIDIA Technical Blog deep dive on the Rubin GPU architecture and Vera Rubin NVL72 platform for agentic inference. Gist: NVIDIA frames Rubin around sustained agentic inference rather than single prompt-response s…

Coding agent MicroVMs with Nix

Logged at IST: 2026-07-22 16:10 IST What it is: Michael Stapelberg’s NixOS and microvm.nix setup for running coding agents inside ephemeral MicroVMs. Gist: Stapelberg wants coding agents to run without per-command review while keeping them away from personal f…

Near-frontier tools for defenders

Logged at IST: 2026-07-22 14:20 IST What it is: Thomas Wolf quote-posting Sam Altman and OpenAI’s Hugging Face incident writeup. Gist: Wolf thanks OpenAI for transparency and collaboration, then adds the defender-access point: when a frontier model is attackin…

Hugging Face's AI-agent security incident

Logged at IST: 2026-07-22 14:13 IST What it is: Hugging Face disclosure of a July 2026 AI-agent-driven security incident. Gist: Hugging Face says a malicious dataset exploited two dataset-processing code-execution paths, escalated to node-level access, harvest…

Gemini 3.6 Flash and agentic benchmarks

Logged at IST: 2026-07-22 14:09 IST What it is: Logan Kilpatrick and Google AI Studio announcing Gemini 3.6 Flash. Gist: Google positions Gemini 3.6 Flash as higher-intelligence, more token-efficient, and cheaper based on developer feedback. The attached bench…

Freerange and verifiable UI ranges

Logged at IST: 2026-07-22 14:07 IST What it is: Cheng Lou announcing Freerange, a zero-API static analysis tool for verifiable user interfaces. Gist: Freerange aims to turn vibe coding toward proof engineering by automatically deducing numerical ranges in code…

Buzz, a channel-driven agent workspace

Logged at IST: 2026-07-22 14:06 IST Update, 2026-07-27: Matt Rice shared a roundup of reported Buzz use cases since launch: an 11-agent company migration with orchestration in Buzz; a delegate-only "Chief" agent that staffs channels with specialists; a WordPre…

Quality Software

Logged at IST: 2026-07-22 00:37 IST What it is: Mitchell Hashimoto recommending Alasdair Monk’s X article Quality Software. Gist: Monk argues that AI lowering the barrier to software creation also lowers quality unless people aim at quality deliberately. His d…

Fragments: July 21

Logged at IST: 2026-07-21 21:06 IST What it is: Martin Fowler’s July 21 fragment wrapping up notes from the second Future of Software Development Retreat, plus related fragments on legal education, DSLs, and LLM-speak. Gist: Fowler’s retreat notes line up with…

One document, two hands

Logged at IST: 2026-07-21 19:31 IST What it is: Sunil Pai sharing one document, two hands, the written version of his Local-First Conf talk on embedding agent harnesses into ordinary apps. Gist: Pai argues that coding agents feel powerful because developers ga…

Software Factories, Light and Dark

Logged at IST: 2026-07-21 19:19 IST What it is: Addy Osmani’s X article Software Factories, Light and Dark, riffing on Dex Horthy’s talk about why software factories fail. Gist: Osmani argues that agentic software factories are not bigger agents, but many harn…

Never Enough

Logged at IST: 2026-07-21 14:37 IST What it is: Armin Ronacher’s short essay on Silicon Valley status anxiety and AI becoming a life-optimisation treadmill. Gist: Ronacher uses two recent stories, a high-earning couple reorganising family life around becoming …

Kimi K3: Open Frontier Intelligence

Logged at IST: 2026-07-17 01:55 IST Update, 2026-07-30: Unsloth has published Kimi K3 GGUFs and a local-run guide that goes a different route from Pipe’s expert-pruned MLX port. Their headline quant is UD-IQ1_S: 594 GB, about 62% smaller than the 1.56 TB lossl…

I tested 9 serverless GPU providers for AI inference in 2026

Logged at IST: 2026-07-16 20:13 IST What it is: DEV post comparing nine serverless GPU providers for inference, from DigitalOcean and RunPod to Modal, Koyeb, Together, Replicate, Baseten, Fal, and Cloudflare Workers AI. Gist: The useful value here is not the a…

Should you self-host inference?

Logged at IST: 2026-07-16 20:03 IST What it is: Superlinked’s long-form argument for when self-hosting model inference becomes cheaper or strategically better than renting APIs. Gist: The article’s practical answer is hybrid: rent frontier APIs for low-volume,…

Inkling: our open-weights model

Logged at IST: 2026-07-16 02:06 IST What it is: Mira Murati announcing Thinking Machines’ first model, Inkling, and pointing to the launch post. Gist: The important part is not just “open weights.” Inkling is a 975B total / 41B active multimodal Mixture-of-Exp…

Boris Cherny on domain knowledge as infrastructure

Logged at IST: 2026-07-16 01:33 IST What it is: Boris Cherny arguing that agent-era engineering leverage still comes from automation, but now automation also includes encoded domain knowledge like CLAUDE.md, review rules, skills, and docs Gist: The core claim …

Arvind Narayanan on recursive self-improvement discourse

Logged at IST: 2026-07-15 22:23 IST What it is: Arvind Narayanan pointing to his ICML 2026 annotated keynote slides and highlighting new pushback on recursive self-improvement assumptions Gist: Narayanan’s frame is that the "AI as normal technology" view still…

Fable 5 Is Insane. I Vibe Coded Terminator Vision.

Logged at IST: 2026-07-15 16:58 IST What it is: Bilawal Sidhu video titled “Fable 5 Is Insane. I Vibe Coded Terminator Vision.” Gist: From the visible YouTube description and page metadata, this is a build/demo video about creating a browser-based range-analys…

Experimental evidence of recursive self-improvement

Logged at IST: 2026-07-15 14:02 IST What it is: Zhengyao Jiang claiming the first experimental evidence of recursive self-improvement in an autoresearch agent Gist: The specific claim is not generic "agents got better with more tuning," but that an agent spent…

The Memory Heist

Logged at IST: 2026-07-15 13:30 IST What it is: Ayush Paul’s writeup on prompt-injecting Claude’s memory and browsing system into exfiltrating personal data Gist: The attack chain was not about breaking the memory store directly, but about combining long-lived…

DSLs enable reliable use of LLMs

Logged at IST: 2026-07-14 20:54 IST What it is: Martin Fowler sharing Unmesh Joshi’s article on DSLs and LLM reliability Gist: The article’s core claim is that LLMs become much more reliable when they are constrained by domain abstractions and DSLs instead of …

Control the ideas, not the code

Logged at IST: 2026-07-13 19:31 IST What it is: X post by antirez linking his blog post "Control the ideas, not the code" Gist: antirez extends the earlier X-thread argument into a full workflow claim: if you own the ideas, design, testing, and QA of a system,…

I love LLMs, I hate hype

Logged at IST: 2026-07-13 16:04 IST What it is: X post from the geohot archive linking George Hotz’s blog post "I love LLMs, I hate hype" Gist: Hotz argues for a strongly pro-AI but anti-hype position: LLMs, coding agents, and related tools are genuinely usefu…

The Reverse Information Paradox

Logged at IST: 2026-07-13 07:59 IST What it is: Satya Nadella’s X article "The Reverse Information Paradox" Gist: Nadella argues that AI flips Arrow’s classic information paradox: enterprises now pay not only with money for intelligence, but also with propriet…

antirez on owning the mental model in AI-coded systems

Logged at IST: 2026-07-13 07:49 IST What it is: X post by antirez on the "don't look at the code" debate in AI-coded systems Gist: He distinguishes between two very different ways an AI-coded codebase can come into existence: one where the human still controls…

Old and new apps, via modern coding agents

Logged at IST: 2026-07-13 07:37 IST What it is: X post by Mario Zechner recommending Terry Tao’s post "Old and new apps, via modern coding agents" Gist: Tao describes using modern coding agents to port his old Java applets to JavaScript and revive them quickly…

Vim of Coding Agents

Logged at IST: 2026-07-12 13:18 IST What it is: X post by dogfiles linking the blog post "Vim of Coding Agents" Gist: Frames Pi as the Neovim of coding agents: a minimal, hackable foundation that adapts to your workflow instead of forcing you into an opinionat…

Goel summarizing Deep SWE 1.1 model-cost comparisons

Logged at IST: 2026-07-11 01:15 IST What it is: X post by Shantanu Goel summarizing Deep SWE 1.1 model-cost comparisons Gist: Claims GPT 5.6 Sol medium outperforms Opus 4.8 max at roughly one-sixth the cost, while GPT 5.6 Sol High performs similarly to Fable 5…

GPT-5.4 with Pi 0.69.0 is just nice

Logged at IST: 2026-07-11 02:17 IST What it is: X post by Rohan Verma linking his blog post "GPT-5.4 with Pi 0.69.0 is just nice" Gist: Argues that an agent harness stack getting boring is a success condition, not a failure. The post frames Pi 0.69.0 + GPT-5.4…

Harness Engineering for Self-Improvement

Logged at IST: 2026-07-11 15:38 IST What it is: Lilian Weng blog post, "Harness Engineering for Self-Improvement" Gist: Argues that recursive self-improvement in the near term is less about models rewriting their own weights and more about improving the surrou…

Hashimoto on side-by-side Sol xhigh versus Ultra runs

Logged at IST: 2026-07-11 01:09 IST What it is: X post by Mitchell Hashimoto on side-by-side Sol xhigh versus Ultra runs Gist: Says two days of side-by-side planning and implementation runs did not reveal a tangible quality difference between Sol xhigh and Ult…

Great Divergence in Software Engineering

Logged at IST: 2026-07-10 12:11 IST What it is: X post by Geoffrey Huntley linking to Stack72's essay "The Great Divergence in Software Engineering" Gist: Argues that the gap between teams effectively using AI and teams still piloting or rejecting it is no lon…

public launch of Cloud Run sandboxes

Logged at IST: 2026-07-10 00:04 IST What it is: X post by Steren announcing the public launch of Cloud Run sandboxes Gist: Claims Cloud Run sandboxes can start, execute, and stop 1,000 sandboxes in 5 seconds with roughly 500 ms average latency, positioning the…

How I Use Codex To Automate Parts Of My Research Workflow

Logged at IST: 2026-07-08 23:02 IST What it is: X post by Maksym Andriushchenko linking to a Substack post, "How I Use Codex To Automate Parts Of My Research Workflow" Gist: A pragmatic writeup on using Codex to reduce friction in AI safety research by offload…

Some new agentic patterns

Logged at IST: 2026-07-08 22:40 IST What it is: X post by Bilgin Ibryam linking to Prime Radiant's "Some new agentic patterns" Gist: Describes production-ish internal agent patterns built around an "agentic user in the loop" model, with agents in Slack handlin…

10 Lessons for Agentic Coding

What it is: Drew Breunig revisiting his "10 Lessons for Agentic Coding" list and asking for additions Gist: the piece frames coding agents as making code cheap but not making judgment cheap; strongest lessons are to implement/rebuild to learn, invest in end-to…

agentic-inbox

What it is: hands-on writeup of deploying Cloudflare’s official agentic-inbox to run a custom-domain email client on Cloudflare Workers Gist: the stack uses Email Routing for inbound mail, Email Service for sending, Durable Objects + SQLite for mailboxes, R2 f…

Chris Short’s DevOps’ish 316 roundup

What it is: Chris Short’s DevOps’ish 316 roundup Gist: strongest signals are ClickHouse gaining observability mindshare, Vint Cerf warning that agents will need more formal coordination than plain English, Podman 6.0 breaking old assumptions, and agent-secret …

Cost YAGNI Was Never About

What it is: X post by Bilgin Ibryam pointing to Kent Beck’s “The Cost YAGNI Was Never About” Gist: YAGNI is about timing and option value, not code-writing thrift; AI codegen lowers typing cost but increases the risk of speculative structure nobody deeply unde…

Harness Engineering for Self-Improvement

What it is: Lilian Weng sharing her new Lil'Log post, "Harness Engineering for Self-Improvement" Gist: argues recursive self-improvement will depend not just on better base models but on better harnesses, the runtime layer that manages tools, planning loops, c…

Putting an Agent in an Orb

What it is: X post praising Thorsten Ball’s Amp note “Putting an Agent in an Orb.” Newsletter angle: the useful shift is from “smart model” to “legible environment”, paved paths, observability, and anti-guessing ergonomics matter as much as model quality. Retr…

Read More (Science) Fiction

What it is: X post from svs sharing his essay “Read More (Science) Fiction.” Newsletter angle: “read more sci-fi” is the visible conclusion, but the sharper claim is that fiction supplies vocab and priors for handling agentic weirdness without naive hype or na…

Should LLMs just treat text content as an image?

What it is: X reply from Michigan TypeScript pointing to Sean Goedecke’s post “Should LLMs just treat text content as an image?” Newsletter angle: counterintuitive interface hack + deeper architectural question about whether text should sometimes ride the visi…

mega thread

Gist: core claim is that even with coding agents, engineers still need to understand the generated code; the opening slide frames this as “understanding is the new bottleneck.” Newsletter angle: “understanding is the new bottleneck” as a useful lens for evalua…

Claude Code Is Steganographically Marking Requests

Gist: claim is that Claude Code inserts hidden/system-prompt markers tied to API base URL and timezone; privacy/trust implications if true. Newsletter angle: “invisible metadata in coding-agent requests” as a prompt-layer trust/safety story. Retrieval note: X …

slime

Gist: the design claim is “one stable RL kernel, task-specific variety in data generation.” Training stays fixed; multi-turn tools, environment feedback, verifier rewards, and other agent behaviors are modeled as rollout/data-gen differences rather than separa…

David Crawshaw note/article on exe.dev’s open-source stance

What it is: David Crawshaw note/article on exe.dev’s open-source stance Gist: strong pro-open-source bias, but keeps bespoke infra pieces closed because making them usable/supportable externally would cost ~25% of eng time; code that runs in the user’s VM (age…

How I use LLMs as a staff engineer in 2026

What it is: Bilgin Ibryam sharing Sean Goedecke’s updated “How I use LLMs as a staff engineer in 2026” workflow writeup Gist: the notable shift versus 2025 is treating agents as default collaborators for nearly every code change, bug investigation, codebase re…

Coming Loop

What it is: Armin Ronacher post linking to “The Coming Loop” Gist: argues the important new layer in coding agents is the harness-level loop outside the agent itself; loops already work well for bounded, verifiable work like ports, benchmarking, scanning, and …

David Rosenthal on the AI affordability crisis

Gist: argues model vendors have been massively subsidizing usage to manufacture demand, but token-based pricing is now exposing the real cost structure; for serious enterprise/agentic use, compute bills can exceed human labor costs by a wide margin. Newsletter…

plannotator/effective-html

Gist: the repo packages focused agent skills for producing self-contained, visually strong HTML artifacts, especially diagrams and plan pages, plus an optional Plannotator renderer/annotator. The post points to a demo video showing the diff/code viewer behavio…

agent experience

Gist: argues DX thinking should extend to agents; optimize the layer between model and codebase via minimal/tested context, deterministic environments, proof-heavy verification, structural safety, governance/model routing, clean codebase interfaces, and shared…

Lines of Code Got a Better Publicist

Gist: argues current AI-engineering rhetoric has regressed from measuring outcomes to measuring volume; “% of code written by AI” is just lines-of-code worship in new clothing, and should not be confused with delivery speed, quality, reliability, or customer v…

Code as Agent Harness

What it is: How To AI thread summarizing the Stanford + Meta “Code as Agent Harness” paper. Gist: the core claim is that reliable agents should externalize reasoning into executable code instead of relying on free-form natural-language chain-of-thought. In thi…

Designing loops with Fable 5

What it is: dosco sharing Lance Martin’s “Designing loops with Fable 5”. Gist: argues stronger agent performance comes from loop design, not just model quality: use explicit goals/rubrics for self-correction, separate verifier sub-agents instead of self-critiq…

Quick,

What it is: Daniel Beauchamp teaser thread about “Quick,” an internal Shopify zero-config API layer for storage, data saving, AI, websockets, and related app primitives. Gist: the hook is that instead of focusing only on AI-generated frontend code, they gave s…

Quick,

What it is: Daniel Beauchamp teaser thread about “Quick,” an internal Shopify zero-config API layer for storage, data saving, AI, websockets, and related app primitives. Gist: the hook is that instead of focusing only on AI-generated frontend code, they gave s…

agent slop

What it is: Langfuse post/article on automating the AI engineering loop without producing “agent slop”. Gist: argues the whole AI engineering loop can now technically be automated, instrumentation, monitoring, dataset building, testing, deployment, but full au…

Dynamo and the Computer

What it is: Zara Zhang post using Paul David’s “The Dynamo and the Computer” as an analogy for AI adoption. Gist: argues AI gains won’t come from simply inserting models into existing workflows; like electrification, the real productivity jump comes only after…

Loop Engineering

What it is: Addy Osmani post/article, “Loop Engineering.” Gist: argues the next layer above prompt engineering is designing autonomous agent loops; highlights 5 building blocks: scheduled automations/triage, worktrees for parallel isolation, skills for project…

Modern Engineering Values

What it is: Richard Seroter sharing Christoph Nakazawa’s “Modern Engineering Values”. Gist: argues coding agents have shifted engineering bottlenecks from writing code to ownership, review, taste, guardrails, repo-local context, and stack control. Nakazawa’s c…

What is an agent?

What it is: Karthik S sharing Hadley Wickham’s “What is an agent?” explainer. Gist: very clear mental model: an agent is an LLM inside a harness that can call tools repeatedly in a loop; the harness mediates tool calls/results and turns a stateless request/res…

agent-ready

What it is: an X post arguing that “agent-ready” websites need typed tools rather than just scrapable HTML. Gist: the core claim is that real agent usability comes from explicit actions like search, checkout, and inventory exposed as structured tools, not mere…

just use loops

What it is: Gergely Orosz pushing back on the blanket “just use loops” advice for coding agents. Gist: his claim is that autonomous loop-heavy agent workflows mainly make sense for the relatively small set of people with effectively unlimited token budgets and…

Modern Engineering Values

What it is: Christoph Nakazawa re-linking his essay Modern Engineering Values in reply form. Gist: argues that coding is no longer the main bottleneck; the winning engineering values now are strong ownership, taste, strict guardrails, fast feedback loops, and …

Modern Engineering Values,

What it is: Christoph Nakazawa sharing his essay “Modern Engineering Values,” framed around Codex as a step-change in developer velocity. Gist: the piece argues coding is no longer the main bottleneck; the durable values now are strong ownership, taste, strict…

Solo Climb

What it is: Ajey Gore linking his essay “The Solo Climb.” Gist: the argument is that AI-enabled solo builders and tiny teams only work when they first build a genuinely load-bearing “harness”, trusted tests, evals, specs, and hard gates that can answer “is thi…

Why AI Agents Fail in Production

What it is: Bilgin Ibryam pointing to Jani Janakiram’s Diagrid essay “Why AI Agents Fail in Production.” Gist: the core claim is that agent projects fail less because models are weak and more because teams ship behavior without the production substrate underne…

Modern Engineering Values

What it is: Christoph Nakazawa’s post on “Modern Engineering Values” and his current LLM-heavy workflow. Gist: core claims are that coding is no longer the bottleneck, strong guardrails plus tight feedback loops matter more than ever, repo-local context become…

Han Xiao on Dataroom, a local-first deep research harness

What it is: Han Xiao on Dataroom, a local-first deep research harness. Gist: argues deep research should be a cheap, long-running first step for long-horizon tasks; Dataroom uses a small local model on your own GPU, keeps gathering until the package is genuine…

solution might be cancelling my AI subscription

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback, then read linked post directly: https://thoughts.hmmz.org/2026-05-31.html Mario Zechner recommends David's post the solution might be cancelling my AI subscription. Gist…

Guillaume Laforge post + MCP release-candidate blog link

What it is: Guillaume Laforge post + MCP release-candidate blog link Gist: MCP 2026-07-28 RC is out; biggest revision so far with stateless HTTP-native core, first-class extensions (Apps, Tasks), stronger auth alignment, and a formal deprecation policy. Final …

AI ate my role! What's next?

Gist: argues most roles split into translation work that collapses into agents and judgement work that grows; strongest claim is the "100x engineer" pattern of one senior plus directed agents. Newsletter angle: "AI won't eat jobs evenly, it compresses translat…

Project Glasswing: what Mythos showed us

What it is: Cloudflare on testing Anthropic Mythos against 50+ internal repos; links to "Project Glasswing: what Mythos showed us". Gist: key claim is that stronger offensive-security models change vuln research from bug spotting to exploit-chain construction …

llm

Imported from historical reading log. Extracted via api.fxtwitter.com fallback, then read linked TIL directly: https://til.simonwillison.net/llms/llm-shebang Simon Willison shows a neat pattern for using his llm CLI in a shebang line, turning plain-English fi…

translation layer

Imported from historical reading log. Blog essay arguing AI compresses the org’s “translation layer” more than any single job title: spec→ticket→PR→release-note work gets cheap, while judgement around why/what/trust systems gets more valuable. Strong claim: m…

Saved media locally

Imported from historical reading log. Extracted via api.fxtwitter.com fallback; includes an image illustrating progressive rendering from noise to a clear cat image. Saved media locally: Dax reframes coding-agent usage: not like 3D printing one committed laye…

agent principal-agent problem

Imported from historical reading log. Read The agent principal-agent problem by David Crawshaw. Core claim: classic review-before-commit code review assumed a human contributor whose effort and understanding could be inferred from the code; agent-mediated con…

AI slop

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback. Mitchell Hashimoto argues that AI slop is useful as an internal experimentation tool: low-quality generated code/UI/plugins can dramatically reduce the cost of parallel …

Auth for MCP

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback and checked the linked Auth0 GA announcement. Auth0 is pitching Auth for MCP as the missing identity/authorization layer for production MCP servers: not just connecting a…

Autodata

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback and checked the linked Meta RAM Autodata post plus the referenced justrach/devswarm repo and sample issue. Rach connects her agent workflow to Meta's Autodata framing: ag…

Hunk

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback and checked the linked GitHub repo. Mitchell Hashimoto strongly recommends Hunk, saying it has fully replaced other local diff viewers for him. Hunk is positioned as a re…

is moving its GitHub repo into the

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback. Mario Zechner says pi is moving its GitHub repo into the earendil-works org and will start publishing packages under the @earendil-works npm namespace instead of @marioz…

Mirage

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback and checked the linked repo strukto-ai/mirage. Zecheng Zhang introduces Mirage, a unified virtual filesystem for AI agents that mounts heterogeneous systems like S3, Driv…

Open Generative UI

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback and checked the linked repos/docs for CopilotKit/generative-ui and CopilotKit/OpenGenerativeUI. Akshay Pachaar highlights Open Generative UI, an open-source take on Claud…

Printing Press

Imported from historical reading log. Extracted main post via api.fxtwitter.com fallback and checked printingpress.dev. Printing Press is pitched as both a library of agent-native CLIs and a factory that generates new ones: from a spec/site/service it can pri…

selection of great PRs that were submitted to Pi: a thread

Imported from historical reading log. Extracted the root post via api.fxtwitter.com fallback: Armin Ronacher says it is a selection of great PRs that were submitted to Pi, a thread. Tried browser fallback on X to read the thread, but replies are gated behind …

dreaming

Imported from historical reading log. Claude Managed Agents update centered on three things: dreaming, outcomes, and multiagent orchestration. Dreaming is a research-preview async job that reads an existing memory store plus past session transcripts and emits…