Click any tag below to further narrow down your results
Links
This article argues that literal copying plus a deliberate 3% modification—coined by Virgil Abloh—accelerates learning and sparks fresh ideas. The author and his coworker rebuilt a rival marketing site pixel-by-pixel, then tweaked small details until it reflected their own brand, showing how “stealing” can guide efficient design and ideation.
- Copying a rival's site pixel-by-pixel (Kibu recreating Mintlify's 2025 site) forces you to understand why every design detail works, accelerating learning
- Virgil Abloh's "3% rule" is a starting discipline, not a hard limit—Buff and Justin's tweaks snowballed from 3% into a 50% overhaul as their own brand identity emerged
- Originality is really about efficiently solving problems using prior work as a foundation, not inventing from nothing
- Buff's practical method: before starting any project, find who's already done it (blogs, podcasts, AI prompts) and use that as the base to add your own spin
Teams can ditch rigid handoffs by pairing AI coding agents with every role in parallel. Early drafts turn ideas into working code instantly, shifting design and product feedback after prototyping and moving reviews before pull requests to boost quality and speed.
- Three shifts (non-engineers can prompt working prototypes, coding got cheap enough that upfront specs slow things down more than building, and parallel AI agents make human review the bottleneck) are killing waterfall handoffs.
- The fix: build rough drafts first, let every role (PM, designer, QA) work directly with agents instead of routing through engineers, and move validation before the PR instead of after.
- Adoption should ramp through three stages—throwaway prototype repos, prototyping in the real codebase with live design systems, then AI agents wired directly into production repos.
- Humans still own final pull-request review even as AI handles the first draft and early iterations.
The article summarizes highlights from a podcast episode discussing recent advancements in AI and their impact on software engineering, particularly the emergence of coding agents. It covers topics like the inflection point in model capabilities, the changing role of software engineers, and the challenges faced by mid-career professionals.
- GPT 5.1 and Claude Opus 4.5 (released in November) marked a real inflection point where generated code became reliably functional rather than needing constant oversight
- The bottleneck in software development has shifted from writing code to testing it, since prototyping is now fast and cheap
- Running multiple coding agents simultaneously is mentally exhausting and risks burnout if overused
- Interruptions are now less costly to productivity since these tools let programmers pick back up quickly after breaks