» Tag
software
190 postsThe Right Amount of Spec for Agentic Development
An analysis of the necessity and importance of proper specification in agentic development.
Do It by Hand First: Keeping Critical Thinking Alive in the AI Era
The importance of solving problems manually before automation and its relation to AI.
Six Questions to Consider Before Adding an LLM
Critical questions to ask before integrating an LLM into your workflow. Assess your process carefully.
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.comWhat a 2019 API Client Teaches About Modern .NET
The 2019 .NET client from SerpApi reveals key lessons for modern application development.
Services: The New Software Era
Services are marking the new software era. The impact of AI is transforming service sales and software engineering.
Towards the Dark Factory: Autonomous AI Agents in Software Engineering
Explore the rise of AI in software engineering and the role of autonomous clanker agents.
We Audited Our Own 'Fail Closed by Default' Claim
SidClaw audited its 'fail closed by default' principle and found critical security flaws.
GPU-Tile-SIM: Tile-Centric GPU Simulation for LLM Hardware-Software Co-Design
GPU-Tile-SIM is a GPU simulation framework that offers high accuracy for LLM workloads in hardware-software co-design.
A Differential Oracle: Ensuring Agentic Code Validity
Exploring the differential oracle approach to ensure code correctness and catch bugs in agentic systems.
Kill the Loop: Why `while true` Is Not Reliability
Loops ensure persistence but not correctness. A wrong direction compounds errors, leading to faulty outcomes.