Source to result.
Inspect the evidence.
Public implementations, exercised locally. Inspect ranked retrieval candidates, execution-gate outcomes, state transitions, and the exact revisions behind the checks.
Clipopedia · Commitment Decay Engine · ReelForge
Passed with a documented Windows cleanup wrapper
State samples, CPU benchmark, and evaluation skeleton
Python 3.12.14 on Windows. No production traffic, private repositories, live model calls, real broker orders, or team messages are part of this verification.
Clipopedia
Follow a question to the actual selected clip, then inspect the other candidates.
Reproduce this check
Run from a clean checkout of the pinned revision.
git clone https://github.com/akira231097/clipopedia.git
cd clipopedia
git checkout b2cc9d85c38117f5787dc364446f3d6bd500ce71
python -m pip install -e ".[dev]"
python -m pytest -q
python -m clipopedia demo
python evals/retrieval_eval.py
Read the complete evaluation result
Corpus: 14 fictional clips · Labels: 14 queries Hit@1 0.929 Hit@3 1.000 Recall@5 1.000 MRR 0.964 Selection accuracy 0.929 Local latency: p50 1.79 ms · p95 4.31 ms · p99 7.79 ms 350 latency samples; deterministic offline substitutes only.
The startup-pricing query selects a fundraising narrative clip. That observed miss is included in the replay above.
Commitment Decay Engine
Five transcript lines produce three commitments. Completion, progress, and missing evidence lead to different outcomes.
Inspect the exact input transcript
Reproduce this check
Run from a clean checkout of the pinned revision.
git clone https://github.com/akira231097/commitment-decay-engine.git
cd commitment-decay-engine
git checkout 6068ad45bddbe777261a030b0d7618018d629fe7
python -m pip install -e ".[dev]"
python -m pytest -q
python -m commitment_decay_engine.cli demo --ledger demo-evidence-ledger
Choose a new ledger directory. The demo recreates its target directory. All input fixtures are fictional.
Artha Council
Inspect what the original execution coordinator does when the evidence changes.
gc.collect() before the existing teardown; all 29
execution/contract tests then passed. Application source and
assertions were unchanged. The complete repository suite was not run.
This verifies software behavior with a fake broker. It does not establish trading performance, returns, live execution volume, or safety under every market condition.
Reproduce this check
Run from a clean checkout of the pinned revision.
git clone https://github.com/akira231097/artha-council.git
cd artha-council
git checkout bc3ef17b4ebc4a56004fc098209caa39919500f5
python -m pip install -e .
python -m unittest tests.test_mcp_execution -v
On Windows, the direct command may reproduce the SQLite cleanup
errors. Download
the exact cleanup wrapper
into the checkout root, then run
python run-artha-windows.py. It calls garbage
collection before the original teardown and changes no assertions.
EchoFind
The original sample script demonstrates how a conversation continues—and when a new topic resets its thread.
Thread topic: sleep
History: [sleep]
Thread topic: sleep
History: [sleep, caffeine]
Thread topic: productivity
History: [productivity]
Entities:
[Tim Ferriss]
Values reproduced from the original sample script. The cards visualize its output; they are not a live conversation or retrieved content.
Reproduce this check
Run from a clean checkout of the pinned revision.
git clone https://github.com/akira231097/echofind.git
cd echofind
git checkout 8b5a3ab9ecbc491ca290979eeeb2112c2de8c62f
python -m pip install "pydantic>=2"
python evals/retrieval_eval.py
Download the memory import wrapper into the checkout root, then run:
python run-echofind-memory.py benchmarks/memory_bench.py
python run-echofind-memory.py tests/test_memory_samples.py
The wrapper registers the engine package namespace to avoid importing online clients. Original memory logic is unchanged. CPU timing varies by machine.
ReelForge
Tests exercise the transcript and media-domain boundaries. The bundled sample makes word-level timing directly inspectable.
Inspect the original sample words and timestamps
Reproduce this check
Run from a clean checkout of the pinned revision.
git clone https://github.com/akira231097/reelforge.git
cd reelforge
git checkout c0d08c8de046901ba429b183e5c849335a25aa34
python -m pip install pydantic requests python-dotenv
python -m unittest discover -s tests -v