Research Update: Introducing Haiku Studio

By Rootcomputer Development

At Rootcomputer, our focus has always been on the "inner lives" of artificial systems—understanding how they reason, how they are aligned, and how we can ensure they remain safe companions to human thought. Today, we are sharing a look at a tool we’ve been developing internally to streamline that process: Haiku Studio.


What is Haiku Studio?

Haiku Studio is a standalone desktop application designed for the end-to-end creation of small language models (SLMs). While much of the industry focuses on massive, opaque clusters, we believe there is immense value in "local-first" development where the researcher has total control over the training pipeline.

The application allows you to move through the three critical stages of model development within a single graphical interface:

  • Pretraining: Building the foundational language patterns from raw text.
  • Supervised Fine-Tuning (SFT): Teaching the model the nuances of human conversation.
  • Direct Preference Optimization (DPO): Aligning the model’s behavior through real-time human feedback and "psychological" steering.

Everything runs locally on your own hardware—whether that is a CUDA-capable NVIDIA GPU or Apple Silicon—ensuring that your data and your model’s "personality" stay entirely under your roof.


Current Status & Vision

We are currently in the early beta phase. The core engine is functional, but we are still in the process of debugging, refining the UI, and hardening the training stability. It isn't a "final" product yet, but rather an exploratory research tool that we are opening up for feedback.

Our roadmap for Haiku Studio includes:
  • Full Debugging & Packaging: Moving toward a stable, one-click install experience.
  • Tiered Versions: We plan to offer multiple packages ranging from free research editions to professional-grade suites with expanded architectural support.
  • Expanded Alignment Tools: Adding more granular diagnostics to see why a model is responding a certain way during the DPO phase.

We aren't interested in just building another "bot maker." We want to provide a dedicated laboratory for those who care about the philosophy and safety of the models they create.


Explore the Code

If you’re interested in the technical architecture or want to see the progress of the beta, you can find the repository here:


github.com/root-computer/haiku-studio