Constrained public interaction layer
AdamI Demo
A constrained window into a persistent AI architecture.
AdamI Demo is a constrained public interaction layer. It exposes only a limited subset of AdamI behavior and does not provide unrestricted access to the full runtime, tools, or production memory.
Current mode: Fake LLM This version is designed to validate the interaction layer, state handling, tool boundaries and observability before live model access is enabled.
Fake LLM replies are prepared, deterministic examples, not live reasoning. Different questions may receive the same text; that is expected in the current version, and it is not evidence that AdamI understood the question.
Interaction
A limited public window.
Demo sessions are temporary and may reset if the service restarts.
Fake LLM replies are canned. The same text across different questions is expected.
Starter prompts:
Scope
What this demo shows.
- session-scoped interaction
- a Fake LLM path with prepared replies, not conversational understanding
- constrained state handling
- visible tool-policy boundaries
- streamed system events
- limited public runtime behavior
Limits
What this demo does not expose.
- the full AdamI Kernel
- production memory
- unrestricted tools
- shell access
- production task execution
- live model access in the current version
Capacity
Usage limits.
- Up to 6 turns per session
- One active task at a time
- Limited public demo capacity
- Demo sessions are temporary and may reset if the service restarts