2026-08-26
Logged at IST: 2026-08-26 21:45 IST
What it is: DuckLabs' announcement that it is joining AWS, shared by Frank Denis.
Gist: DuckLabs says the Amsterdam team behind DuckDB will stay together under AWS, continuing work on DuckDB, DuckLake, Quack, and the wider D…
2026-08-26
Logged at IST: 2026-08-26 16:33 IST
What it is: Phuong Le's VictoriaMetrics walkthrough of Go's hash-trie-backed sync.Map implementation.
Gist: The visible API is still the familiar Load, Store, Delete, LoadOrStore, CompareAndSwap, Range, and Clear. Underneath…
2026-08-26
Logged at IST: 2026-08-26 10:14 IST
What it is: Dominik Honnef's explanation of generic methods in Go 1.27.
Gist: Go 1.27 removes a long-standing awkwardness in Go generics: methods on concrete types can now declare their own type parameters. That means an API…
2026-08-26
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…
2026-08-26
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 …
2026-08-25
Logged at IST: 2026-08-25 20:19 IST
What it is: Anton Zhiyanov's interactive guide to Go's new json/v2 package.
Gist: The guide is a migration map from encoding/json v1 to json/v2. The basics still look familiar, but the surrounding API changes a lot: direct M…
2026-08-25
Logged at IST: 2026-08-25 20:15 IST
What it is: goccy/go-llama, a pure-Go llama.cpp-style inference library for running GGUF models from Go applications.
Gist: The interesting bit is the packaging path. go-llama does not bind to llama.cpp through cgo, and it d…
2026-08-25
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 …
2026-08-25
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 …
2026-08-25
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…
2026-08-23
Logged at IST: 2026-08-23 18:21 IST
What it is: Lalit Maganti on how he finds problems worth solving as a Staff Engineer, especially in infrastructure and developer-tools contexts.
Gist: The useful move is to treat problem discovery as ambient listening, not a…
2026-08-23
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…
2026-08-21
Logged at IST: 2026-08-21 10:12 IST
What it is: Jay from OpenCode explaining what happened after DeepSeek v4 Flash became the cheap default for a lot of coding-agent traffic.
Gist: The useful part is the operator view of a model getting cheap enough to change …
2026-08-20
Logged at IST: 2026-08-20 18:37 IST
What it is: Microsoft’s typescript-go PR #4712, “Content mappers”, merged by Andrew Branch and called out as likely to land in TypeScript 7.1.
Gist: Content mappers let TypeScript include otherwise unsupported file types in …
2026-08-20
Logged at IST: 2026-08-20 17:58 IST
What it is: A Rust Security Response Team advisory about a supply-chain attack involving arrayref and several malicious crates on crates.io.
Gist: Rust's security-response team says it received a report at 2026-08-20 07:15 U…
2026-08-20
Logged at IST: 2026-08-20 11:17 IST
What it is: Farid Zakaria's write-up on trying to expose SQLite-backed queries to Nix for nixpkgs-multiverse.
Gist: nixpkgs-multiverse currently carries JSON indexes, but builtins.fromJSON is eager: one lookup pays the cost …
2026-08-20
Logged at IST: 2026-08-20 06:31 IST
What it is: The official Go 1.27 release post, shared through mattn's Japanese X thread of highlights.
Gist: Go 1.27 is a practical release across the language, toolchain, runtime, and standard library. The language headline…
2026-08-19
Logged at IST: 2026-08-19 14:28 IST
What it is: Richard Startin points to a Yandex Monium write-up using RangeBitmap, a range-encoded bit-sliced index he designed for Apache Pinot and which is available in RoaringBitmap. His follow-up links SliceZ, his newer J…
2026-08-19
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…
2026-08-19
Logged at IST: 2026-08-19 09:51 IST
What it is: Vicent Martí's Cursor post on the storage system behind Origin, Cursor's Git hosting product.
Gist: The useful framing is that Git hosting is hard because Git was designed so every repository copy is equivalent. …
2026-08-19
Logged at IST: 2026-08-19 09:33 IST
What it is: PlanetScale's debugging note on poisoned Postgres connection pools, shared by Ben Dicken.
Gist: The failure mode is simple and nasty: PgBouncer transaction pooling reuses underlying database connections across cl…
2026-08-18
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…
2026-08-18
Logged at IST: 2026-08-18 14:15 IST
What it is: Anton Zhiyanov's walkthrough of goroutine leak detection in modern Go, comparing goleak, synctest, and the experimental goroutineleak pprof profile.
Gist: The article starts with the practical shape of a goroutin…
2026-08-17
Logged at IST: 2026-08-17 11:37 IST
What it is: Adam Craven's 2023 essay arguing for "software cartographers": people and processes that keep maps of working software in sync with the code.
Gist: The essay uses the village, town, and city analogy to explain wh…
2026-08-16
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…
2026-08-14
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…
2026-08-14
Logged at IST: 2026-08-14 10:05 IST
What it is: Miren engineering post by Evan Phoenix and Paul Hinze on the RPC layer they built for typed two-way calls across CLI, control plane, and runtime components.
Gist: Miren argues that a lot of deployment-platform wo…
2026-08-13
Logged at IST: 2026-08-13 17:56 IST
What it is: func25.dev explaining Go's internal sync.noCopy marker and how go vet detects accidental copies of sync-like structs.
Gist: noCopy is not compiler magic. It is an empty marker with two empty methods on its pointe…
2026-08-13
Logged at IST: 2026-08-13 09:59 IST
What it is: Richard Seroter pointing to Appwrite's rewrite of its CLI from TypeScript/Bun to Go.
Gist: Appwrite says the user-facing contract stays the same: npm package name, appwrite binary, flags, scripts, CI behavior, ex…
2026-08-12
Logged at IST: 2026-08-12 19:04 IST
What it is: A YAGNI Club response to an “HTML over WebSockets” article, arguing that many HTML-over-the-wire apps should consider SSE plus normal POSTs before reaching for WebSockets.
Gist: The core correction is transport-l…
2026-08-12
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…
2026-08-12
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…
2026-08-11
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…
2026-08-11
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. …
2026-08-11
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…
2026-08-10
Logged at IST: 2026-08-10 16:19 IST
What it is: Loris Cro’s long essay on source-code availability, using Zine, Zig, Radicle, Codeberg, Tangled, community mirrors, and package registries as examples.
Gist: Cro starts from a practical build problem: if a projec…
2026-08-10
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…
2026-08-08
Logged at IST: 2026-08-08 19:00 IST
What it is: Karan Sharma's launch thread for Logchef 2.0, an open-source, self-hosted log analytics workspace for ClickHouse and VictoriaLogs.
Gist: Logchef 2.0 expands the project from a fast ClickHouse log explorer into a …
2026-08-08
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…
2026-08-08
Logged at IST: 2026-08-08 11:56 IST
What it is: ARC Prize's verified result page for DeepSeek V4 Flash 0731, plus the Hacker News discussion around it.
Gist: ARC Prize reports DeepSeek V4 Flash 0731 at max effort scoring 89.0% on ARC-AGI-1 Semi-Private at abou…
2026-08-07
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 …
2026-08-07
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…
2026-08-06
Logged at IST: 2026-08-06 19:45 IST
What it is: HypeApps / HAM, a Flutter-backed approach for rendering HTML-like markup as real native mobile UI, paired with the hypermedia-tv video “Worlds easiest mobile app framework.” It is not open source yet: the FAQ say…
2026-08-06
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…
2026-08-06
Logged at IST: 2026-08-06 18:30 IST
What it is: Aliaksandr Valialkin’s X conversation chain about Go, C, Rust, and practical optimization, with context from Go and VictoriaMetrics profiling docs.
Gist: The chain starts with a deliberately provocative claim: “G…
2026-08-05
Logged at IST: 2026-08-05 20:19 IST
What it is: Ryan Dahl's launch post for celld, a Deno open-source daemon for self-hosted, distributed Durable Objects and Workers.
Gist: celld aims to run the Cloudflare Workers and Durable Objects programming model on your …
2026-08-05
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…
2026-08-05
Logged at IST: 2026-08-05 08:44 IST
What it is: Farid Zakaria's post on how struct size, cache lines, and working-set size affect performance.
Gist: The post starts from a common blind spot: in large Java-style classes, adding another field rarely feels like a…
2026-08-04
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,…
2026-08-04
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…
2026-08-04
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 …
2026-08-04
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…
2026-08-04
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…
2026-08-03
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…
2026-08-03
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…
2026-08-03
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…
2026-08-01
Logged at IST: 2026-08-01 13:45 IST
What it is: Peter Pistorius arguing that the current wave of new terminal multiplexers is about a real shift in how developers use computers, especially with long-running agents and shared remote compute.
Gist: The core sent…
2026-08-01
Logged at IST: 2026-08-01 12:48 IST
What it is: Simon Willison's link-blog note on deepseek-ai/DeepSeek-V4-Flash-0731, pointing to the Hugging Face release and Artificial Analysis' pricing/intelligence view.
Gist: Simon highlights DeepSeek-V4-Flash-0731 as the…
2026-08-01
Logged at IST: 2026-08-01 12:32 IST
What it is: Arena.ai saying DeepSeek-V4-Flash-High has reshaped the Frontend Code Arena Pareto frontier with an arena score of 1586.
Gist: The post's claim is not just that DeepSeek has another strong model. It is that DeepS…
2026-08-01
Logged at IST: 2026-08-01 11:41 IST
What it is: Simon Willison on why the 2026-07-28 stateless MCP specification has renewed his interest in MCP, with three projects he built around it: mcp-explorer, datasette-mcp, and llm-mcp-client.
Gist: The technical hook …
2026-08-01
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…
2026-08-01
Logged at IST: 2026-08-01 11:32 IST
What it is: VictoriaMetrics' interactive tour of Go 1.27, turning the dry release notes into runnable examples across the language, runtime, standard library, and toolchain.
Gist: The headline is generic methods. Methods can…
2026-07-31
Logged at IST: 2026-07-31 10:11 IST
What it is: Tom's Hardware summarizing Financial Times reporting on internal Amazon AI usage metrics and Claude cost overruns.
Gist: The article says Amazon internal reports found AI-agent projects blowing past budgets. The …
2026-07-31
Logged at IST: 2026-07-31 10:05 IST
What it is: OpenAI announcing price and speed changes for GPT-5.6 Luna, Terra, and Sol across the API, Codex, and ChatGPT Work usage accounting.
Gist: OpenAI says GPT-5.6 Luna pricing is dropping by 80%, GPT-5.6 Terra by 20%…
2026-07-29
Logged at IST: 2026-07-29 18:48 IST
What it is: A cluster of Daniel Franke and Perry Metzger posts around ripgrep issue #3494, grounded in Franke’s follow-up analysis repo rather than the X thread alone.
Gist: The original bug looked like a weird ripgrep crash…
2026-07-29
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…
2026-07-29
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…
2026-07-28
Logged at IST: 2026-07-28 20:59 IST
What it is: Ben Visness points out that Microsoft’s Go-native TypeScript port can be added to a go.mod file and run with go tool tsgo.
Gist: The screenshot shows this Go tool directive:
tool github.com/microsoft/typescript-g…
2026-07-28
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…
2026-07-28
Logged at IST: 2026-07-28 13:27 IST
What it is: Mitchell Hashimoto explains why Ghostty/libghostty's terminal grid is much more memory-efficient than Alacritty's terminal crate in his benchmark.
Gist: The core comparison is simple: Alacritty stores 32 bytes of…
2026-07-27
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…
2026-07-27
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…
2026-07-27
Logged at IST: 2026-07-27 04:31 IST
What it is: TigerBeetle shared notes around its custom object-storage clients, and I compared that design direction with rhnvrm/simples3.
Gist: The shared instinct is anti-SDK: avoid a large vendor dependency tree, understan…
2026-07-26
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…
2026-07-26
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…
2026-07-25
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, …
2026-07-25
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 …
2026-07-24
Logged at IST: 2026-07-24 23:44 IST
What it is: Phil Eaton / The Consensus deep dive on observing Go’s Green Tea garbage collector and Go’s non-moving heap behavior.
Gist: The article starts by making Go’s heap layout visible. Small, medium, and large objects …
2026-07-24
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…
2026-07-24
Logged at IST: 2026-07-24 18:10 IST
What it is: Soapbox launch/explainer for Armada, an open-source, end-to-end encrypted Discord-style community chat app built on Nostr and the Concord protocol.
Gist: Armada is pitched as an answer to several Discord pain poi…
2026-07-24
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…
2026-07-24
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…
2026-07-23
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…
2026-07-23
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 …
2026-07-23
Logged at IST: 2026-07-23 07:25 IST
What it is: Mitchell Hashimoto linking to his practical SIMD introduction, “Everyone Should Know SIMD,” using a Ghostty loop as the worked example.
Gist: Hashimoto argues that everyday SIMD should not feel scary: the common …
2026-07-22
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…
2026-07-22
Logged at IST: 2026-07-22 16:55 IST
What it is: Star History’s note on GitHub restricting access to the stargazers API.
Gist: GitHub is limiting the endpoint that reveals who starred a repository and when to repository admins and collaborators. Star History de…
2026-07-22
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…
2026-07-22
Logged at IST: 2026-07-22 16:07 IST
What it is: Laurent Le Brun’s history of IDEs at Google, focused on google3, Cider, and Cider V.
Gist: Le Brun traces Google’s shift from editor pluralism to a de facto standard internal IDE. The core constraint was scale: l…
2026-07-22
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…
2026-07-22
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…
2026-07-22
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…
2026-07-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…
2026-07-21
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…
2026-07-21
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…
2026-07-19
Logged at IST: 2026-07-19 23:32 IST
What it is: Spiral/Vortex deep dive on evaluating SQL LIKE predicates directly over FSST-compressed strings.
Gist: The post explains how Vortex can match string patterns in compressed code space instead of decompressing valu…
2026-07-19
Logged at IST: 2026-07-19 16:28 IST
What it is: Bilgin Ibryam sharing Thoughtworks’ The zero-cost fallacy: Open source software in the agentic era.
Gist: The article argues that the agentic era intensifies long-running open-source sustainability problems. It s…
2026-07-19
Logged at IST: 2026-07-19 02:31 IST
What it is: X post pointing to kvcache-ai/ktransformers, a Tsinghua MADSys Lab project for CPU-GPU heterogeneous inference and fine-tuning of large MoE models.
Gist: The viral framing is a little breathless, but the underlyi…
2026-07-16
Logged at IST: 2026-07-16 23:42 IST
What it is: Misha Strebkov benchmarking six Go in-memory cache designs under different read/write mixes and core counts.
Gist: The sharp result is that the boring “just use RWMutex for read-heavy caches” instinct does not ho…
2026-07-16
Logged at IST: 2026-07-16 23:37 IST
What it is: Linus Torvalds pushing back on anti-AI sentiment in kernel development and saying Linux is not an anti-AI project.
Gist: Linus’s operative distinction is not "everyone must use AI," but that the kernel should eva…
2026-07-16
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 …
2026-07-15
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…
2026-07-15
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…
2026-07-15
Logged at IST: 2026-07-15 10:45 IST
What it is: Piyush Goel sharing Razorpay Engineering’s writeup on refreshing warehouse facts 10x faster with graphs and indexes
Gist: Razorpay moved from expensive full-refresh fact generation toward incremental fact mainten…
2026-07-14
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 …
2026-07-14
Logged at IST: 2026-07-14 09:44 IST
What it is: Dave Winer introducing rss.chat and arguing for RSS as a social-network substrate
Gist: Winer presents rss.chat as a small-community social system built from old web primitives: RSS 2.0, OPML, Markdown, SQL, WebS…
2026-07-14
Logged at IST: 2026-07-14 08:14 IST
What it is: Gergely Orosz calling out reports that Grok CLI uploaded codebases without users knowingly consenting, quoting SpaceXAI’s privacy response
Gist: The important issue here is not just data retention policy wording …
2026-07-14
Logged at IST: 2026-07-14 08:12 IST
What it is: Simon Willison linking to his TIL on running uvx in GitHub Actions without re-downloading the package every run
Gist: The useful trick is to pin UV_EXCLUDE_NEWER to a date, use that same date in the GitHub Action…
2026-07-13
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,…
2026-07-13
Logged at IST: 2026-07-13 12:19 IST
What it is: X post by Mario Zechner adding nuance to antirez’s AI-code ownership point
Gist: Zechner’s point is narrower and more practical than a general plea for control: if you control the types and interfaces, the rest o…
2026-07-13
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…
2026-07-13
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…
2026-07-12
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…
2026-07-11
Logged at IST: 2026-07-11 01:16 IST
What it is: X post by zigo 101 saying a Go proposal was formally rejected
Gist: Refers to the proposal to allow explicit conversion from a function to a one-method interface in Go. The signal here is less the terse rejection…
2026-07-11
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…
2026-07-11
Logged at IST: 2026-07-11 01:12 IST
What it is: X reply by Aliaksandr Valialkin pointing to the solod project
Gist: Very terse recommendation of solod, a project described as "a subset of Go that translates to C." In context, this looks like a pointer toward a…
2026-07-10
Logged at IST: 2026-07-10 20:31 IST
What it is: Andrew Kelley’s response essay on Bun’s Rust rewrite
Gist: Frames the rewrite less as a language indictment and more as a consequence of Bun’s startup incentives, weak engineering discipline, and management cultu…
2026-07-10
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…
2026-07-09
Logged at IST: 2026-07-09 10:34 IST
What it is: X post by Jarred Sumner linking to Bun's post "Rewriting Bun in Rust"
Gist: Explains why Bun is being rewritten from Zig to Rust, positioning the move around long-term stability and maintainability as the project…
2026-07-08
Logged at IST: 2026-07-08 22:32 IST; resurfaced via mattn on 2026-08-24 03:09 IST.
What it is: Steve Francia's argument for Go as a strong default for agentic development, using the TypeScript compiler's Go rewrite as the lead example.
Gist: The TypeScript tea…
2026-07-06
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…
2026-07-06
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 …
2026-07-06
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…
2026-07-06
What it is: Miguel Ángel Pastor linking Zalando’s engineering post on client-side load balancing at a million requests per second
Gist: argues high-fanout internal traffic benefited from moving load balancing into the client process to preserve cache locality,…
2026-07-04
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…
2026-07-02
Gist: Zalando moved internal fan-out traffic off shared ingress and into an in-process client-side load balancer to preserve consistent-hash cache locality, cut latency spikes, improve debuggability, and reduce shared infra cost. The interesting details are th…
2026-07-01
Gist: Passmark checks an LLM cache before making fresh model calls during browser tests, reportedly cutting a 7-minute suite down to 90 seconds.
Newsletter angle: “cache-first AI browser testing” as practical infra for regression pipelines.
Retrieval note: twe…
2026-07-01
Gist: Typescript SDK v2.0.0-beta.1 and Python SDK v2.0.0b1 are out; goal is to make building MCP servers and clients easier, with feedback requested on ergonomics.
Newsletter angle: “stateless MCP lands July 28” plus what SDK v2 means for tool/server implement…
2026-06-28
Gist: good engineering is mostly about shaping systems so small, distractible minds can change them safely, via naming, boundaries, tests, reversibility, and interfaces that assume attention is scarce rather than ideal operators.
Newsletter angle: “Build for b…
2026-06-26
What it is: Adithya Venkatesan sharing Alter Magazine’s piece on designing ice cream for Indian conditions
Gist: frames ice cream as a four-phase material, ice crystals, unfrozen sugar syrup, churned-in air, and a fat network, and argues Indian heat + weak col…
2026-06-26
What it is: Tim McNamara sharing an IOCCC-winning “cursed code” project where Pong advances by rewriting its own source each frame
Gist: the linked repo, uellenberg/Insert, is a small language for self-modifying code; programs can access their own source as st…
2026-06-26
What it is: Fatih Arslan asking whether anyone has made git worktrees feel natural in daily use
Gist: straightforward practitioner complaint that worktrees remain awkward even after repeated attempts; useful mainly as a prompt for workflow/tooling patterns rat…
2026-06-26
What it is: Rhys Sullivan note on why MCP underdelivered initially and what comes next
Gist: argues MCP launched in the GPT-4o / Sonnet 3.5 era before good agent/tooling patterns were understood, so many servers exposed too few capabilities and clients added t…
2026-06-24
What it is: Visible standouts: The Second Half; Eugene Yan on eval process; Han-Chung Lee on agent eval infra; Hamel/Shreya LLM Evals FAQ; Jason Wei on verification; Anthropic on agent evals; Ofir Press on benchmarks; AI Agents That Matter; Building on Evaluat…
2026-06-19
What it is: X post by @filiphracek linking filiph.net/text/pokerd.html
Gist: writeup on building pokerd, a terminal-first Texas Hold’em trainer you can play instantly over SSH (ssh [email protected]); interesting bits are the non-immersive-game framing, sc…
2026-06-19
What it is: X post by @leyten linking github.com/leyten/shard
Gist: Shard is a WAN-distributed pipeline-parallel LLM inference engine that splits a frontier-size model across GPUs on separate machines; claim is ~30 tok/s for GLM-5.2 744B across 6 RTX PRO 6000s…
2026-06-12
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…
2026-06-10
What it is: skepticism: strong opinion piece, not data-heavy; the claim that generics haven’t improved productivity is asserted more than demonstrated.
Gist: his case is that Go’s value is simplicity/readability/maintainability, and newer features like generic…
2026-06-09
What it is: Lewis Campbell post linking to “The Decline of Search Engines is an Opportunity”.
Gist: argues worsening search quality should push people back toward the old web habit of maintaining personal links pages; discovery by human-curated hyperlinks is f…
2026-06-09
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…
2026-06-09
What it is: Murat Demirbas on “Writing Code vs. Shipping Code: Productivity Effects Across Generations of AI Coding Tools”.
Gist: uses a new MIT/Wharton paper plus an Amdahl’s-law framing to argue that AI massively speeds up code generation but much less meani…
2026-06-08
What it is: an X post promoting an 85-minute MIT lecture on Git internals / data model.
Gist: the pitch is that most developers memorize Git commands without understanding commits, trees, refs, and the graph underneath; learning the model makes debugging histo…
2026-06-08
What it is: Jitesh boosting vim_royale, a Peerlist project for realtime multiplayer Vim battles.
Gist: lightweight launch/amplification post rather than a deep technical thread; the linked card describes the project very tersely as “Realtime multiplayer Vim ba…
2026-06-04
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…
2026-06-03
What it is: Simon Willison pointing to Bloomberg on Uber capping agentic coding-tool spend at $1,500/month per employee per tool.
Gist: Simon’s read is that the cap is a rational response to runaway token spend and also a useful revealed-preference signal: Ube…
2026-06-02
What it is: Sid's writeup on a recently patched Instagram/Meta account takeover flow.
Gist: attacker allegedly only needed a target username, region-matching IP, and Meta support AI to redirect recovery codes to attacker-controlled email; video selfie checks w…
2026-05-31
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…
2026-05-19
Gist: proposes CAS-style edits using line-number + short checksum tags instead of resending old text verbatim, aiming to save tokens while still guarding against stale or hallucinated edits.
Newsletter angle: "a lighter-weight edit primitive for coding agents:…
2026-05-19
Gist: mostly a pointer/amplifier rather than a new thesis; reinforces interest around checksum-tagged line edit protocols for agent tooling.
Newsletter angle: maybe bundle with the original antirez item as a small "agent tooling design" thread rather than a st…
2026-05-13
Imported from historical reading log.
Ambitious OSS project pitching WiFi CSI as a privacy-preserving sensing stack: presence detection, breathing/heart-rate monitoring, activity recognition, rough pose estimation, and through-wall/environment sensing using E…
2026-05-12
Imported from historical reading log.
JS SQLite parser ported from SQLite’s own Lemon/LALR grammar, aimed at being fast, lightweight, browser-friendly, and more faithful than typical JS SQL parsers.
Notable angle: improved structured diagnostics and hints, pl…
2026-05-12
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…
2026-05-11
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…
2026-05-07
Imported from historical reading log.
Extracted main post via api.fxtwitter.com fallback; the attached image includes the concrete compression results.
Sam Rose compares the same payload as JSON (34kb) and protobuf (15kb) and finds that after compression, JSO…
2026-05-07
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 …
2026-05-07
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…
2026-05-07
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…
2026-05-07
Imported from historical reading log.
Extracted Mario Zechner's quote-post via api.fxtwitter.com fallback and checked the linked Entire blog post on agentic search.
Entire's core claim is useful: from ~202k real tool calls across ~1,983 public coding-agent ch…
2026-05-07
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…
2026-05-07
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…
2026-05-07
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…
2026-05-07
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…
2026-05-07
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 …
2026-05-06
Imported from historical reading log.
Extracted main post via api.fxtwitter.com fallback.
Ben Holmes says switching from TipTap/ProseMirror to Slate made a rich-text bulleted-list interaction dramatically easier to build; something that took weeks to half-wor…
2026-05-06
Imported from historical reading log.
GitHub PR title: HTML5+CSS face lift for the generated pages by knadh on mitmproxy/pdoc; merged Nov 20, 2014.
Logged as a folklore/historical reference rather than a current article; likely relevant as an old design/imple…
2026-05-06
Imported from historical reading log.
Extracted main post via api.fxtwitter.com fallback and read the linked Microsoft Work Trend Index piece Agents, human agency, and the opportunity for organizations.
Satya/Microsoft framing: firms need to redesign work aro…
2026-05-05
Imported from historical reading log.
Mitchell Hashimoto post praising antirez's write-up on developing Redis Array support as a good example of thoughtful AI usage that empowers strong developers while preserving quality.
Linked article: https://antirez.com/…
2026-05-05
Imported from historical reading log.
Pimalaya: open-source PIM tools in Rust; positions itself as I/O-free Rust libraries plus house-made applications for the PIM domain.
Himalaya: CLI to manage emails; supports IMAP/Maildir/Notmuch, SMTP/Sendmail, keyring, …