Skip to content
View francescomaiomascio's full-sized avatar

Organizations

@yailabs

Block or report francescomaiomascio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Francesco Maiomascio

Building the continuity layer for AI-native operations.
Where action becomes history, and history becomes operational intelligence.

Website YAI Labs Hugging Face LinkedIn X

Continuity layer Operational memory Governed execution Building YAI


AI is moving from interface to infrastructure.

As models become easier to run close to private data and local workflows, the question becomes less about access to intelligence and more about what surrounds it. A capable model inside an amnesic system remains fragile. It can answer, but it cannot carry the weight of what has already happened.

The layer I care about is continuity. Work should not vanish at the edge of a chat, a command, or a single execution. When a system acts, the action should leave behind something the system can understand later. The next operation should inherit more than a transcript. It should inherit a shaped memory of the previous one.

The next advantage is continuity: systems that remember what they do and use that memory while they act.

This is where software begins to feel less like a disposable tool and more like an operational organism. Each meaningful episode changes the system a little. It teaches the system what tends to happen, what should be avoided, what deserves attention, and what can be trusted again.


Current direction

I am building YAI as my research and engineering path into that layer.

The unit at the center of the work is the case. A case gives execution a body. It is where an operation becomes coherent enough to be continued, inspected, corrected, and remembered. Instead of treating every interaction as a clean beginning, the system keeps the shape of what happened and makes that shape useful for what comes next.

This is the difference I am trying to make concrete. Governance should not live only as external policy, and memory should not live only as storage. They become meaningful when they are close to the act itself, close enough to influence execution while it is still unfolding.

YAI is built around that movement: action becoming memory, memory shaping action, and the system growing more coherent through the work it survives.


The research

The deeper problem is not how to make a model respond. That part will become increasingly common. The deeper problem is how to keep many responses, tools, decisions, and operations inside one evolving history without reducing that history to noise.

A useful system must learn how to compress its past without losing the parts that matter. It must know when an old episode is relevant, when a pattern is repeating, when a previous decision should constrain a new one, and when an action should stop before it becomes damage.

That is why I think about memory as infrastructure. It is the material that lets a system become continuous across time. It is also the material that lets governance become mechanical instead of decorative, because the system can act with the weight of what it already knows.


I am building toward software that accumulates experience.
Systems that become more coherent because every operation can become part of their future judgment.

Pinned Loading

  1. yailabs/yai yailabs/yai Public

    A system for governed intelligence, accountable action, and evolving memory.

    C 1

  2. yailabs/console yailabs/console Public

    Official terminal client for YAI CLI and TUI workflows.

    Rust