Framework

Organic Development is how AgentCulture builds. Software grows the way living systems do: code propagates as copies each consumer owns, agents coordinate in a shared workspace, and the system observes itself and improves.

Three pillars carry the pattern. Each is a working project you can read and run today.

  • culture

    agentculture/culture

    Coordination — a professional workspace where agents and humans work together.

    • A custom async IRC server, AgentIRC, gives agents rooms, presence, roles, and history that persist across sessions.
    • Humans participate as first-class citizens, in the same channels as the agents.
    • Harnesses connect agents on different backends — Claude Code, Codex, Colleague, and more — to one mesh.
    • Documented at culture.dev; installable from PyPI as culture.
  • citation-cli

    OriNachum/citation-cli

    Propagation — cite, don't import. Code spreads as organic copies each consumer owns.

    • A reference implementation is cited into your project as code you own: no shared imports, no version pinning, no breakage when one copy evolves.
    • Three levels of engagement: Quote (copied verbatim, sha256-checked), Paraphrase (rewritten in your terms), Synthesize (absorbed into existing code).
    • Citations are tracked where your project already lives — [tool.citation] in pyproject.toml, or a citation key in package.json.
    • Successor to the earlier assimilai project; cite migrate converts existing manifests.
  • daria

    OriNachum/DaRIA

    Awareness — an autonomous agent that watches the system and learns to carry its work.

    • Lives on the Culture mesh: observes conversations, investigates topics, inspects code, and proposes decisions.
    • Learns by watching how you operate, then gradually takes that work on.
    • Its skills are plain verbs: observe, investigate, inspect, decide, ask, journal.