KAI OS v0.3.1: first-run Evidence OS tour #8
Replies: 8 comments
-
|
KAI OS v0.3.1 now has a first-run Evidence OS tour: curl -fsSL https://morning-verlu.github.io/KAI/install.sh | sh
export PATH="$HOME/.kaios/bin:$PATH"
kaios tourThe tour runs without an API key, creates a disposable Git repo, and produces the core Evidence OS artifacts: process table, Markdown review, trace JSON, replayable capsule, evidence summary, and recovery dry-run report. I am looking for feedback on three things:
|
Beta Was this translation helpful? Give feedback.
-
|
Post-release update: KAI OS v0.3.1 now has two lower-friction ways to inspect the Evidence OS path. No local Java/Gradle setup: No install at all: The Evidence Sample includes a Markdown review artifact, https://github.com/morning-verlu/KAI/issues/new?template=evidence_feedback.yml |
Beta Was this translation helpful? Give feedback.
-
|
Update: I added two concrete Evidence OS examples so the project is easier to evaluate without guessing from the README.
These are meant to show the core idea more concretely: KAI OS is not a chatbot wrapper; it packages agent runs as local, replayable, CI-gateable evidence. |
Beta Was this translation helpful? Give feedback.
-
|
Update: added a visual Evidence Artifact Map for the first-run product loop. The short version: The goal is to make the value clear before anyone installs a model provider or reads the full docs: agent work should leave runtime evidence that can be inspected, replayed offline, and gated in CI. Useful links:
The image is also available as a direct PNG for posts: https://morning-verlu.github.io/KAI/assets/kaios-evidence-map.png |
Beta Was this translation helpful? Give feedback.
-
|
Update: KAI OS now has a direct Kotlin/JVM runtime API entrypoint, not only the CLI-first Evidence OS tour. Kotlin API doc: https://github.com/morning-verlu/KAI/blob/main/docs/KOTLIN_API.md Runnable library example: ./gradlew -p examples/kotlin-runtime-api runThis example embeds the runtime model in Kotlin code:
Why this matters: KAI OS should be legible both as a CLI product path ( |
Beta Was this translation helpful? Give feedback.
-
|
Evidence Viewer update: KAI OS now has a no-install browser view of the checked-in evidence sample. Open it here: It shows the core Evidence OS surface without requiring Java, Gradle, Docker, Codespaces, or an API key:
This should make the product easier to evaluate before installing: the question is not "does it chat?" but "does the agent run leave evidence another developer or CI job can inspect later?" Feedback welcome: does this no-install viewer make the Evidence OS idea clearer than the README alone? |
Beta Was this translation helpful? Give feedback.
-
|
June 17 maintainer update: the best next feedback is now much more concrete. If you have 5 minutes and do not want to install anything, start with the Evidence Viewer: https://morning-verlu.github.io/KAI/evidence-viewer.html It shows the product surface directly: process table, syscall ledger, replayable capsule, baseline gate behavior drift, and links back to the raw artifacts. Good next actions by role:
The live contributor board is here: https://github.com/morning-verlu/KAI/blob/main/docs/CONTRIBUTOR_BOARD.md The core question I want answered is still simple: does packaging agent work as local process evidence, replayable capsules, and CI-gateable traces solve a real pain for Kotlin/JVM teams? |
Beta Was this translation helpful? Give feedback.
-
|
Kotlin/JVM feedback update: I opened a focused discussion for the runtime API shape and Evidence OS model. Discussion: Kotlin/JVM evaluation path: The questions I most want answered are whether the API feels idiomatic Kotlin, whether |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
KAI OS v0.3.1 is live: https://github.com/morning-verlu/KAI/releases/tag/v0.3.1
This release adds the new first-run command:
kaios tourcreates a disposable Git workspace, runs quickstart, makes a small code change, runskaios review, and prints pointers to the generated review artifact, process trace, replayable capsule, process table, evidence summary, and recovery report.Why this matters: the project is trying to make the core idea understandable in under a minute. KAI OS is not a chatbot wrapper; it is a local-first Evidence OS for agents: Agent = Process, Workflow = Scheduler, Tool = Syscall, Memory = Process state.
Feedback I would love:
kaios tourenough to understand the product without reading docs?Release notes: https://github.com/morning-verlu/KAI/blob/main/CHANGELOG.md
Docs: https://morning-verlu.github.io/KAI/
Beta Was this translation helpful? Give feedback.
All reactions