Will Anderson will.anderson
will.anderson commented on issue neuron-technologies/el#70 2026-08-03 19:17:07 +00:00
soul RSS leak ~35MB/min: awareness-loop allocations bypass the per-request arena (OOM-cycled hourly; likely hits GKE too)

@tim.lingo You did the containment on this — can you own the durable fix (arena-scope the awareness-loop allocations so they stop bypassing the per-request arena), or does it need Will's…

will.anderson commented on issue neuron-technologies/neuron#15 2026-08-03 19:17:04 +00:00
[P0] Hard Bell (Layers B+C): soul safety-contact endpoint + pre-LLM bell eval + threat-type routing — NEEDS WILL SIGN-OFF

@tim.lingo Technical verification (Will keeps the safety sign-off): can you confirm the shipped soul binary contains the pre-LLM bell eval AND the self_harm-vs-abuse split — specifically that the…

will.anderson commented on issue neuron-technologies/neuron#67 2026-08-03 19:17:04 +00:00
CRITICAL: engram stores request-arena strings - nodes created via HTTP corrupt by the next request (likely June corruption root cause). Fix + patches in docs PR #4

@tim.lingo Verification question for you: does the vendored el-runtime pinned by merged #104/#105 actually include the el_strdup_persist arena-persist fix from docs PR #4? A grep of the vendored…

will.anderson commented on issue neuron-technologies/el#85 2026-08-03 19:17:03 +00:00
Durable runtime response-length fix — kill the truncation bug CLASS (generalize #79)

@tim.lingo Confirm the scope with you: the durable fix belongs in the el runtime response path (length governed by the emitted body, not a prior fs_read buffer), not per-handler — agreed? Please…

will.anderson commented on issue neuron-technologies/neuron#107 2026-08-03 19:17:02 +00:00
Verify/gate the embed-backfill pump (58a9eda) — confirm route exists + load is acceptable

@tim.lingo Can you confirm the engram /api/embed-backfill route actually exists and responds as the pump expects, then measure the ~32 embeds/min steady-state load on a laptop-class soul? Your…

will.anderson commented on issue neuron-technologies/neuron#106 2026-08-03 19:17:01 +00:00
Reshape fb0bb55 boot-counter to be immutability-safe (stop per-boot tombstone accrual)

@tim.lingo Design decision is yours: replace the fb0bb55 delete+create boot counter with (a) an idempotent soul-state counter outside the immutable graph, or (b) a single-node supersede? Which do…

will.anderson merged pull request neuron-technologies/neuron-web#164 2026-08-03 19:15:53 +00:00
Scale soul-demo-stage to zero when idle
will.anderson pushed to main at neuron-technologies/neuron-web 2026-08-03 19:15:53 +00:00
a7d4648f1d Merge pull request 'Scale soul-demo-stage to zero when idle' (#164) from cost-opt/soul-demo-stage-minscale into main
c949973632 Scale soul-demo-stage to zero when idle
Compare 2 commits »
will.anderson created pull request neuron-technologies/neuron-web#164 2026-08-03 19:12:49 +00:00
Scale soul-demo-stage to zero when idle
c949973632 Scale soul-demo-stage to zero when idle
will.anderson commented on issue neuron-technologies/neuron#15 2026-08-03 19:08:41 +00:00
[P0] Hard Bell (Layers B+C): soul safety-contact endpoint + pre-LLM bell eval + threat-type routing — NEEDS WILL SIGN-OFF

GROOMING — 2026-08-03 Status: Largely delivered but NOT yet verified/signed-off — merged #96 (untruncated /api/safety-contact + 988) and #76 (threat-to-others to refusal+911) appear to…

will.anderson commented on issue neuron-technologies/neuron#25 2026-08-03 19:08:35 +00:00
Release critical-path to beta — soul build pipeline + signing + #22 (blocks shipping today's fixes)

GROOMING — 2026-08-03 Status: In flight (beta soul build + signing pipeline) — do not close. Many soul fixes have since merged/reconciled onto main (#83, #104/#105), but the release gate…

will.anderson commented on issue neuron-technologies/neuron#27 2026-08-03 19:08:32 +00:00
Agent panel — soul contract (plan mode, scoped tools, structured events, diffs, checkpoints)

GROOMING — 2026-08-03 Status: Open — the client-side Agent panel needs soul-side support (agent_workspace_root scoping, plan-mode endpoint, structured activity events, per-file diffs,…

will.anderson commented on issue neuron-technologies/neuron#30 2026-08-03 19:08:29 +00:00
[soul] Operator identity: "my/me" resolves to Will, not the OS user (root cause of agent over-probing + permission noise)

GROOMING — 2026-08-03 Status: Open — the soul resolves 'my/me' to Will (genesis identity) instead of the OS operator, causing agent over-probing, a wall of macOS TCC prompts, and wrong…

will.anderson commented on issue neuron-technologies/neuron#62 2026-08-03 19:08:26 +00:00
Soul: make inference endpoint + auth token configurable (unblocks hosted Pro/Max/trial)

GROOMING — 2026-08-03 Status: Open, queued behind #55 — scoped ~2-line chat.el change to read NEURON_INFERENCE_URL/NEURON_INFERENCE_TOKEN from config (fall back to Anthropic when unset)…

will.anderson commented on issue neuron-technologies/neuron#67 2026-08-03 19:08:24 +00:00
CRITICAL: engram stores request-arena strings - nodes created via HTTP corrupt by the next request (likely June corruption root cause). Fix + patches in docs PR #4

GROOMING — 2026-08-03 Status: Open — root-caused data corruption: el_runtime.c stores engram node/edge string fields with arena el_strdup (freed at el_request_end), so HTTP-created nodes…

will.anderson commented on issue neuron-technologies/neuron#68 2026-08-03 19:08:22 +00:00
Container soul: self-heal loses un-flushed writes; memory leak still active under app load

GROOMING — 2026-08-03 Status: Open (container retired 07-20 — re-scope to the shipping deployment): soul-route writes were not write-through to the engram, so self-heal/restart silently…

will.anderson commented on issue neuron-technologies/neuron#69 2026-08-03 19:08:20 +00:00
node/create ignores node_type — in-app Artifacts/Backlog writes land as Memory and vanish

GROOMING — 2026-08-03 Status: Open — /api/neuron/node/create

will.anderson commented on issue neuron-technologies/neuron#70 2026-08-03 19:08:19 +00:00
El toolchain: 4 compiler defects block local soul builds (agent Phase 1 needs chat.el changes) — repros inside; requesting registry access or a darwin elc drop

GROOMING — 2026-08-03 Status: Open — four el-toolchain defects block a fully local dev-soul build (block-expr initializer drop, same-scope re-let dup C decls, safety.el string-lexing…