Watchlist
Radar
Tools, repos, and reading I've flagged to follow up on, grouped by what they're about. An open notebook, not a verdict.
Agentic coding
- SqueakyClean
Opinionated, semi-deterministic codegen: one declarative ProblemSpec in, a buildable Clean-Architecture app out. Uses small, pattern-specialized agents (a 34-pattern library) instead of one big-context model, and runs in reverse to refactor brownfield code onto the dependency rule. Interesting for the small-model, architecture-first bet.
AI writing
- no-ai-slop
Peter Yang's collected patterns for keeping AI writing from reading like AI. Mine against for my own rules.
Data visualization
- tufte-vdqi-plugin
Tufte / Visual Display of Quantitative Information principles as a plugin. Check for the dataviz skill.
Code quality
- crap4java
Uncle Bob's CRAP metric (Change Risk Anti-Patterns) for Java, complexity weighted by test coverage.