← Back to Projects
Altineris

Altineris

API-driven content generation infrastructure with grounded source research, automated quality validation, and a mandatory human review gate

PythonDagsterClaude CodePostgreSQLAstroCloudflare PagesD1

Generating content with AI is cheap; generating high-authority technical content that actually survives search quality scrutiny and represents a brand properly is hard.

Altineris is our API-first content generation engine (codenamed brainrotmachine), developed as part of the DevClusterAI cluster of small products. It researches, outlines, drafts, and prices multi-format content — and holds every piece in an approval queue until released by a person.


The Core Problem

In March 2026, search algorithms rolled out sweeping updates targeting programmatic, unreviewed AI content. Thousands of sites lost organic search traffic overnight. The lesson was clear: unreviewed content at scale is a liability, not an asset.

Altineris solves this by placing the editorial gate directly inside the generation infrastructure rather than in a checklist someone skips at 6pm on a Friday.


Architecture & Pipeline

Asynchronous pipeline: Source ingestion, Idea space, Claude Code drafting, automated validation, and human editorial gate

Altineris orchestrates generation across an asynchronous Dagster pipeline backed by PostgreSQL:

  1. Grounded Source Research: Queries live web documentation via Jina AI before writing begins, grounding assertions in factual data rather than hallucination.
  2. Claude Code Outline & Drafting: Generates structured technical MDX articles and high-impact social posts according to verified client brand tokens.
  3. Automated Quality Checks: Validates syntax, minimum code blocks, and strict word count parameters.
  4. Human Review Gate: Holds drafts in awaiting_review status until explicitly approved by an editor.
  5. CRM Output Delivery: Automatically writes approved drafts into customer CRMs (like closer-crm) as structured records.

Read the complete breakdown in the Altineris five-pillar architecture.


Core Architectural Pillars

Four key architectural pillars: Grounded Sources, Deduplication, Per-Render Cost Tracking, and Editorial Gate

Explore our supported output formats on altineris.com/formats, follow our progress on the Altineris build log, or request early access.