dawnloop@night reactor planner executor reviewer dreamer
DawnLoop

Self-improving long-term AI · in development

An AI that remembers
because it dreams.

DawnLoop is being built as a colleague, not a chatbot. Giant memory, razor-thin attention, and a nightly pass where it consolidates what it learned that day — so it wakes up knowing more than it did.

Most assistants still start important work without a consolidated account of your project, your stack, or the decision you made in March. DawnLoop is designed to do the opposite: keep experiences, distill what matters while you sleep, and get more useful the longer you work together.

Graph memory · Five agents · Any model · Nightly consolidation

Join the waitlist → See how it works →

Not a chatbot with a memory hack. An architecture designed around one goal: knowledge that accumulates instead of evaporating.

DawnLoop has an experimental prototype, but the customer product is not shipped. This page describes what we're building and why.

flowchart TB
    classDef core fill:#1a1315,stroke:#c93828,color:#e6e1cc

    DAWNLOOP["DawnLoop"]

    subgraph engine["the engine — five agents · one memory graph"]
        direction TB
        REACTOR["Reactor"]
        PLANNER["Planner"]
        REVIEWER["Reviewer"]
        EXECUTOR["Executor"]
        DREAMER["Dreamer™"]:::core
        MEMORY["Memory Graph"]
        NIGHT["Nightly Pass™"]:::core
        REACTOR -->|escalates| PLANNER
        REACTOR -->|executes| EXECUTOR
        PLANNER -->|directs| EXECUTOR
        REVIEWER -->|scores| EXECUTOR
        EXECUTOR -->|records| DREAMER
        EXECUTOR -->|accesses| MEMORY
        DREAMER -->|consolidates| MEMORY
        DREAMER -.->|nightly| NIGHT
    end

    subgraph tools["integrations"]
        direction LR
        GITHUB["GitHub"]
        JIRA["Jira"]
        GDRIVE["Google Drive"]
        NOTION["Notion"]
        MCP["Other MCPs"]
        GITHUB ~~~ JIRA ~~~ GDRIVE ~~~ NOTION ~~~ MCP
    end
    tools --> DAWNLOOP
    EXECUTOR --> DAWNLOOP
    DAWNLOOP --> Slack["Slack"]
    DAWNLOOP --> Teams["Teams"]
    DAWNLOOP --> WhatsApp["WhatsApp"]
    style engine fill:none,stroke:none
    style tools fill:none
    style DAWNLOOP fill:#301a1c,stroke:#ff5a41,stroke-width:2px,color:#ffe9d6,box-shadow:0 0 22px #c938288c

01 — The problem

Memory isn't the same as accumulation.

Assistants have memory features now — a saved preference, a project instruction, a recalled fact. What most of them still lack is consolidated accumulation: a growing, self-correcting account of how your team actually works, with provenance, contradiction handling, and outcome supervision. Three limits follow from that.

Longer context windows don't fix this — they just raise the ceiling on how much undigested material you can paste in. Understanding is built by consolidation, and consolidation takes time that a request-time lookup doesn't have.


02 — How it works

No single model should do everything. DawnLoop is designed as a crew of specialists — like a brain, not a monolith. Each has a job, a memory access path, and a role in the nightly pass. Under the hood, the architecture is designed to work with self-hosted models or cloud providers rather than locking you to one vendor.

Reactor fires first, always. Only novel or complex work escalates to the Planner — so common requests stay fast and cheap, and hard problems still get real reasoning. It's a routing tier, and the thing that makes it better than routing on text alone is that the Reactor can see the memory graph: it knows this is the fortieth time you've asked.


03 — The memory

A graph, not a file cabinet.

DawnLoop's memory is the system — a growing associative graph with two layers, loosely borrowed from how the brain splits episodes from concepts.

This is retrieval — we're not going to pretend otherwise. The bet is that retrieval over a consolidated graph, where beliefs carry provenance and contradictions get resolved overnight, beats retrieval over a pile of embedded text chunks. The memory and orchestration layer is model-agnostic by design: it can work with self-hosted models or cloud providers, depending on the deployment's needs. That's a claim we intend to prove with numbers, not adjectives.


04 — The sleep

The expensive thinking happens while you sleep.

Consolidation is the costly part, and nobody has to be waiting for it. DawnLoop is designed to do that work overnight, when latency is free — replaying the day, extracting what generalizes, and resolving what contradicts.

  1. Replay — re-walk the day's experiences, now joined to how they actually turned out.
  2. Consolidate — extract the rules that generalize, and write them down with their evidence attached.
  3. Prune — fade what's gone stale; retire what the day's outcomes contradicted.
  4. Strengthen — reinforce what mattered and what's used often.

The signal that makes this work is outcomes. Tests pass or fail. Pull requests merge or get reverted. Builds break. Those are facts from the world, not a model's opinion of its own work — and they're what separates consolidation from an AI grading its own homework.

There's a further step we think is possible: distilling each night's consolidated knowledge into the model's own weights. We're treating that as a research bet, not a promise. It ships only if it beats the memory-only version on a real evaluation, and it never reaches you without a one-click way back to yesterday. Everything above works without it.


05 — Where it lives

One core. Starting with code.

One self-improving core, surfaced where you already work — built for developers first, and deliberately in that order.

One core: graph memory, five agents, nightly consolidation. We'd rather make it genuinely good for one kind of work than shallow across three — so DawnLoop Code is what we're building now, and the others come when it's earned.


06 — Early access

Join us before launch.

DawnLoop is in early development — the architecture is designed, the code is being written. Join the waitlist for early access invites, the technical deep-dive, and honest progress updates, including the parts that don't work yet.

No spam, no pitch deck. Your email is used for DawnLoop updates and nothing else.

you are a
Select one or more roles.