<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Éthiqueia — Research</title><description>Technical writing across the Éthiqueia research threads: memory systems, cognitive architectures, agent runtimes, commodity training, fractal cognition.</description><link>https://yandesbiens.com/</link><language>en</language><item><title>Your LLM server lies to you when the context window overflows</title><link>https://yandesbiens.com/blog/contextpaw-silent-truncation/</link><guid isPermaLink="true">https://yandesbiens.com/blog/contextpaw-silent-truncation/</guid><description>Ollama silently drops the front of an oversized prompt and returns 200 OK, so the model confidently invents an answer. llama.cpp is honest and returns a 400 — which kills the agent turn instead. I measured both, then built ContextPaw to make overflow honest and survivable. Includes a result I did not expect: telling an agent it lost information does not stop it hallucinating.</description><pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate><category>agents</category><category>contextpaw</category><category>ollama</category><category>llama.cpp</category><category>agents</category><category>context-window</category><category>benchmark</category><category>local-first</category></item><item><title>I ran an autonomous cognitive agent for months. It never learned anything. It just became certain.</title><link>https://yandesbiens.com/blog/hermes-certainty-ratchet/</link><guid isPermaLink="true">https://yandesbiens.com/blog/hermes-certainty-ratchet/</guid><description>A negative result, measured. An idle &apos;reasoning&apos; loop ran 27,834 times over months and converged on unfalsifiable certainty: 606 beliefs strengthened per cycle with zero contradictions, 882,602 pieces of self-generated evidence of which none disagreed, and an audit log that recorded 5 of 16.9 million confidence increases. The decay mechanism that should have stopped it was disarmed by the loop&apos;s own evidence writes.</description><pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate><category>cognition</category><category>hermes</category><category>neuroarch</category><category>cognitive-architecture</category><category>autonomous-agents</category><category>negative-result</category><category>forensics</category><category>epistemics</category></item><item><title>agentos devlog — from a terminal kernel to an agent I run from my phone</title><link>https://yandesbiens.com/blog/agentos-agent-platform/</link><guid isPermaLink="true">https://yandesbiens.com/blog/agentos-agent-platform/</guid><description>How the agentos kernel grew into a self-hosted agent platform: a ReAct loop over 120+ models, ~26 real tools, a permission layer that keeps a human in the loop, runtime tool-forging in a sandbox, and an environment-aware system prompt. Engineering, not a benchmark.</description><pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate><category>agents</category><category>agentos</category><category>devlog</category><category>agents</category><category>tool-use</category><category>local-first</category><category>safety</category></item><item><title>What it costs to train an LLM from scratch on one RTX 4090</title><link>https://yandesbiens.com/blog/forgelm-4090-cost/</link><guid isPermaLink="true">https://yandesbiens.com/blog/forgelm-4090-cost/</guid><description>A measured training envelope (VRAM, throughput, tokens/day) for 30M-500M models on a single 24GB RTX 4090, plus the real 120M loss curve.</description><pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate><category>training</category><category>training</category><category>benchmark</category></item><item><title>AEON devlog — a trainability bug in the liquid-neural-network brain</title><link>https://yandesbiens.com/blog/aeon-liquid-brain-stability/</link><guid isPermaLink="true">https://yandesbiens.com/blog/aeon-liquid-brain-stability/</guid><description>A development log from AEON: how a failing unit test exposed a seed-dependent trainability bug in the CfC liquid network, why a missing normalization was the root cause, and how one LayerNorm made the student learn reliably across every seed.</description><pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate><category>cognition</category><category>aeon</category><category>devlog</category><category>liquid-neural-networks</category><category>cfc</category><category>training-stability</category><category>local-first</category></item><item><title>proof drop #1 — running a 24 GB model on a 24 GB GPU (and the honest catch)</title><link>https://yandesbiens.com/blog/ufm-benchmark/</link><guid isPermaLink="true">https://yandesbiens.com/blog/ufm-benchmark/</guid><description>UFM lets a single RTX 4090 run a routed model whose expert bank doesn&apos;t fit in VRAM. Here&apos;s the benchmark, the code, and the regime where it doesn&apos;t help.</description><pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate><category>memory</category><category>ufm</category><category>benchmark</category><category>local-first</category><category>memory</category><category>moe</category><category>rtx4090</category></item><item><title>proof drop #2 — hierarchical memory beats flat search (when you know where to look)</title><link>https://yandesbiens.com/blog/fmm-benchmark/</link><guid isPermaLink="true">https://yandesbiens.com/blog/fmm-benchmark/</guid><description>FMM&apos;s topic-scoped retrieval is ~164× faster and ~3.7× more accurate than a flat scan at 128k items — and useless if you misroute the scope. The locality bet, in semantic memory.</description><pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate><category>memory</category><category>fmm</category><category>benchmark</category><category>memory</category><category>retrieval</category><category>rag</category><category>local-first</category></item><item><title>proof drop #3 — a cheap router decides whether the locality bet pays</title><link>https://yandesbiens.com/blog/fmm-router/</link><guid isPermaLink="true">https://yandesbiens.com/blog/fmm-router/</guid><description>A near-free centroid router recovers 98% of the oracle&apos;s recall at ~60× flat-scan speed — when the memory is separable. As topics overlap, routing (not retrieval) becomes the bottleneck and the win evaporates.</description><pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate><category>memory</category><category>fmm</category><category>benchmark</category><category>memory</category><category>retrieval</category><category>routing</category><category>rag</category><category>local-first</category></item></channel></rss>