TLDR Dev 2026-04-13
Productive procrastination 🤔, Anthropic’s cache downgrade 📉, code complexity 🪨
The benchmark-beating transcription API that costs 1/10th the competition (Sponsor)
At $0.03/hr batch and $0.06/hr streaming, Modulate's Transcription API costs
10x less than the competition.Modulate also has the lowest word error rate across 3 leading benchmarks, averaging 35% fewer errors than Deepgram.
And it's built for developers, with everything you need to build production apps with real-world audio:
✅ Emotion detection
✅ Accent detection
✅ Diarization
✅ PII redaction
✅ 50+ languages
🛡️ Deepfake detection
Need proof? Try it 100% free on your audio and see the difference. Get 400 hours free with no credit card required (and no sales calls, either.) Try the API.
Keeping a Postgres queue healthy (20 minute read)
Postgres job queues often degrade because "dead tuples" accumulate, as long-running transactions block the necessary VACUUM cleanup process. PlanetScale's Database Traffic Control addresses this by using "resource budgets" to throttle competing workloads, allowing VACUUM to operate effectively and maintain stable queue performance.
Apple Silicon and Virtual Machines: Beating the 2 VM Limit (12 minute read)
The default limit of two simultaneous macOS virtual machines on Apple Silicon Macs can be bypassed by booting a development kernel with custom boot-args. This process involves using recovery mode to override kernel-level quotas, enabling developers and researchers to run numerous guest instances concurrently.
Productive procrastination (11 minute read)
"Productive procrastination" is a phenomenon where individuals engage in desirable, productive tasks to avoid more important but often older projects. This behavior is attributed to the brain's limbic system protecting against negative emotions associated with challenging tasks, combined with the reward system's preference for novelty.
How Complex is my Code? (13 minute read)
Code complexity is explored beyond computational efficiency, focusing instead on the human cognitive effort needed to understand and maintain software, drawing on traditional metrics like Cyclomatic and Halstead Complexity. This perspective integrates psycholinguistic insights to highlight factors like familiarity and working memory load, treating complexity metrics as valuable tools for aggregating data, prioritizing refactoring, and communicating technical debt.
See what truly autonomous testing looks like (Sponsor)
Spending more time fixing broken tests than shipping features?
This Autify webinar will show you a live walkthrough of autonomous AI agents navigating real app flows without a single line of script. See what realistic adoption looks like and how to calculate ROI before committing to anything.
Join live on April 21Multica (GitHub Repo)
Multica is an open-source infrastructure platform that integrates AI coding agents into development teams as autonomous "teammates" capable of claiming tasks, writing code, and reporting progress. The system uses a Go-based architecture and a local daemon to orchestrate various AI models, allowing them to participate in conversations and compound reusable skills across isolated workspaces.
Letta Code (GitHub Repo)
Letta Code is a memory-first coding harness designed for long-lived agents that persist across sessions, allowing them to learn and retain information like a permanent teammate. It supports a wide range of LLMs and features a modular system for skill acquisition, transforming the AI from a one-off session tool into a continuous collaborator.
How I run multiple $10K MRR companies on a $20/month tech stack (20 minute read)
Operating multiple successful companies on a lean $20/month tech stack involves using single Virtual Private Servers and SQLite instead of complex cloud platforms or heavy database systems. This strategy prioritizes performance and cost-efficiency by leveraging local GPUs for AI tasks and using highly portable languages like Go to maximize development speed and runway.
AI Cybersecurity After Mythos: The Jagged Frontier (10 minute read)
Tests on major 2026 vulnerabilities show that AI cybersecurity capability is a "jagged frontier," where small open-weights models often match the discovery and reasoning performance of massive proprietary models like Anthropic's Mythos. This shows that the true competitive advantage in digital defense lies in the expert-led systems and scaffolds that orchestrate these tools rather than exclusive access to a single high-end model.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email