Data pipelines
Ingestion, transformation, warehouses, streams. The plumbing that gets the right data to the right place.
Alirion is a collective of practitioners helping small and mid-sized businesses adopt AI — sharing open tools, tested patterns, and hands-on guidance across the full stack, from raw data to running agents.
What we work on
Ingestion, transformation, warehouses, streams. The plumbing that gets the right data to the right place.
Models grounded in your data and deployed into your workflow — not a vendor portal.
Authored in AML, reviewed by humans, run in production. Reviewable by product, legal, and compliance.
Guardrails, IAM, audit trails — applied uniformly across pipelines, models, and agents.
End-to-end
Most SMEs don't have the bandwidth to evaluate five vendors — a data team, a model shop, an MLOps platform, an agent vendor, a governance consultant. The collective brings together practitioners who've navigated this, sharing patterns and open tools across the full stack so you don't start from zero.
---
kind: tool
name: crm.lookupCustomer
auth: oauth:crm
---
# Description
Fetch a customer record by email
so an agent can act with context.
## Inputs
- email: string
## Returns
- id, plan, openTicketsOpen-source at the core
The agent layer is built on AML — our open-source format for describing AI agents and their dependencies. Plain Markdown for behavior, plain YAML for wiring. Reviewable by product, legal, and compliance — without an engineer translating.
---
kind: agent
name: support.triageTicket
model: gpt-4o-mini
tools:
- crm.lookupCustomer
- helpdesk.createTicket
---
# Goal
Triage an inbound support request
and route it to the right team.
## Steps
1. Look up the customer by email
2. Classify the issue type
3. Assign priority and open a ticketHow a working system comes together
From the first data conversation to an agent in production — and the measurement that proves it worked. The collective covers every step, so you're never starting from zero.
It starts with the business result you're chasing — revenue, cost, risk, speed — not the technology.
Pipelines and warehouses that make your data trustworthy and ready to act on.
Models grounded in your data and pointed squarely at the metric that matters.
Agents that take action — authored in AML so your whole team can read and review them.
Guardrails and measurement that tie every decision back to the outcome — then iterate together.
Explore our open-source projects — including AML, a shared format for describing AI agents, and AML Studio where they're authored and reviewed.