AIData Systems & AI LabProduct Analytics · Data Systems · AI Workflows · Decision InfrastructureContact
Open OS launcher

AI product prototype

Chorus: an agent-learning product in development.

Chorus is an iPhone app and web concept for learning agent fundamentals, comparing AI platforms, and saving reusable skills. It is presented as a prototype, not a production-ready product.

chorus.product_brief
Chorus app icon

In development

Chorus

The project evidence points to a focused education and workflow product: agent lessons, platform comparison, reusable skills, saved items, app auth, Supabase-backed content, and launch assets.

chorus_launch.mp4

What exists

Chorus is grounded in real project files.

The page is careful not to overclaim: it shows the current product evidence and marks the work as in development.

project.evidence

iPhone app prototype

SwiftUI app structure exists with Learn, Platforms, Skills, and Saved tabs, plus sign-in screens and Supabase integration.

Learning product model

The content model includes lessons, agent platforms, skill categories, reusable prompts, saved items, and source notes.

Supabase schema

Schema files define platform categories, platforms, skill categories, skills, lessons, and content sources.

Web launch page

A web landing page exists with early-access signup, integrations, product copy, and phone-preview concepts.

Launch video asset

A launch MP4 is available and included here as supporting prototype media.

product.workflow

Product direction: agent education and reusable skills.

The clearest validated positioning from the files is not voice or collaboration yet. It is a focused learning product for AI agents: learn the mental model, compare platforms, save prompts/skills, and build literacy around agent workflows.

Learn agent concepts and platform differences
Compare tools and workflows without over-claiming production readiness
Save reusable prompts, skills, and source-backed notes
Use Supabase/Postgres structure for published learning content
Expand into future AI-agent education and workflow products

code-proof.workspace

Chorus snippets

1create table if not exists public.skills (2  id uuid primary key default gen_random_uuid(),3  category_id uuid references public.skill_categories(id) on delete set null,4  slug text not null unique,5  title text not null,6  subtitle text not null,7  summary text,8  prompt text,9  source_notes text,10  is_published boolean not null default false,11  sort_order integer not null default 0,12  created_at timestamptz not null default now(),13  updated_at timestamptz not null default now()14);
chorus_icon_options.png
Chorus icon options
related.systems

Portfolio connection

Chorus connects product strategy, content modeling, AI-agent education, and launch planning. It belongs in the portfolio as a future-facing product system, with clear in-development boundaries.