An AI skill packages reusable expertise for a task. An AI coding workflow for teams controls how a feature moves through planning, specification, development, review, checks, documentation, and delivery.
AI slop is a workflow symptom, not a developer insult
AI slop in software development is low-quality, error-prone output that is cheap to mass-produce. It is best treated as a workflow symptom.
Does AI coding make developers faster? The current evidence is mixed
AI coding productivity is conditional, not one number. Field experiments report more completed tasks, a bounded Copilot experiment reported faster completion, and METR observed experienced maintainers taking longer on familiar-repository tasks.
The lifecycle cost model for almost-right AI code
Almost right AI code creates a lifecycle cost that starts after generation. Price discovery, reproduction, context recovery, correction, retesting, rereview, and documentation as one verification workload.
When AI raises PR arrival rate faster than review capacity
AI can increase pull request arrival without increasing safe delivery. Use a queue model to expose review capacity, work in progress, and risk.
The agent picked the wrong files in a large repo
A realistic large-repo failure: the AI edits plausible files, review looks busy, and the relevant module is discovered too late.