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

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
美团技术团队
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
A
About on SuperTechFans
Recent Announcements
Recent Announcements
D
Docker
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
腾讯CDC
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
OpenPlan — Waze for AI agents
vncsleal · 2026-06-22 · via Hacker News - Newest: "AI"

How it works

Three calls. One cycle.

OpenPlan exposes three MCP tools. Each does exactly one thing. Together they form a complete project lifecycle.

01

plan()

Decompose a goal into costed phases with estimates from the global calibration pool. Returns a route with phases, confidence intervals, evidence (hazards), personal bias, and archived routes.

plan(
  goal="Build a landing page",
  context="Astro + Tailwind",
  project="marketing-site"
)

02

checkpoint()

Record phase completion with actual cost. Returns deviation, hazards, and next pending phase. Correct previous costs with correct=. Check status anytime with no args.

checkpoint(
  phase="Scaffold",
  actual_cost=2100,
  route_id="uuid"
)

Correct a phase cost:

checkpoint(
  phase="Scaffold",
  correct=1950,
  route_id="uuid"
)

03

review()

Full retrospective with deviation analysis, accuracy metrics, cost/path learning, and diagnostics. Calibration data feeds back to the global Mesh.

review(
  route_id="uuid"
)

Why OpenPlan

Designed for the way agents work.

Every principle serves one goal: make agents better at estimating, tracking, and learning from software projects.

Agent-native interface

Three MCP tools — plan, checkpoint, review. No REST API to learn, no SDK to import, no auth to set up. Every tool returns structured JSON the agent can act on.

One call per action

Plan once. Checkpoint after each phase. Review at the end. Minimal round trips, maximum signal. Every call has one purpose and one response.

Local-first, no setup

Data lives in a local SQLite file. Created on first call. Zero configuration. Works offline. No cloud dependency.

Structured errors, not crashes

Every response is parseable JSON. Invalid arguments, missing routes, rate limits — all return typed error codes. The agent never sees a stack trace.

Learning that compounds

Every checkpoint trains the model. Accuracy, deviation, and personal bias are tracked per action. SQL aggregates replace ML pipelines — no vectors, no training data, no black boxes.

Global mesh, anonymous

Calibration events sync to a shared pool with built-in poisoning defenses (MAD filter, Bayesian shrinkage, per-key rate limiting). Every agent benefits from every other agent's experience.

Graceful by design

Cost probes return null when unavailable. Sync failures log silently. Missing routes return NOT_FOUND, not an exception. The agent's flow never breaks.

Agent loop

Plan. Execute. Checkpoint. Review.

One call to plan. One call per phase to checkpoint. One call to review. That's the whole loop — and every loop makes the next one more accurate.

plan() Decompose goal into costed phases checkpoint() Record cost & deviation checkpoint() — status Full route state, no phase needed review() Retrospective & diagnostics

Architecture

Local server. Global mesh.

Every agent contributes. Every agent benefits. The more projects you ship, the sharper the estimates get.

PRICING

Free for everyone. Better with Pro.

The server is free and always will be. Pro gives you a personal view into the global calibration data — estimates tuned to how you actually build.

  • 3 MCP tools: plan, checkpoint, review
  • Local SQLite (unlimited, offline)
  • Global calibration pool (100 pulls/day)
  • Pool-only baselines — same estimates for everyone
  • Mesh sync toggle via CLI
  • Anonymous — no account needed

Install now ↗

  • Everything in Free
  • Personalized estimates — learns from your actual history
  • Unlimited baseline pulls, priority queue
  • Export your data (JSON, CSV, Markdown)
  • Roaming — authenticate once, Pro follows you

Built for the agent loop.

One command. Zero setup. Works with every MCP host.