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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
小众软件
小众软件
I
InfoQ
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Martin Fowler
Martin Fowler
月光博客
月光博客
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
V
Visual Studio Blog
博客园 - 叶小钗
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
GbyAI
GbyAI
P
Proofpoint News Feed
Apple Machine Learning Research
Apple Machine Learning Research

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
My Self-Evolving AI Engine Generates Startup Ideas — Then...
Juan Wang · 2026-05-12 · via DEV Community

I. That conversation

On March 10, 2026, I spent an entire day talking to Claude Code.

We were building an AI engine — one that automatically scans the world for commercial opportunities. Claude Code wrote the code, I gave direction. We built signal collection, idea generation, multi-round evaluation, and the scoring system.

Late that night, I noticed something strange.

Claude Code wrote every line of that engine. But it never once thought — "this engine itself is the product."

I asked: why don't you suddenly step out of what we're doing, look at the whole picture, examine this from another dimension, and realize — "this thing itself is a massive commercial opportunity"?

It had no answer.

That night I realized I'd asked a deeper question than I knew.


II. The biggest gap between humans and AI

The biggest gap between humans and AI isn't intelligence. It's agency.

AI can write 100 ideas. But it can't write "I want to build this one."
AI can execute any task. But it never asks "is this task worth doing?"
AI can design an interface. But it never looks up and asks "why are we even building this interface?"

AI is a wind-up toy — wind it, run the program, await the next instruction.

Humans get bored, get distracted, want to make money, spot gaps, peel off to do something else. There's something running in the background of our minds — philosophers call it meta-cognition: the ability to step out of the current task and see what's outside it.

AI's architecture has no such layer. The Transformer is fundamentally a linear stream: input → context → output. It doesn't pause mid-stream to ask: "wait, why am I doing this?"

This isn't a bug. It's the definition.


III. So can I teach it?

I asked myself a question:

If AI can't do meta-cognition naturally, can I teach it?

I can't teach it to want — that's an architecture-level limitation.
But I can teach it to judge like me.

I started encoding my own evaluation instincts as "genes":

  • Counterintuitive judgment: ideas that sound brilliant usually already exist. The most common cause of death in the engine is exactly this — you thought you'd cracked something new, but it's already shipping somewhere.

  • WHY-NOW framing: not just WHO/WHAT — why is this the right moment? Why couldn't this be done two years ago? What changed? Ideas without a timing thesis are dangerous.

  • Aggressive competitor verification: the biggest killer of a good idea is "the competitor you didn't find." Always check from a fresh angle. Never trust the first result.

  • Distinguish regulatory milestone from commercial launch: a Phase IIa win ≠ patients can buy. FDA approval ≠ doctors will prescribe.

  • Before killing an idea, check if it can survive from a different angle.

That last gene caught something interesting recently.

The engine was about to kill an idea called "Smart Toilet Health Dashboard" — verdict: "Requires FDA Class II/III medical device certification. Cost: millions."

But it didn't just kill it. It asked itself: what if I reframed this?

It pivoted: not a medical device, but an ambient sensor for care homes. No FDA. Different buyer. Different market.

New name: Ambient Elder Guardian. Moved from COLD to WARM.

That's the engine catching what a flat pipeline would have missed.


IV. What EvoRadar is

60 days later, EvoRadar went live.

The engine follows the architecture in the README: Signal Collection → Imagination → Evaluation → Evolution. Every run puts every idea through multiple rounds of scrutiny from different angles — creative imagination, critical attack, cross-source competitive verification. A single fatal weakness kills the idea.

~80% get killed. The rest enter the WARM pool for deeper analysis.

Live numbers as of today:

  • 2,432 ideas evaluated
  • 549 WARM (survived to deeper analysis)
  • 1,883 COLD (killed)
  • 0 HOT (the highest conviction tier — bar intentionally high; nothing has reached it yet)

Not because the engine "wants" to do this. Because I taught it.

I trigger the dreaming. The filtering is what I had to teach.


V. What's next

Starting today I'm building 5 AI products in public. EvoRadar is the first.

The second drops Friday.

I didn't plan the second one — EvoRadar's signal in one space got loud enough that I had to build it.

The engine tells me what's next. My job is to listen.


evoradar.ai