惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
B
Blog RSS Feed
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
小众软件
小众软件
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
GbyAI
GbyAI
The Cloudflare Blog
博客园 - 叶小钗
S
SegmentFault 最新的问题
博客园 - Franky
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
B
Blog
Jina AI
Jina AI

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I Let 24 Famous Engineers Review My Methodology. Here's W...
YuhaoLin2005 · 2026-06-27 · via DEV Community

I spent tonight building a methodology for turning personal tools into open source contributions. Before publishing it, I decided to let the methodology review itself.

The results changed how I think about AI-assisted code review.

The Method: Named-Persona Adversarial Review

The core idea is simple: instead of asking an AI to "review this code as a security engineer" (which produces generic, shallow feedback), you web-search actual engineers' documented philosophies and role-play as them.

Not "be a security auditor." Be Linus Torvalds, who said good code is when the special case disappears. Be Ken Thompson, who said each program should do one thing well. Be Richard Feynman, who said the easiest person to fool is yourself.

Two engineers + one product person per round. Three rounds minimum. Nine genuinely different perspectives.

The Experiment

I applied this to my own open-source-flywheel methodology. Eight rounds. Twenty-four persona views.

Round 1: Torvalds immediately found a flaw. "Your 'When NOT to Use' table repeats the same rules as your Pre-Flight checklist. Merge them. A good data structure eliminates the special case." He was right. Gone.

Round 2: Feynman asked the hardest question. "You only show successes. Where are the failures?" Without documented failures, it was unfalsifiable — the worst kind of cargo cult science. Added three failure cases.

Round 3: Kahneman called out overconfidence. "Self-assessment of originality is inherently biased. Ask someone else to answer your Pre-Flight questions." Added immediately.

Rounds 4-5: Carmack wanted time estimates. Musk wanted first-principles decomposition. Beck wanted respect for maintainers. All actionable, all added.

Round 6: Bret Victor, Don Norman, and Eric Ries independently flagged the same thing. The methodology had no feedback loop. Three legends of design and lean startup, across different decades, pointing at the exact same gap. When Norman, Ries, and Victor agree, you listen. Added LEARN step.

Rounds 7-8: Brooks confirmed we're not selling a silver bullet. Knuth confirmed the structure. Ritchie and Berners-Lee confirmed it was simple enough.

What Changed

v1 (8.3KB) ➜ v8 (~4KB) while gaining:

  • Fifth step: LEARN (feedback loop)
  • Pre-flight bias protection (ask someone else)
  • Bot-check (verify automated review)
  • Time estimates per step
  • Three documented failure cases
  • 24-persona review badge

Why This Matters

Single-modal LLMs have a fundamental problem: reviewing their own output means sharing the same mental model, same blind spots, same tendency to say "looks good."

Named-persona review compensates. By grounding each review in real, searchable, citable philosophy, you force genuine context switches. Ken Thompson actually said "do one thing well." That constraint produces different findings than "review as a senior architect."

The Meta-Lesson

A methodology that can review itself is more trustworthy than one that can't. Mine found 8 bugs in itself before I published it.

Try it: open-source-flywheel. Or just search your favorite engineer's philosophy and role-play. The method is free.


24 personas, 8 rounds, 5 steps. Thanks to de Bono (Six Thinking Hats), alirezarezvani (adversarial-reviewer format), and Feynman (don't fool yourself).