Using Claude Code and Codex plus lots of testing an real use, I’ve made haikode; a tool for agentic coding and AI workloads on Haiku. I originally made it for myself because I wanted an AI coding agent I could run directly on Haiku while debugging things and working on drivers, directly on the machine instead of via SSH.
It runs natively on Haiku, talks directly to the model providers over HTTPS, and is written using only the Python 3 standard library. It has a curses TUI, a plain terminal interface and a native BeAPI desktop frontend. The latter is a work in progress, as I prefer working in the cli.
So yes: I’ve used AI to build something that helps me use AI to work on Haiku. And I’m fairly sure I’m not the first person to call a project “haikode”.
My favourite feature is probably one that serves absolutely no practical purpose: the haiku.
When haikode starts, it greets you with a haiku from its collection. When you finish a session with /farewell, the agent writes a new haiku based on the conversation you just had, signs it with its model name, and saves it to your personal collection and become part of the pool of poems that greet you in future sessions. (The above haiku was made after a session where I wanted to understand the errors I was getting when running pkgman full-sync; and GPT 5.6 Sol made this amusing haiku.)
Since Haiku itself is named after a form of poetry, it felt like the application ought to behave accordingly.
It has become genuinely useful for my own Haiku work, particularly when debugging and experimenting with driver development, so I thought others might find it interesting too.
The repository is public here: GitHub - big-hill/haikode: An AI coding agent that runs natively on Haiku OS. Python stdlib only, no server. Independent reimplementation of opencode. · GitHub
The readme includes an account of what works, what is incomplete, and the known gaps.
I’m not expecting everyone to approve of how it was made, but feedback, bug reports and experiments on real Haiku installations are very welcome.
Thanks for a great forum! Haiku is awesome!!

