» Tag
code-quality
7 postsvoidguard: A Static Scanner That Catches Tests That Verify Nothing
voidguard is an open-source static scanner that flags tests, type checks, and CI conditions that pass while verifying nothing.
Evidence Graph turns skipped AI-agent requirements into compile errors
Evidence Graph is a ttsc lint plugin that forces AI coding agents to explicitly cite specs, turning skipped requirements into compile-time errors.
TypeScript Repo Where AI Agents Can't Break the Architecture
A TypeScript repo designed to prevent AI agents from breaking architecture. Ensures code quality through enforced rules.
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.com4 Advanced Python Patterns Learned from Auditing HTTPX Source
An audit of the HTTPX library's source code reveals advanced Python techniques: keyword-only arguments, sentinel objects, ABCs, and mypy strict mode enforcement.
Does Code Cleanliness Affect Coding Agents?
Research explores the impact of code cleanliness on autonomous coding agents, highlighting its importance for efficiency in AI-driven development.
Sensors for tracking maintainability in AI-generated code
An engineer shares how static analysis, testing and security sensors placed across coding, pipeline and production stages help preserve maintainability in AI-generated codebases.
Understanding Technical Debt vs Diff Debt: Key Differences and Implications
Explore the differences between technical debt and diff debt. Both types of debt have significant implications in software development.