Show HN:Pilot – AI 編碼的共享記憶體與基於證據的提交
Pilot 是一款在 Hacker News 上展示的新工具,旨在透過提供共享記憶體、範圍合約和基於證據的驗證來建立對 AI 生成程式碼的信任。它透過確保可靠性和透明度,讓開發者能夠擴展 AI 輔助編碼專案。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
The shared brain for AI coding. Context, contracts, and evidence so you can trust the machine.
Uh oh!
There was an error while loading. Please reload this page.
clementrog/pilot
Folders and files
Latest commit
History
Repository files navigation
/pilot
Trust infrastructure for AI coding. Ship real software without being an engineer.
The Problem
AI coding hits a ceiling. You can build an MVP in a weekend, but you can't trust it enough to scale.
The ceiling isn't skill. It's trust.
The Solution
A folder in your repo that acts as shared memory between you and AI tools.
Any AI reads these files. Claude, Cursor, ChatGPT, Gemini. No vendor lock-in.
How It Works
Scope Contracts
Every task defines boundaries:
Verify the diff only touched expected files. No code reading.
Evidence-Based Verification
AI provides proof:
Binary checks: Did tests pass? Does URL work? Expected files only?
Red Zones
Critical paths protected:
Changes require CRITICAL risk + human approval.
Recovery
Last Known Good (LKG) stored in STATE.md. If broken: git checkout [lkg]
Quick Start
Commands
Risk Levels
Philosophy
You don't learn to code. You learn to verify.
Quick Start
MIT License
About
The shared brain for AI coding. Context, contracts, and evidence so you can trust the machine.
Resources
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
1
Packages
0
Footer
Footer navigation
相關文章