aifutures@lab: ~/open-source — 3D RENDERED IN PURE ASCII [← LABS] [HOME]
$ ssh visitor@aifutures.lab
Welcome. This entire scene — including the shape behind this text —
is projected in real time and rasterized as terminal characters.
$ ls ./instruments
trader/  aiflow/  control-center/
$ cat MOTD

OPEN SOURCE.
LITERALLY.

No pixels were styled in the making of this page — every frame of the 3D engine behind you is drawn with glyphs. Scroll: the shape recompiles into each instrument as its man-page loads.

SCROLL — MAN PAGES LOADING ▂▃▅

TRADER(1) — AI FUTURES MANUALSHAPE: CANDLE FIELD

NAME

ai-futures-trader — semi-automated trend engine for MGC & MES futures

SYNOPSIS

$ git clone https://github.com/trietphan/AITradingFutures
$ npm install && npm run dev  # paper mode first. always.

DESCRIPTION

Reads market regime, waits for price to reach value via Market Profile, then emits a signal that expires in 180 seconds. Every order requires a human confirm; every fill is armored with server-side stop and target brackets. Auto-halts near the loss limit, force-flat at 16:08 ET, one kill switch above all.

RUNTIME

stack
TypeScript · Supabase · Vercel · local worker
broker api
ProjectX Gateway (Topstep-compliant)
markets
/MGC micro gold · /MES micro e-mini s&p
safety
0 naked positions, ever

SEE ALSO

trade.aifutures.dev · source · home chapter

AIFLOW(1) — AI FUTURES MANUALSHAPE: NODE GRAPH

NAME

aiflow — render the AI architecture hiding inside any repository

SYNOPSIS

$ git clone https://github.com/trietphan/aiglobalhub-ai-flow
$ aiflow scan ./your-repo  # → interactive layered map

DESCRIPTION

AST-grade detection walks TypeScript, Python, Go and Rust to find providers, models, agents, tools and stores — then renders them as a living, layered map with edge bundling. Every node carries file:line receipts; LLM synthesis is optional and guarded against hallucination. Self-hosted: your code never leaves your machine.

RUNTIME

stack
TypeScript · pnpm · Zod · dagre · Docker
verbs
scan · view · share · diff
evidence
file:line on every claim
upload
0 bytes. by design.

SEE ALSO

github.com/trietphan/aiglobalhub-ai-flow · v2 chapter

ACC(1) — AI FUTURES MANUALSHAPE: AGENT ORBIT

NAME

agent-control-center — local-first control plane for durable multi-agent work

SYNOPSIS

$ git clone https://github.com/trietphan/agent-control-center-core
$ npm run install:all && npm run doctor && npm run serve

DESCRIPTION

Routes tasks to Codex, Claude or OpenClaw, executes in isolated Git worktrees, and runs independent no-shell verification that can veto an agent's claimed success. Prompts, diffs, logs and screenshots seal into SHA-256-addressed artifacts on an append-only timeline. The loop — task → route → run → verify → evidence → review → approve — always ends at a human.

RUNTIME

stack
Node 22 · SQLite · MCP bridge · Ed25519 federation
agents
codex · claude · openclaw
trust
loopback-only daemon, 256-bit bearer
final say
100% human

SEE ALSO

github.com/trietphan/agent-control-center-core · v2 chapter

> while(true) { build(); verify(); ship(); }

The lab develops in public. Read the source, run it locally, file the issue.