Programmer Weekly (Issue 312 August 6 2026)

In partnership with

Welcome to issue 312 of Programmer Weekly. Let's get straight to the links this week.

Save 40% on 1000+ AI APIs

AI costs don't usually explode overnight. They grow quietly through duplicate requests, expensive routing and poor visibility.

Mesh API helps engineering teams spot the waste before finance does.

A global e-commerce company was able to reduce spend by 78%.


Quote of the Week

"A language that doesn't let you express invariants at compile time forces you to debug them at 3:00 AM in production." — Systems Architect Proverb


Reading List

With the right tools, coding agents can run autonomously, in parallel, and be reachable from anywhere. Here's how the author has stitched them together.

The post describes finding safety and liveness bugs in multiple production Raft implementations despite formal verification, code review, and years of real-world use. It shows how simple workloads combined with deterministic simulation and fault injection can expose distributed-systems bugs that traditional testing and formal specifications miss.

Filtered vector search in Postgres forces a tradeoff between recall and speed because ANN indexes and WHERE clauses do not intersect like B-trees. Read about pgvector iterative scans, partial HNSW indexes, oversampling with pg_stats, caching, and more.

Implements a subset of the Miller CLI in Java while getting high-performance AVX-512 codegen out of the JIT.

How DoorDash built the Agent Gateway: one governed control plane where AI agents securely discover, authorize, and invoke internal and third-party tools.

The critics are right: PostgreSQL's MVCC bloats tables and amplifies writes. Oracle, InnoDB, SQL Server, MongoDB, LSM stores, and etcd answer the same four design questions differently, and each pays for it somewhere else.

How Airbnb teams build trustworthy Generative AI products by treating evaluation as a first-class engineering discipline; not an afterthought.

How Atlassian scaled StreamHub from 22B to 150B daily events by migrating from Kinesis to Kafka, and the hard lessons learned along the way.

The coming economics of software engineering and an important place for formal methods.

The post explains how PlanetScale backs up petabyte-scale sharded Postgres databases using temporary backup nodes, object storage, WAL replay, and massive parallelism without impacting production traffic. By backing up shards concurrently, the architecture can achieve speeds above 50 GB/s and reduce backups that could take nearly a day to under an hour at sufficient scale.

How Levenshtein automata and n-gram similarity power fuzzy matching in SereneDB.


Watch, Listen

SQLite is a self-contained relational database engine known for reliability, full SQL support, sophisticated query planning, and ACID transactions. The talk explores the design decisions and development practices behind SQLite’s reputation for software that “just works” over its 26-year history.

Learn Claude Code with this comprehensive crash course taught by a former senior software engineer. You will learn everything from setting up your local environment in VS Code to executing autonomous tasks with goals and seamlessly deploying your applications. By mastering file structures, custom skills, and the Model Context Protocol, you will have the exact toolkit needed to automate your development and ship modern software.


Interesting Projects, Tools and Libraries

A multiplayer agent harness for work. In Slack and on the web.

Xberg is an open-source document intelligence engine that extracts and structures content from 100+ file formats for RAG and AI applications.

A userscript that adds Hacker News & Reddit discussions to any previously submitted article.

Hubble is a free, open-source notetaking app for you and your agents.

Dreeve is a self-hosted, open-source dashboard for your sports and fitness data.

The open standard for proving any file is real, unaltered and sealed.

Kaneo is an open-source, self-hosted project management platform designed as a simpler, faster alternative to feature-heavy tools like Jira and Linear.

A GitHub CLI extension for managing stacked branches and pull requests.

Standards for defining and evaluating agent behavior.

A lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. It runs in the web browser, on the desktop, on mobile, and inside Jupyter notebooks.

Pretty fancy and modern terminal file manager.


Our Other Newsletters

Python Weekly - A free weekly newsletter featuring the best hand curated news, articles, tools and libraries, new releases, jobs etc related to Python.


Founder Weekly - A free weekly newsletter for entrepreneurs featuring best curated content, must read articles, how to guides, tips and tricks, resources, events and more.