Claude AI used to automate YC W26 startup research and ranking

A Reddit user on r/ClaudeAI shared an experiment where they used Claude to automate the kind of research a VC associate typically does before meetings. The system investigated every YC W26 startup and produced rankings based on specific criteria.
Research methodology
For each company, Claude performed several automated research tasks:
- Scraped founder LinkedIn profiles to check actual work history
- Searched for press coverage and traction signals
- Examined the product to determine if something real exists or if it's just a landing page
Scoring system
Claude scored each company on four specific criteria:
- Founder credibility
- Product reality
- Market opportunity
- Competition
The system then assigned each company a tier from S (highest) to D (lowest) based on these scores.
Results
The experiment revealed that S tier was "really hard to get." Most companies fell into B or C tiers, which the user noted "honestly makes sense for an early batch." The distribution showed that "a few are genuinely impressive, a few are just vibes and a Webflow site."
The user is seeking community feedback on the rankings and the overall approach to automated startup research.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Opus 4.6 Successfully Writes Malbolge Code Through Iterative Feedback
A developer used Claude Opus 4.6 to write "Hello World" in Malbolge, an esoteric programming language, by implementing a feedback loop where compiler errors were fed back to the AI until the code passed validation.

Building a Video Generation Pipeline with OpenClaw, ClawVid, and Composio
A developer built a weekend project using OpenClaw as the runtime with Claude as the LLM, integrating Composio for tool authentication and ClawVid with Remotion for video generation. The pipeline creates MP4 videos with voiceover, visuals, music, and subtitles from text prompts.

Building Custom Image Analysis Skills in OpenClaw with Local Models
A developer created a custom OpenClaw skill to analyze images using Qwen2.5 VL running locally via Ollama on Windows 11 with WSL, bypassing the WebUI's image limitations through API calls and custom scripts.

Developer Builds Full ERP System with AI Assistant Using Claude and Gemini
A developer created a full ERP platform called AXIO with 9 modules and an AI assistant that executes voice commands using Gemini 2.5 Flash with 16 function-calling tools. The system was built with Next.js 14, TypeScript, and Supabase in 3 weeks through 'vibe-coding' with Claude.