DreTech.ai
Architecting the Agentic Enterprise
DreTech.ai is building two systems and the loop between them: a tool-portable Agent OS that defines what an agent is, and Personal AI, a self-hosted multi-agent runtime. Personal OS Studio now connects them — a macOS trainer that compiles the Agent OS into live harnesses.
Thesis
AI-native architecture is not optional
Most enterprise AI efforts bolt models onto legacy workflows. Copilots assist. Wrappers abstract. But none of them restructure. The next generation of enterprise systems must be designed from the ground up — with agency, context, and autonomy as first-class primitives.
Beyond copilots
Copilots are a transitional pattern. They optimize human workflows without changing the underlying architecture. Agentic systems operate independently within defined constraints, executing multi-step reasoning across organizational boundaries.
Beyond wrappers
API wrappers commoditize model access but add no structural intelligence. Real enterprise AI requires orchestration layers that manage state, enforce policy, and route context — not just forward prompts.
Context as infrastructure
Enterprise decisions depend on context that lives across systems, teams, and timelines. An agentic enterprise treats context as a first-class infrastructure layer — indexed, versioned, and accessible to autonomous agents.
Architecture over automation
Automation replaces tasks. Architecture replaces paradigms. DreTech.ai focuses on the structural patterns that make autonomous enterprise systems reliable, auditable, and composable at scale.
Focus Areas
Core build areas
Each focus area maps to a concrete system under active development — and to the training loop that ties them together.
01
Portable Agent Definitions
The Agent OS — a tool-portable system of Markdown files defining an agent's identity, context, skills, memory, and connections. Canonical source lives once; per-tool adapters compile it for Codex, Claude Code, OpenClaw, and others.
02
Self-Hosted Multi-Agent Runtime
Personal AI — a self-hosted assistant on macOS, fronted by Discord and orchestrated by the OpenClaw gateway. Seven specialized agents reach Google Workspace, iMessage, Perplexity, and a Neo4j knowledge graph.
03
Policy-Based LLM Routing
A self-hosted routing layer (LiteLLM plus a policy router) that classifies every request and picks the best backend — Claude, Perplexity, or local Ollama — with hard guardrails so secrets stay local and tool-use never goes to a weak model.
04
AI Harness Training
Now shipping: Personal OS Studio, a native macOS app that compiles Agent OS definitions into live harnesses — OpenClaw, Hermes, Codex, Claude Cowork — and authors them by agent interview. The evals feedback arc completes the loop next.
Current Direction
Training the harness
The two systems were built independently. Personal OS Studio now joins them — the compile-and-refine half of the feedback loop is live.
The Agent OS already captures what an agent should be — identity, context, skills, memory, and connections — in tool-neutral Markdown. Personal AI already runs agents live, with policy-based routing across Claude, Perplexity, and local models, and an evals/ harness that measures routing quality.
Personal OS Studio is the connector, now shipping as a native macOS app. A pluggable adapter framework compiles canonical definitions into the exact files each harness reads — OpenClaw workspaces, Hermes instruction files, Codex's repo-scoped AGENTS.md, Claude Cowork paste blocks — with data designations (PII / Enterprise / Public) enforced at every destination. The definitions themselves are authored by agent interview: a bootstrap wizard builds a complete personal OS in one guided session, and existing documents are refined the same way. What remains is the return arc — feeding the evals signal back into the definitions — completing a repeatable loop that tunes a written specification into measured, reliable behavior.
Built in public. Every entry on the Lab reflects an active line of work — refined through iteration, not theory.