Show HN: KISS – A highly performant agent harness inspired off Pi built in Rust (github.com)

1 points by racetozero ↗ HN
I built myself a highly performant agent harness built in Rust that's quite heavily inspired by Pi with a few extra addons like optional sub-agents, dynamic workflows, MCP, ACP, WebMCP.

It also has opt-in Jev support for dynamic compaction and dynamic reasoning/effort changing mid-turn.

You can also embed it in your own projects. There are SDKs for Rust, Python, TypeScript, and WASM, plus JSONL RPC and WebSocket RPC for any other language. The WASM build runs the full agent loop in the browser without needing a server.

I've been daily driving this harness at work and personal day to day because I have been quite happy with Pi but unhappy with its performance so this is built on the exact same principles of Pi.

Performance: https://github.com/racetozero/kiss#performance

Please feel free to provide any feedback. All feedback is appreciated!

2 comments

[ 0.37 ms ] story [ 5.0 ms ] thread
omp?
I've used omp quite a bit before. This was designed to be intentionally minimalist without tons of built-in tools and LSP and all. I personally found the output to be much better without all that. Just base Pi works better for me than omp so this is using the same philosophy of Pi's minimalism but in very performant manner.

The minimalism of Pi is quite an advantage which is what KISS follows because this allows the harness to be used nicely outside of a coding domain too. One example would be in the finance domain for doing agentic orchestration without the harness being very much biased towards coding/software eng.