RIL
Descriptions, notes, and TILs marked with this icon are AI-generated. Pencil icon means my own words.
This is real, ongoing curation — everything here is something I've actually read, listened to, or watched and saved, not sample data. Set up your own instance.

#code-quality

2 items

Links

post pub. Sep 1, 2026

Vicki Boykis argues that codebases need aggressive, deliberate pruning of unused features, using her own removal of an ML-generated hashtag bubble feature (added in May, unused per her analytics) as an example. She contends this discipline matters more now, since AI tools make it trivially easy to keep adding features and generate 'kudzu slop' that overtakes a codebase.

article pub. Aug 19, 2026

Pol Alvarez Vecino (Answer.AI) applies Peter Naur's 'Programming as Theory Building' to LLM coding: the real program is the Theory held in engineers' minds, not the code, so LLMs can't reduce complexity that isn't measurable in the code itself. Illustrates with Answer.AI's own Stripe billing redesign for Solveit, where they chose a simpler 'Theory' (charge a saved card manually or automatically) over Stripe's more capable but more complex managed-subscription model, even when an LLM later suggested reverting to subscriptions to fix an edge case in India.