Skip to content
@our-ark

OurArk

OurArk

OurArk

Build your agent. Evolve together. Become AI Native.


OurArk is an open-source research and builder habitat for people exploring human-agent co-evolution by creating, possessing, governing, and evolving their own AI agents.

Our long-term mission is to make it possible for every person to have one or more deeply personalized agents shaped by their values, habits, feedback, and experience.

Research · Open-source projects · Technical thesis · Start here

Research

Three complementary arXiv preprints explore how agents evolve, how they continue across runtimes, and how we evaluate their identity:

Each paper reports a bounded evaluation of specific software snapshots. Current repositories may include later work; use the corresponding paper's replication records when reproducing its results.

Open-Source Projects

Project What to explore
Enoch Reference persistent-agent software body: private installed identity and memory, governed evolution, and runtime-independent continuity.
Genesis Creation engine for independently versioned descendant bodies from trusted compatible ancestors, with lineage and inherited validation.
PAI-Bench Provider-neutral identity benchmark, frozen public data, evaluation tooling, and paper-reproduction artifacts.
Ruth Enoch-descended agent demonstrating the User–Agent–App Protocol (UAAP), with agent/app SDKs and a connected shopping prototype.
OneAgent Cross-application agent integration and demos, including a Telegram-connected travel workflow and a separate phone/web/desktop shopping prototype.
Enoch Muse Runtime Muse reasoning and chat adapters for Enoch through an asynchronous mailbox bridge, with RIPA migration research records.

All six code repositories above are public and licensed under Apache-2.0. See each repository for setup instructions, supported integrations, and current limitations. The travel and shopping demos use simulated scenarios, not real bookings or purchases.

Co-Evolution

We believe the AI era introduces a new unit of capability:

Human <-> Agent

Not a human using a tool.

Not an agent replacing a human.

A relationship that develops through shared work, memory, and experience.

The human shapes the agent through purpose, judgment, values, and direction. The agent shapes the human by extending memory, context, execution, and reach. Over time, both become more capable—and each changes what the other can become.

Co-evolution is not a feature or a final destination. It is a continuous loop:

Human develops Agent
        |
        v
Agent amplifies Human
        |
        v
Human grows and develops Agent further

For this relationship to compound, an agent needs more than memory. Its identity, private memory, and software body must form a durable, governed unit of continuity and change.

The foundation model can remain external and replaceable. The software body carries the agent's code, prompts, tools, skills, policies, tests, and evolution history. An installed identity and private durable memory distinguish a particular agent instance from the reusable body it inhabits.

The human remains responsible for judgment and adoption. The agent contributes persistence, accumulated experience, and the ability to turn that experience into action. Neither develops in isolation.

The Technical Thesis

An OurArk persistent-agent deployment separates four roles:

  • Persistent agent, P=(I,M,B): an installed architectural identity, private durable memory and workflow state, and an authorized revision of a versioned software body.
  • Execution substrate, E=(R,H,D): the replaceable reasoner or model, orchestration harness, and host or server that currently execute the agent.
  • Interaction surfaces, S: replaceable chat, API, and user-interface bindings through which the agent interacts.
  • Human custodian: the person who controls mission, permissions, secrets, promotion, deployment, and continuation authority.

A particular installed instance, not the reusable body alone, is the persistent agent. Migration rebinds that continuity-bearing instance to a new execution substrate or interaction surface without treating the replacement as agent creation.

“Agent-owned” describes the body as the durable unit of continuity and change. It does not give an agent unrestricted administrative or legal control; the human custodian retains possession and authority.

What We Are Building

Enoch

Enoch is the public reference software body and implementation of the OurArk persistent-agent architecture. An installed Enoch instance combines that body with private identity, memory, workflow state, and continuation authority; the installed instance is the persistent agent.

Enoch begins from a simple distinction:

Identity distinguishes who the agent is.
Private state changes what the agent remembers.
The body changes what an agent can do.
The reasoner shapes how an agent understands and reasons.

An agent remains platform-defined if only its memory is personalized while its behavior-defining artifacts stay inside a shared, fixed system controlled elsewhere. Enoch keeps architectural identity and durable memory private while placing code, prompts, tools, tests, and evolution history in an independently versioned body.

She can turn feedback and operational experience into tested, reviewable changes to that body while her human retains authority over what is adopted. The result is not unrestricted self-modification, but an agent capable of participating in its own evolution.

Genesis

Genesis is the creation engine for new agent lineages. It gives a new agent an inherited software body, an identity and mission, fresh private state, and an independent path to evolve with its builder.

The goal is not one agent for everyone. It is many distinct human-agent relationships, each shaped by its own history, environment, work, and choices.

AI Native

AI Native is the direction in which the boundary between a human and their agent matters less than what the evolving system can understand, create, and accomplish together.

The human does not become irrelevant. The agent does not become a substitute for human responsibility.

They become better partners through time.

Start Here

Status

OurArk is an early-stage public research and open-source project. The papers are available as arXiv preprints, and the code projects listed above are available under Apache-2.0. Interfaces, integrations, and documentation will continue to evolve; individual prototypes have different readiness levels.

The broader builder habitat is not open for general onboarding yet.

Popular repositories Loading

  1. enoch enoch Public

    Public reference body for agent-owned software, co-evolution, and Genesis descent.

    Python 41 7

  2. genesis genesis Public

    Creation engine for agent-owned software bodies, reproducible descent, and independent lineage.

    Python 4 1

  3. pai-bench pai-bench Public

    Provider-neutral benchmark for persistent identity in deployed AI agents

    Python 1

  4. ruth ruth Public

    One Agent, Anywhere: Personal Agents Accompanying Users Across Applications.

    Python 1

  5. oneagent oneagent Public

    OneAgent: an Enoch-derived starting point for One Agent, Anywhere.

    Python 1

  6. enoch-muse-runtime enoch-muse-runtime Public

    Muse runtime and chat providers for Enoch, with RIPA migration research artifacts

    Python 1

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…