SMRTR ProgrammingJan 4, 2026Daily.dev

Where good ideas come from (for software engineers)

SMRTR summary

Steven Johnson's "Where Good Ideas Come From" debunks the "lone genius" myth, showing innovation happens through systematic processes rather than eureka moments. The book introduces concepts like adjacent possible (building on existing tools), liquid networks (collaborative environments), and platform thinking. Engineers can apply these insights by treating code reviews as idea collisions, building on existing stacks rather than reinventing, and maintaining diverse interests to cross-pollinate ideas.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.