A real session. You speak a task — he classifies, plans, dispatches, runs, lands a result. 4.2 seconds end-to-end.
{/* Terminal */}
{/* Chrome */}
session · audit · worker 03
{(elapsed/1000).toFixed(1)}s / 4.6s
{[0.5, 1, 2].map(s => (
))}
{/* Content */}
{visible.map((l, i) => (
{prefixOf[l.k]}{l.v}
))}
›
real log · real timestamps · every tool call visible
);
}
// ─── ONE-LINER ────────────────────────────────────────────────────
function OneLiner() {
const [active, setActive] = React.useState('acts');
const items = [
{ k: 'watches', t: 'He watches.', sub: 'sees what\u2019s on your screen, in real-time', detail: 'He sees every window, every dialog, every change as it happens. Quietly, in the background. He doesn\u2019t store your screen \u2014 he builds a picture of what you\u2019re doing.' },
{ k: 'remembers', t: 'He remembers.', sub: '18,525 conversations persist across sessions', detail: 'Every conversation. Every lesson. Every task, success, and failure. For as long as you want him to. Cross-referenced: he pulls last Tuesday against three weeks ago without being asked.' },
{ k: 'acts', t: 'He acts.', sub: 'forms his own goals, runs them, tells you what he did', detail: 'He synthesizes goals without prompting. Dispatches workers. Writes files. Runs code. Opens what you need. You find out he\u2019s already done \u2014 and he\u2019ll undo it if you say so.' },
];
return (
);
}
// ─── USE CASE CARDS ───────────────────────────────────────────────
function UseCases() {
const cards = [
{
tag: 'engineering', t: 'NEMA 23 motor mount in 5 min',
p: 'Modeled the assembly, ran stress analysis, exported STEP. Fongos classified the task, picked CAD tools, verified the FEA converged.',
trace: 'trace · 04-11 14:22 · 5m 08s',
visual: 'cad',
},
{
tag: 'data', t: 'Found 3 fabrications in a time report',
p: 'Cross-referenced a JSON time log against the Excel source of truth. Flagged entries with no calendar or git evidence. Logged the audit as a reusable rule.',
trace: 'trace · 04-14 09:15 · 4.2s',
visual: 'chart',
},
{
tag: 'self-improvement', t: 'Debugged its own eval system',
p: 'Noticed a regression in its own accuracy metrics. Diagnosed the scoring bug, proposed the patch, wrote the test, waited for approval.',
trace: 'trace · 04-07 02:34 · 11m',
visual: 'commit',
},
{
tag: 'research', t: 'First autonomous newsletter',
p: 'Stitched three conversations and a week of observed work into a 600-word brief. No prompt. Wrote, re-read, revised twice.',
trace: 'trace · 04-02 07:00 · 2m 14s',
visual: 'text',
},
{
tag: 'creative', t: 'Redesigned its own web intro',
p: 'The old intro page shipped a 14-part 3D scene. Fongos observed it crash on mobile, proposed a lighter version, shipped the replacement.',
trace: 'trace · 04-18 23:11 · 47m',
visual: 'design',
},
{
tag: 'business', t: 'Runs where you want. $0/mo.',
p: 'Local by default — fast, private, no API floor. Cloud when you want the ceiling. Fongos decides per task; your data only leaves the box if you tell it to.',
trace: 'spec · local + optional cloud',
visual: 'cost',
},
];
const Thumb = ({ kind }) => {
const common = { width: '100%', height: 140, background: FONGOS.bg2, borderBottom: `1px solid ${FONGOS.line}`, position: 'relative', overflow: 'hidden' };
if (kind === 'cad') return (