TLDR Dev 2026-03-17
Domain expertise value ๐จ, Claude Code game dev skills ๐ฎ, the need for understanding ๐ญ
๐งโ๐ป
Articles & Tutorials
Your MCP Server Is Eating Your Context Window. There's a Simpler Way (19 minute read)
AI agents using MCP often have context bloat, where extensive tool definitions consume tens of thousands of tokens. In these cases, giving your agent a CLI instead is easier, as it allows for progressive discovery of capabilities through `--help` commands. This CLI approach reduces token consumption and improves reliability by running locally, but is worse at org-wide authentication.
Breaking the Microbatch Barrier: The Architecture of Apache Spark Real-Time Mode (8 minute read)
Apache Spark's new Real-Time Mode addresses the long-standing trade-off between high-throughput ETL and ultra low-latency streaming workloads. It evolves Spark Structured Streaming's microbatch architecture into a hybrid execution model to achieve millisecond-level latencies. This was done through longer duration epochs with continuous data flow, concurrent processing stages, and non-blocking operators.
Why I Love FreeBSD (10 minute read)
FreeBSD has great documentation, performance, and stability compared to Linux. This is why this dev has used FreeBSD for servers and critical tasks with no issues for over twenty years.
Will Claude Code ruin our team? (5 minute read)
AI coding tools are creating a standoff inside software teams. Engineers think they can do product, PMs think they can ship code, and everyone's racing to claim the highest-leverage identity.
Why leaders need to move beyond town halls and email for communicating change (Sponsor)
Godogen (GitHub Repo)
Godogen is an AI pipeline with Claude Code skills for building complete Godot 4 game projects from a text description. It orchestrates the entire development process, from designing architecture and generating art (2D/3D) to writing all GDScript code.
Vite+ (GitHub Repo)
Vite+ is a unified, zero-config toolchain to streamline local web development by consolidating runtime, package management, and frontend tools into a single dependency. It integrates popular utilities like Vite, Vitest, Oxlint, and Oxfmt, with commands for development, testing, building, and monorepo task execution.
Oxyde (GitHub Repo)
Oxyde ORM is a type-safe, Pydantic-centric asynchronous ORM for Python, built with a high-performance Rust core for clarity, speed, and reliability. It has a Django-style API for database interactions, supports Pydantic v2 models for full validation, and is designed for modern async Python applications.
Domain expertise still wanted: the latest trends in AI-assisted knowledge for developers (11 minute read)
Developers are increasingly using AI for learning code. Despite this rising adoption, a "trust gap" persists, as many developers don't have confidence in AI-generated results. This AI tax necessitates a validation step, prompting devs to cross-reference AI-provided information with human-curated resources like technical docs and online communities.
On The Need For Understanding (19 minute read)
Programming has shifted from building with understood parts to "basic science" on foreign libraries. For example, vibe-coded libraries are foreign as they are built for functionality without real understanding. Still, true mastery and efficiency come from committing to understanding how things really work.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email