Buffaly Logo
An AI system that learns your operation

Meet Buffaly.

It remembers your work. Builds new tools. Runs your software. And costs less every day.

Buffaly turns conversations, discoveries, and successful procedures into permanent memory and executable capability. Give it an unfamiliar problem and it can reason through it. Give it the same problem again and it can run what it learned as software—without buying the same reasoning again.

This is not your average agent. Buffaly is an open-source AI runtime built from a fundamentally different research architecture.

It represents language, knowledge, tools, data, and executable software together—so learning can become infrastructure instead of another prompt. See the five mechanisms or follow the research origin.

Open source · Model-independent · Your history and capabilities stay yours

Why Buffaly instead of another AI service?

Own the intelligence your company is building.

Codex and Claude Code sell you the same model reasoning again and again while the intelligence produced by that work stays trapped in their product. Buffaly lets you keep the result as history, structured knowledge, tools, workflows, and code. If your company spends the next five years teaching AI how your customers work, that accumulated intelligence should live with you—not with the token provider.

01 / HISTORY

Own your AI history.

Every conversation and working session can remain in your environment. Buffaly can retrieve and learn from that history, so decisions, procedures, discoveries, customer exceptions, and prior work become permanent organizational memory instead of disposable chat sessions.

02 / PROVIDERS

Own the platform, not the provider.

Use OpenAI today, Claude tomorrow, Gemini for a visual task, or another model for a specialized job. Buffaly preserves the common history, tools, workflows, execution environment, and organizational context around all of them.

03 / ARCHITECTURE

Build your company on it.

Buffaly is open source and designed to be integrated. Call it from your software, extend the runtime, add proprietary tools, build custom interfaces, deploy it on your infrastructure, or embed it in your products. Your roadmap stays yours.

04 / ECONOMICS

Turn tokens into code.

Successful reasoning can become structured memory, reusable skills, typed actions, and deterministic software. Instead of paying a model to rediscover the same procedure forever, more of the operation becomes executable capability you own.

They keep selling you the tokens. Buffaly lets you keep the intelligence.

The 5 Pillars of a New Paradigm

Five mechanisms separate Buffaly from every prompt-driven agent. Each one takes something agents normally do in text, then turns it into software you can inspect.

01

A working model of your business, not a pile of notes.

A normal agent stores what it learns as notes to itself. Buffaly turns what it learns into structured objects it can query, reuse, and refine. It calls these semantic entities.

As Buffaly sees codes, programs, patients, tools, or workflows used in real tasks, it can move from raw strings into a working object model.

Operationally
What Buffaly learns about your payers, programs, systems, and exceptions becomes structure it can query and reuse. It stops rediscovering your business from chat history every session.

ProtoScript semantic knowledge
[SemanticEntity("remote care program")]
prototype RemoteCareProgram : CareProgram {
    String ProgramCategory = "Remote Care";
}

[SemanticEntity("APCM")]
partial prototype CareProgram#APCM : RemoteCareProgram {
    ProgramCode = "APCM";
    DisplayName = "Advanced Primary Care Management";
}
02

It builds its own tools and keeps them.

Buffaly can turn repeated successful reasoning into new executable actions instead of leaving it as chat output.

When a task repeats at scale, the runtime can close the gap by creating a more specific tool surface.

Operationally
The tenth time a case appears, it is a tool, not another prompt. Your team stops re-solving the same exception by hand, and the runtime gets measurably faster at your specific work.

Generated runtime capability
prototype ToBatchCheckAPCMReadiness : Action {
    function Execute(Collection<Patient> patients) : BatchResult {
        foreach (Patient patient in patients) {
            // Loop natively without model involvement
        }
    }
}
03

It runs the software you already own.

Instead of serializing everything into prompts, Buffaly binds typed actions to real runtime objects and existing code.

Your business logic stays native. The agent selects the action; the runtime executes the real implementation.

Operationally
Buffaly works through software you already own: .NET objects, DLLs, databases, files, APIs, and internal services. You do not rebuild your operation as a pile of AI connectors just to make it useful.

Existing C#
public static class APCMReadinessChecker {
    public static Result Check(Patient patient) {
        return APCMRules.Evaluate(patient);
    }
}
Typed action binding
prototype ToCheckAPCMReadiness : Action {
    function Execute(Patient p) : Result {
        return APCMReadinessChecker.Check(p);
    }
}
04

The AI model never sees your sensitive data.

The safest PHI, secrets, and operational data are the values the model never sees.

The model works with a reference, a handle like Patient#A17F, while the real values stay in runtime memory and your native systems.

Operationally
Buffaly can act on PHI, credentials, financial records, and internal state without copying those values into model context. The model chooses the action; the runtime holds the data.

Text-loop agent
{
  "name": "John Doe",
  "dob": "1954-03-12",
  "diagnoses": ["E11.9"]
}
// Sensitive data enters context.
Buffaly runtime
Handle: Patient#A17F
Type: Patient
// Raw data stays in runtime memory.
05

Your AI bill shrinks as Buffaly learns your work.

Repeated reasoning becomes a tool. Repeated tools become native execution. The model stops orchestrating loops that software can run directly.

79.7% reduction

Lower AI spend per task after Buffaly turned repeated work into ordinary code in a live FairPath workflow.

Operationally
Every workflow gets cheaper as it becomes better understood. You buy the reasoning once and keep the result, instead of renting the same reasoning by the token forever.

Five mechanisms, one question: which of your workflows would this change? Show us the workflow
Strategic Focus

Give Buffaly the operational work your current software cannot automate.

The best first workflow is the one your team complains about. It crosses four systems. It hides its judgment inside documents and phone calls. It throws exceptions constantly. It consumes expensive staff time. And it still has to be right every time. That is the work Buffaly was built for. If one just came to mind, that is the one to show us.

We are focused first on healthcare operations, the most audited and exception-heavy back office there is. The pattern is the same in any industry: if the work below sounds familiar, Buffaly fits.

Denials & Appeal Preparation

Gather claim history, payer rules, documentation, and internal procedures; identify the likely cause; prepare evidence and appeal material; and route consequential decisions to the right person.

Eligibility & Benefits Exceptions

Investigate discrepancies across existing systems, apply known program and payer rules, and send staff only the cases that genuinely require human judgment.

EOB & Remittance Handling

Run deterministic calculations, identify mismatches, interpret exception language where needed, and stage corrections with reviewable evidence.

Operational Research & Back-Office Work

Gather information across documents, databases, applications, and approved external sources, then execute the next operational step instead of returning another summary.

Audit-Heavy Back-Office Automation

Run automation where every decision has to be defensible. Buffaly records the inputs it used, the rule it applied, the action it took, and the approval boundary it respected. Your compliance team gets an evidence trail it can actually read.

An architecture built for what comes next.

The industry is putting language models in charge of real operations, compressing the whole business into an ever-larger prompt and paying for the size of the context instead of the size of the task. Scale that toward AGI and you are building a house of cards: structurally exposed to prompt injection, hallucination, and runaway cost, and most fragile exactly where the work matters most.

Buffaly makes the other approach practical. Use frontier models aggressively where language and judgment genuinely help. Keep memory, state, execution, tools, business rules, and learned procedures inside a runtime you can operate, inspect, and control. The result is a system that can take responsibility for operational work, not just describe it.

Evidence from production work

Already doing real work.

Production resultsNot a research demo
15,075

Healthcare records processed for about $12.70 in estimated model cost.

11.2 GB

Claims data analyzed in one evening, including 284,000 billing rows.

79.7%

Lower AI spend per task once Buffaly turned repeated work into ordinary code.

5-10×

Faster software delivery on our own engineering work, built with the same runtime we deploy for customers.

Four different workloads, one architecture: Buffaly spends model reasoning only on what is genuinely unfamiliar, and runs everything it already understands as software. These are real engagements and internal workloads, not standardized benchmarks. Your numbers will come from your workflow.

The commercial consequence of the architecture

The labs want to become your AI platform. Buffaly lets them remain what they should be: replaceable model providers.

Buffaly does not compete with frontier models. It gives your company a durable platform around them.

Your history, data, tools, workflows, ontology, and learned procedures stay in the runtime you control. A coding problem can go to OpenAI, a visual task to Gemini, and a reasoning task to Claude or Grok without fragmenting the organization or surrendering what the system learned. Change model, provider, host, or deployment without abandoning the intelligence your company accumulated.

Private data

Runtime handles, not prompt copies.

Company history

Searchable working memory that stays with you.

Company intelligence

Your entities, rules, workflows, tools, and code.

Model competition

The best provider for each job, one organizational system.

Exit

Change model or host without losing the capability.

Supported product

Start with us running it. Move it inside your walls whenever you decide.

The same entities, tools, workflows, and code move with you. Hosted, dedicated, or fully inside your boundary: the deployment changes, the accumulated intelligence does not.

Hosted

Intelligence Factory deploys, operates, upgrades, and supports it. Fastest path to work getting done.

Dedicated / Customer VPC

Isolated infrastructure and private connectivity, shaped around your operation and your policy.

Customer-controlled

Runs entirely inside your approved boundary. You keep the intelligence the workflow accumulates.

Buffaly was founded and architected by Matt Furnari. Intelligence Factory implements, deploys, operates, integrates, and supports it.

Research origin

Buffaly started from a different direction.

Buffaly began as a research project on how language attaches to meaning. The premise: intelligence cannot be learned from one channel alone. Language needs a second channel, such as images, code, data, action, or environment, to constrain attention and make learning tractable.

That produced an interpretable graph substrate representing language, semantics, code, data, and actions together, and ProtoScript, the language for declaring and modifying it. Buffaly agents use that substrate as memory, tool surface, and execution layer. It is why Buffaly does not remember in text. It remembers in executable structure.

Diligence welcome.

Core runtime components, ProtoScript, architecture documentation, and examples are publicly inspectable. Production deployment, domain workflows, integration, operation, and support come from Intelligence Factory.

See Buffaly for yourself

Contact us for a demonstration of what Buffaly can do.

We will show you Buffaly working, answer your questions, and explore how its memory, tools, software integration, and declining token costs could apply to your company.

Please send only a high-level description. Do not include PHI, credentials, customer records, or confidential business information.