Skip to content
Albireo

Sydney, Australia

The engine that turns any source material into learning material.

Albireo builds infrastructure for AI-generated education. Documents, slides and photographs go in. Structured, cited, reusable context comes out — and from that, courses and assessments.

ingest.tsAchird
// One document in. Reusable context out.
const job = await achird.ingest({
  source_id,
  profile: 'knowledge-source',
});

// Every unit carries a page and a bounding box.
const { units } = await achird.context.list({
  kind: 'concept',
});

// Same units, any output. Extraction is paid once.
await achird.generate({ recipe: 'course', units });
await achird.generate({ recipe: 'mcq', units });

The problem

Source material is trapped in formats AI reads badly.

Every organisation sits on textbooks, past papers, slide decks and manuals. Turning that into teaching material is still mostly manual — and the tools that automate it tend to make the same three mistakes.

  • 01

    Extraction is paid for once, then thrown away

    Most tools read a document straight into a finished artifact. Want flashcards from the same PDF tomorrow? You upload it again and pay to read it again.

  • 02

    Scanned pages quietly return nothing

    Pipelines that only lift the embedded text layer fail silently on scans and handwriting — returning an empty result that looks like a clean run.

  • 03

    Generated material cannot be traced

    When a lesson makes a claim, someone eventually asks where it came from. Without page-level provenance there is no answer, and no copyright defence.

The engine

Read once. Generate many times.

Between the raw file and the finished course sits a durable layer of context units — small, self-contained, individually cited. Everything downstream reads from it, so the expensive part happens exactly once.

Source

  • PDF, photo, slides
  • Content-hashed
  • Deduplicated on arrival

Context

  • Typed, self-contained units
  • Page + bounding box on every one
  • Tagged to a taxonomy

Generation

  • Courses, lessons, objectives
  • Questions, quizzes, diagnostics
  • SCORM, xAPI, JSON
Extraction cost
~$0.07
per document, via a tiered escalation ladder
Re-ingest cost
$0.00
content-hashed at source and page level
Provenance
100%
no bounding box, no context unit

Model Context Protocol

Connect it to any AI, not just ours.

Achird speaks MCP, so the assistants your team already uses can read the corpus directly — Claude, Claude Code, Cursor, or anything else that speaks the protocol. No new interface to learn, and no copy-pasting between tools.

mcp.jsonModel Context Protocol
{
  "mcpServers": {
    "achird": {
      "url": "https://mcp.achird.com",
      "headers": {
        "Authorization": "Bearer ach_live_…"
      }
    }
  }
}

// Your corpus is now readable by the assistant,
// with a page and bounding box on every claim.

Tools

  • search_context — hybrid search across your corpus
  • generate — run a recipe: quiz, lesson, course
  • ingest_source — add a document mid-conversation

Resources

  • Documents, pages and cropped figures
  • The concept graph and its prerequisites
  • Generated courses, as they are built

Every result carries its provenance. When an assistant answers from your material it can point at the page it came from — which is the difference between a citation and a guess.

Products

A platform, and a product built on it.

Achird is the engine. LearnRadar is what it looks like aimed at one market — and the first customer holding it to a production standard.

Achird

In development

The Source → Context → Generation engine, offered as an API. Ingest documents, get back typed and cited context units, then generate courses, lessons and assessments from them — exportable to any LMS.

  • REST API and an MCP server
  • Page-level provenance on every output
  • SCORM, xAPI and LTI export

Eta Cassiopeiae — a gold-and-purple double star

LearnRadar

Live

An AI academic coach for NSW primary students preparing for Opportunity Class, Selective High School, Scholarship and NAPLAN. It finds the gaps, teaches the concept, then practises what actually matters.

  • Adaptive diagnostics and mastery tracking
  • Explanations written like a tutor, not a key
  • Available on web and iOS
learnradar.com.au →

Contact

Get in touch.

Building something that needs to turn source material into teaching material? We are talking to early partners for Achird.

hello@albireosoftware.com.au
Company
Albireo Software
Located
Sydney, Australia
Data
Hosted in ap-southeast-2