» Tag
engineering
221 postsAI-factory: A Spec-Driven Development Pipeline to Prevent Code Rot
AI-factory enhances AI coding agents with a spec-driven development approach, preventing code decay and speeding up delivery.
Anthropic subsidizes AI coding costs at 13x. How long will it last?
Insights on Anthropic's AI coding subsidies and engineering cost implications.
The Missing Step Between Agents and Continual Learning
Liang Wenfeng discusses the interaction between agents and continual learning, focusing on the challenge of selecting trustworthy memories.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comScaling Live Audio: Insights from QUIC and MoQ Relays
Key insights from scaling Tula Spaces for live audio and lessons for engineers.
Everyone Should Know SIMD
SIMD is an important optimization technique for software engineers. Learning its basics can enhance performance.
Headroom: Compress AI Agent Input to Reduce Token Usage
Headroom compresses AI agent input, reducing token usage by 60-95%, providing engineers with a crucial efficiency advantage.
Claude Is Not a Compiler, It's More
Claude enhances software engineering by simplifying decision-making across layers, surpassing traditional compilers.
AI Spending Now Represents a Labor Cost
Companies are imposing spending caps on AI, impacting engineering budgets.
Interstitial Risk: How Two Secure Systems Can Create One Vulnerable System
Interstitial risk in software highlights vulnerabilities between components that traditional scans miss, creating security blind spots for engineers.
Why I Developed Local-First Agent Memory
LoreConvo introduces a local-first memory layer using SQLite and FTS5, offering an alternative to traditional vector embedding methods.