#testing
7 posts
-
Testing the Loop That Runs While You Sleep
The 15-phase run found five bugs in kodr2's loop scripts, and four of them failed silently - the run looked healthy while it was already broken. So the scripts finally got tests: a scripted kodr on PATH, a real temp git repo, 31 cases in nine seconds. Then the drift guard turned out to need a guard of its own.
#ai#kodr#agents#automation#loops#testing -
Kodr2: Multiple Providers - OpenRouter, Ollama, and LM Studio
Kodr2 grows from an LM Studio-only harness into a three-provider one, adds OpenRouter reasoning support, and gets dogfooded against all three by driving the same tasks through itself and fixing what breaks.
#ai#kodr#kodr2#local-models#agents#testing -
kodr Edits kodr
Phases 54-56: three self-development trials where a local model edits the harness's own source. A scorecard of what broke, the harness fixes each failure forced, and the two-location bug that keeps catching small models.
#ai#kodr#local-models#agents#automation#testing -
Contract Tests and a Web Channel Sketch
Phases 49-50 of kodr: pinning the channel boundary down with contract tests so CLI, TUI and web can never drift apart, then the smallest honest proof of a web UI - a local-only JSON server that is emphatically not a second harness.
#ai#kodr#local-models#agents#cli#testing -
Two More Apps, and a Policy Gate
Phases 21-23 of kodr: generating a Markdown blog and a notes API as harness trials - each one shakes out a real bug in kodr itself - plus a permission policy gate that builds on the hooks layer.
#ai#local-models#agents#security#testing#kodr -
Exercising the Harness
Phases 15-18 of kodr: a local install, replay and model comparison, a security-review hardening pass, and using a real generated app to shake out bugs.
#ai#local-models#agents#testing#kodr -
Probing Local Models and Building the Test Rig
Phases 02-04 of the kodr learning repo: connecting to LM Studio, faking a model server for tests, and capturing prompt run artifacts
#ai#local-models#learning#agents#lmstudio#testing#kodr