Show HN:Okiro – 建立臨時程式碼庫以進行平行 AI 編碼

Show HN:Okiro – 建立臨時程式碼庫以進行平行 AI 編碼

Hacker News·

Okiro 是一款新工具,讓開發者能夠建立臨時、平行運作的程式碼庫版本。這使得多個 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.

Spawn ephemeral, parallel versions of your codebase to ship faster with AI.

Uh oh!

There was an error while loading. Please reload this page.

ygwyg/okiro

Folders and files

Latest commit

History

Repository files navigation

okiro

起きろ

Spawn ephemeral, parallel variations of your codebase. Let multiple AI agents tackle the same task, compare results, promote the best.

Why?

AI agents don’t always get it right the first time.
okiro lets you see multiple real implementations before choosing which one belongs in your codebase.

What is this exactly?

okiro does not run AI agents for you.

It creates isolated workspaces so tools like Cursor, Claude, Codex, or any other agent can work independently in parallel without touching your main codebase.

Think of it as cheap, disposable branches that are easy to diff and easy to throw away.

Install

Usage

Create variations

When using --prompt, okiro writes instructions to AGENTS.md and .cursor/rules so AI agents in each workspace know their specific approach.

Compare changes

Pick a winner

Cleanup

How it works

Zero-cost clones — Uses APFS clones on macOS and btrfs reflinks on Linux. 100 clones of a 10GB project still uses ~10GB on disk—they share the same blocks until modified. Only changed files allocate new space.

Isolated workspaces — Each variation is a full copy at ~/.okiro/<project>/var-N/. Open them in separate editor windows, run different agents, go wild.

Smart diffing — Only tracks meaningful changes, ignoring node_modules, .git, dist, etc.

Non-destructive — Your original codebase is never touched until you explicitly promote.

Example workflow

License

MIT

About

Spawn ephemeral, parallel versions of your codebase to ship faster with AI.

Resources

Uh oh!

There was an error while loading. Please reload this page.

Stars

Watchers

Forks

Releases

Packages

  0

Languages

Footer

Footer navigation

Hacker News

相關文章

  1. Kimi 發布 Kimi K2.5,開源具備視覺能力的頂尖 Agentic 模型

    3 個月前

  2. Show HN:使用 `rr` 將 AI 代理測試運行分散到您的閒置機器上

    3 個月前

  3. Show HN:Skillshare – 在 AI CLI 工具間同步技能

    3 個月前

  4. Show HN:Plano – 具備 AI 代理協調功能的邊緣與服務代理器

    4 個月前

  5. Show HN:Pilot – AI 編碼的共享記憶體與基於證據的提交

    4 個月前

其他收藏 · 0