AI2026
AI-EXHIBIT
“A curated interface for demonstrating practical AI interactions.”
Overview
AI-Exhibit is a TypeScript project built to present AI interaction patterns through focused, hands-on demos.
It emphasizes clarity of behavior over visual noise, with a clean, inspectable interface.
Key Features
→
Demo modules — Multiple AI interaction flows in one workspace
→
Prompt-to-output flow — Clear tracing from input to model response
→
Composable UI — Reusable panels for rapid experiment iteration
→
Practical focus — Built around real usage patterns, not novelty
Tech Deep Dive
I used strongly typed request/response contracts around model calls and modular UI components so each demo remains isolated, testable, and easy to iterate independently.
Next ProjectLLM PROJECT →