AI slop

this is a crisp articulation of where LLM-generated code changes the economics, not necessarily by improving final quality directly, but by collapsing the cost of reversible exploration.

Original source

Imported from historical reading log.

  • Extracted main post via api.fxtwitter.com fallback.
  • Mitchell Hashimoto argues that AI slop is useful as an internal experimentation tool: low-quality generated code/UI/plugins can dramatically reduce the cost of parallel exploration and API iteration, especially when regeneration is cheaper than careful hand maintenance.
  • His concrete examples are good: shipping an intentionally rough alpha frontend to focus on core internals, and using overnight agent loops to generate many disposable plugins so the whole ecosystem can be tested before the SDK is stable.
  • The key boundary conditions matter more than the provocation: do not dump first-pass slop into other projects, onto customers without review/transparency, or mistake exploratory scaffolding for finished work.
  • Why it matters: this is a crisp articulation of where LLM-generated code changes the economics, not necessarily by improving final quality directly, but by collapsing the cost of reversible exploration.
  • Good angle: the highest-leverage use of AI code may be disposable scaffolding that helps teams discover what deserves real engineering.