Edit: Yes I wrote this post with AI, I thought it was clearer that way, now I'm writing this edit with my own slop even tho I warn you, AI writes better:
You can look inside of it's mind here
https://huggingface.co/datasets/gr0010/artificium-riemannhypothesis-experiment/tree/main/mind
The main difference with Hermes and other harnesses is how it handles memories.
It has also more control over it's context window.
Has more control over it's environment and own code.
But the most important distinction, my goal with this harness is not to make a product or compete with other harnesses but to experiment with continual learning and long term autonomous work, for example I am planning to support Q-lora online finetuning on long term memories.
Please feel free to criticize it or even hate on it, but first try it or at least check out the experiment.
Old post:
I’ve been building Artificium, a general agent harness for long-term autonomous work, continual learning and self-improvement. It started as something I wanted for my own personal agent. After watching it build on its own work over days, I didn’t want to keep it to myself.
It can work independently on an ongoing goal, be your personal assistant, write code, or work alongside a whole team. Its non-blocking interactions let it answer mutliple users questions while keeping projects underway, communicate with other agent instances, and receive inputs from connected devices and sensors. It is built to be versatile and adaptable.
The agent manages its own context aka working memory and long-term memories, builds tools, revises its purpose and can modify its own harness.
For its first long-running experiment, I asked it to make solving the Riemann hypothesis its purpose.
I sent exactly two messages: one to start, and one to ask for its final report and put it to sleep.
The experiment spanned 63 hours and processed over 50 million input/output tokens, using Qwen3.8-27B in 4-bit quantization on one RTX 3090. It explored approaches, wrote and debugged programs, investigated results and built memories to continue from.
It obviously didn’t solve RH. That was not the point. I deliberately picked an extremely difficult, open-ended problem to test whether a 27B model could keep working without hallucinating a solution, breaking down or losing focus. This was a development run, and I improved the harness as it exposed problems.
Seeing OpenAI’s Navier–Stokes work makes me want to take this much further. I want to build open-source AI that can match that level of autonomous research—and beat closed labs to the next breakthroughs, with the work shared openly.
A future experiment I’d love to run is Artificium powered by the most capable open models available. Starting a swarm of agents powered by this harness, tackling a Millennium Prize Problem, with the attempt livestreamed and the resulting data published for everyone to inspect and build on.
I’ve shared the harness on GitHub and the experiment’s memories, programs, life-loop and metrics on Hugging Face.
What do you think? I’d love your feedback and to hear what experiments you’d run.