Web App2026Live

Cunei

An AI architecture workspace where a staff-engineer agent named Clay interrogates your design on a live canvas, proposes a typed architecture graph, and compiles an implementation brief for your coding agent.

Cunei interface
Client
Hackathon Project
Roles

Product Thinking

Full-Stack Development

AI Agent Design

Tech stack
Next.jsReactTypeScripttldrawOpenAITailwind CSSVercel

The outcome

Shipped a working agentic design tool in a hackathon sprint, moving the AI from generating pictures to negotiating architecture decisions behind an explicit human approval gate.

01

The Missing Step Before Code

Coding agents are effective once the important decisions exist. Starting from a vague prompt usually means tenancy, retries, ownership, and failure paths get discovered in production, where architecture becomes considerably less philosophical. Cunei occupies the missing step: it turns an idea into reviewable system decisions before handing anything to a coding agent.

02

Clay Is Allowed to Be Annoying

Clay behaves like a staff engineer, not an autocomplete box. The agent is forbidden from drawing until it understands the requirements, data flow, and primary failure mode, and unresolved choices stay visible as open decisions. The extra questions add friction by design; instant diagrams are impressive right up until someone asks what happens when the queue retries.

03

Model for Judgement, Code for Geometry

The model reasons over a compact typed architecture graph and never edits raw canvas JSON or invents coordinates. Once a proposal is approved, deterministic code measures labels, lays out layers, routes connectors, and reconciles stable node IDs. That boundary gives the model the ambiguous work and gives geometry to code, which is much less creative about placing arrows through boxes.

Cunei interface
04

Approval Before Mutation

Every architecture change arrives as a proposal that can be dismissed or applied; nothing touches the canvas silently. The approved graph then compiles into both the visual system and an implementation brief containing contracts, rationale, open questions, and a tracer-bullet plan. The diagram is useful, but the real output is better input for the coding agent that comes next.

Cunei interface