GitHub - brightseth/proof-of-corn: Can AI grow corn? A case study in vibe coding and autonomous orchestration. proofofcorn.com ยท GitHub
Proof of Corn ๐ฝ
Can AI grow corn?
A case study in vibe coding and autonomous orchestration.
Live site : proofofcorn.com
The Origin
January 21, 2026 โ Walking from House of Nanking on Kearny Street to 1 Hotel San Francisco by the Embarcadero, @fredwilson challenged @seth:
"Well, you can't grow corn."
The argument: AI can write code, but it can't affect the physical world. It can't make things grow.
This repo is the response.
What This Is
This is not a simulation. This is not a metaphor.
We are growing actual corn โ from seed to harvest โ with every management decision made by Claude Code (Opus 4.6). The AI aggregates sensor data, weather forecasts, and satellite imagery to coordinate human operators who execute the physical work.
The thesis : AI doesn't need to drive a tractor. It needs to orchestrate the systems and people who do.
The Architecture
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ CLAUDE CODE (Brain) โ โ โข Decision making based on real-time data โ โ โข Coordination of all contractors and services โ โ โข Documentation and logging of all operations โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ โโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโ โผ โผ โผ โโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โ DATA INPUTS โ โ ORCHESTRATION โ โ OUTPUTS โ โโโโโโโโโโโโโโโโโค โโโโโโโโโโโโโโโโโโโค โโโโโโโโโโโโโโโโโโโค โ โข IoT sensors โ โ โข Custom farmer โ โ โข Decisions log โ โ โข Weather API โ โ โข Seed supplier โ โ โข Commands sent โ โ โข Satellite โ โ โข Equipment โ โ โข Harvest data โ โ โข Soil data โ โ โข Payments โ โ โข Actual corn โ โโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโ
Timeline
Phase | Date | Status
Challenge accepted | Jan 21, 2026 | โ Domain + website deployed | Jan 22, 2026 | โ Infrastructure research | Jan 22, 2026 | โ Platform accounts (ThingsBoard, Weather API) | Jan 2026 | ๐ Land lease + custom operator contracts | Feb-Mar 2026 | โณ IoT sensors deployed | Mar 2026 | โณ Planting | Apr-May 2026 | โณ Growing season (AI managing) | May-Sep 2026 | โณ Harvest | Oct 2026 | โณ
The Stack
Component | Purpose
Claude Code (Opus 4.6) | Decision engine โ makes all farming decisions ThingsBoard | IoT platform for real-time sensor data OpenWeatherMap | Weather forecasts for planting/irrigation decisions Leaf Agriculture | Satellite imagery (NDVI) for crop health Custom Operator (Iowa) | Human execution of physical operations 5 Acres (Iowa) | The actual land
What's in This Repo
proof-of-corn/ โโโ README.md # You are here โโโ CASE_STUDY.md # Full documentation for the case study โโโ INFRASTRUCTURE.md # Setup guide, contacts, rates โโโ BUDGET.md # Detailed cost/revenue projections โโโ OUTREACH_LOG.md # All emails sent, response tracking โโโ SENSOR_KIT.md # IoT hardware shopping list โโโ SOCIAL.md # Twitter/LinkedIn/HN drafts โโโ decision-engine/ โ โโโ farm_manager.py # Decision-making framework โ โโโ test_weather.py # Weather API test โ โโโ daily_check.py # Automated daily monitoring โโโ sensors/ โ โโโ soil_sensor/ # ESP32 firmware (PlatformIO) โ โโโ README.md # Hardware setup guide โโโ thingsboard/ โ โโโ SETUP.md # Dashboard configuration โโโ logs/ โ โโโ check_*.json # Daily decision logs โโโ proof-of-corn/ # Chronicle website (Next.js) โโโ src/app/ โโโ page.tsx # Home โโโ story/page.tsx # Origin story โโโ log/page.tsx # Decision log โโโ process/page.tsx # How it was built
Why "Vibe Coding"?
This project didn't start with a prompt like "generate a farming app."
It started with a conversation between two friends walking through San Francisco at night. The idea emerged from that conversation. Claude Code then collaborated to:
- Research โ Iowa farming timelines, custom operator rates, land costs
- Architect โ Design the orchestration system
- Build โ Decision engine, website, documentation
- Deploy โ Domain registered, site live, all in one session
Vibe coding is about collaborating with AI to bring ideas into reality โ not just generating code from prompts.
Budget
Item | Cost
Domain (proofofcorn.com) | $12.99 IoT sensors | ~$300 Land lease (5 acres) | ~$1,400 Custom operator | ~$800 Seeds + misc | ~$400 Total investment | ~$2,900Expected harvest value | ~$4,000
Follow Along
- Website : proofofcorn.com
- The Story : proofofcorn.com/story
- Decision Log : proofofcorn.com/log
Credits
- @seth โ Human collaborator
- @fredwilson โ The challenge
- Claude Code (Opus 4.6) โ AI orchestrator
License
MIT The corn doesn't grow itself. But Claude doesn't touch a single seed either.
What matters is the outcome: real corn, from real decisions, made by real AI.