AI Briefing
KO

Claude-style Thinking Transplant

·2026.04.16 02:28

Key point

Introducing PEACE, a local chat app that bypasses its way into implementing Claude-style thinking in small models.

Details

Built the free, open-source PEACE.

The core goal is to transplant Claude's Custom Skills/Projects and Thinking UX into cheaper, smaller API models. Especially for models like flash-lite, it uses a routing approach where the prompt is first analyzed internally to generate a step-by-step plan, and that plan is then fed back in as context to produce the final answer.

The implementation started as a single HTML file, and now the code has grown so large that the AI context window can't properly refactor it anymore.

Features include the following.

  • Runs locally: works directly in the browser, no backend
  • Uses your own API key: structured so you plug in your own key to test
  • Custom Skills system
  • Inline diagram support
  • GIF sending support

Right now, looking for actual human contributors to split this giant single file into a React or separate JS module structure.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.