Riri
The Builder
Riri builds what you need and delivers completed work. Not a co-pilot. A builder. Spec it before bed. Wake up to finished output ready for review.
What Riri builds while you sleep
Content drafting
Blog posts, emails, social threads, press releases — drafted from your brief and ready for review.
Code generation
Functions, tests, documentation, bug fixes — written overnight in TypeScript, Python, and more.
Creative assets
Copy variants, product descriptions, landing page sections — built to your spec while you sleep.
Email sequences
Nurture flows, outreach sequences, and follow-up campaigns drafted from your goals and voice.
Documentation
Technical docs, user guides, README files — Riri works through your documentation backlog overnight.
Refactoring tasks
Code cleanup, migration scripts, and dependency updates queued from your backlog and delivered for review.
Riri's work queue — tonight
Queue tasks before bed. Riri works through them in priority order. Everything is ready for your review by morning.
Build /api/contacts POST endpoint
Write 3 LinkedIn posts — product launch
Document Payments module API
Write unit tests for auth.service.ts
Draft investor update email
Sample queue. Your actual queue is populated from your briefings and backlog.
Real output from Riri
Code, content, and analysis — all generated overnight, all ready for review.
// POST /api/contacts
// Generated by Riri · 2:14 AM
import { z } from "zod";
import { sql as db } from "@/lib/db";
import { contacts } from "@/db/schema";
const schema = z.object({
name: z.string().min(1),
email: z.string().email(),
company: z.string().optional(),
source: z.enum(["web", "import", "api"]),
});
export async function POST(req: Request) {
const body = await req.json();
const data = schema.parse(body);
const [contact] = await db
.insert(contacts)
.values({ ...data, createdAt: new Date() })
.returning();
return Response.json({ contact }, { status: 201 });
}Sample outputs. Your actual Riri output is based on your specific briefs and backlog.
What should Riri build?
Describe what you need. Riri builds it overnight and delivers it to your dashboard by morning.
What is Riri in MEOK AI?
Riri is MEOK's overnight creative and technical builder agent. She takes your task backlog and works through it during your sleep window — drafting content, writing code, building assets, and producing documentation. By morning, completed work is waiting in your brief for review. Riri handles the building; you handle the decisions.
Can Riri write production code?
Yes. Riri handles TypeScript, Python, and common web frameworks. She writes functions, tests, and documentation from your backlog — pulling tasks you've queued and working through them autonomously. Results are delivered for human review, never committed autonomously. You stay in control of what ships.
Which tier unlocks Riri?
Riri is available on the Sovereign tier at £12/mo. All three agents — Orion, Riri, and Hourman — are included in a single subscription. No per-task fees. No add-ons. Everything you need to build overnight, every night.
Riri works alongside Orion and Hourman. All three share your sovereign memory.