August 14, 2026•beej.us•◆systems◆software-engineeringBeej’s Guide to Network ProgrammingThe canonical, timeless reference for POSIX socket programming, IP routing, client/server architectures, and low-level networking in C. Essential fundamentals for distributed systems and custom network transports.
August 12, 2026•tensoreconomics.com•◆systems●llm◆software-engineeringLLM Inference Economics from First PrinciplesRigorous economic and hardware analysis of serving LLMs at scale. Models memory bandwidth limits vs compute-bound FLOPs across prefill and decode stages. Breaks down token cost structures and batching efficiency.
August 3, 2026•fazamhd.com•◆systems◆software-engineeringNetworking and the Internet, from First PrinciplesClear mental models breaking down how packets traverse routers, switches, DNS lookups, TCP handshakes, and NAT tables. Great refresher for backend and distributed systems engineering.
July 7, 2026•lilianweng.github.io•●ai-agents▲evals◆software-engineeringHarness Engineering for Self-ImprovementLilian Weng’s comprehensive guide on building robust evaluation harnesses that allow AI agents to iteratively improve their own performance. Focuses on environment feedback loops, automated failure analysis, and benchmark integrity.
July 5, 2026•decodingai.com•●ai-agents◆software-engineering◆developer-toolsFrom Harness Lock-In to Portable Context LayerArchitectural arguments for standardizing context storage and state machines independently of vendor-specific agent frameworks. Emphasizes portable memory representations and interoperable agent tool interfaces.
June 30, 2026•leehanchung.github.io•▲evals●ai-agents◆software-engineeringHidden Technical Debt of AI Systems: Agent Evaluation InfrastructureLee Han Chung examining the operational friction of testing LLM agents in CI/CD. Addresses sandbox state contamination, flaky non-deterministic tool mockings, and cost bloat.
June 25, 2026•eugeneyan.com•▲evals●ai-safety◆software-engineeringPatterns for Building Cybersecurity EvalsEugene Yan on designing automated evaluation environments for offensive and defensive AI security agents. Emphasizes capturing exploit mechanics, deterministic scoring sandboxes, and defense-in-depth metrics.
May 20, 2026•maxliani.wordpress.com•◆software-engineering✦careerPassion for Software in the Age of AIMax Liani’s meditation on why software craftsmanship, engineering taste, and deep systems understanding matter more than ever in the era of code generators.
May 19, 2026•cameronrwolfe.substack.com•▲evals●ai-agents◆software-engineeringAgent Evaluation: A Detailed GuideCameron Wolfe’s extensive breakdown on constructing agent benchmarks. Evaluates unit test assertions, trajectory fidelity, tool argument correctness, and human-in-the-loop rubrics.
May 15, 2026•blog.sbensu.com•◆developer-tools◆software-engineeringAPIs as LaddersReflections on designing APIs that start simple for novices but gracefully unfurl full lower-level control as user needs deepen. Great principles for framework and tool design.
May 13, 2026•harrrshall.github.io•●gen-ai◆developer-tools◆software-engineeringHow I Built an Open-Source Hinglish TTSHarshal’s walkthrough of phonetic alignment, voice dataset curation, and code-switched Hindi-English speech synthesis.