Tag

Developer Tools

57 notes collected under this theme.

Archive

Notes in this tag

All tags

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 …

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…

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…

How Razorpay refreshes its data warehouse 10x faster

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…

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 …

Dave Winer introduces rss.chat

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…

Gergely Orosz on trust burn from Grok CLI privacy concerns

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 …

Using uvx in GitHub Actions in a cache-friendly way

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…

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,…

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…

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…

solod

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…

Andrew Kelley’s response essay on Bun’s Rust rewrite

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…

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…

Rewriting Bun in Rust

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…

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 …

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…

linking github.com/leyten/shard

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…

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…

Decline of Search Engines is an Opportunity

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…

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…

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…

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…

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…

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…

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…

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…

HTML5+CSS face lift for the generated pages

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…