shoutouts:
• why multi-agent LLM systems fail? (arXiv:2503.13657) — @mertcemri @melissapan + @istoica05 @matei_zaharia @profjoeyg @adityagp & team • DSPy (arXiv:2310.03714) — @lateinteraction + @hazyresearch lab & co-authors
• GRASP (arXiv:2605.29668) — Jonas Moll,
@yoheinakajima
-
Shoutouts to multi-agent LLM systems, DSPy, and GRASP papers
By
–
-
Two fun surprises from Activegraph: agent uses trace DB, evals resume
By
–
two fun surprises from using activegraph:
– the coding agent i was using would query the trace db to debug instead of looking at the logs like they normally would (i didn't ask it to)
– when long eval runs broke (laptop, api, etc.), it was always able to pick up from right before -

Showcasing controlled self improvement with regime-to-seam approach
By
–
i showcase "controlled" self improvement with a novel regime-to-seam approach where failures are categorized and allowed to fix targeted areas of the agent while interesting, it's more to showcase the type of self-modification that's easy to set up with activegraph
-

Gated approach to agent self-modification via forking and testing
By
–
less novel, but still very interesting impo is the gated approach to self-modification the agent basically forks itself, propose a patch, run through multiple tests (static/sandbox/diff), and something called a binding held out gate before modificaiton lands
-

ActiveGraph: Auditable Gated Improvement Loop Demonstrated on LongMemEval
By
–
in arxiv paper #2, i tackle the last topic from paper #1: @activegraphai as an architectural affordance for self-improving agents "Regimes: An Auditable, Held-Out Gated Improvement Loop Demonstrated on LongMemEval with ActiveGraph" i demonstrate this with a reproducible gated
-
Two new resources: interactive ActiveGraph site and AG Coder
By
–
two things ready to share from this weekend:
— Yohei (@yoheinakajima) 8 juin 2026
📖 https://t.co/tter8exKds
interactive site teaching activegraph concepts
blog: https://t.co/1V383NkkWb
💻 AG coder (open source)
reference coding agent on activegraph
GH: https://t.co/9ND9dMb0jl
blog: https://t.co/lPgi3w5F7X
still… pic.twitter.com/d1Pxzljm2ytwo things ready to share from this weekend: http://
learn.activegraph.ai
interactive site teaching activegraph concepts
blog: https://
activegraph.ai/blog/introduci
ng-learn
… AG coder (open source)
reference coding agent on activegraph
GH: https://
github.com/yoheinakajima/
ag-coder
…
blog: https://
activegraph.ai/blog/ag-coder still -

ActiveGraph coding agent always provides trace and graph
By
–
and here's what a coding agent on activegraph looks like basically you always get a trace and a graph automatically
-

ActiveGraph deep research agent gives full trace of claims and sources
By
–


here's an activegraph based deep research agent that gives you full graph/trace of claims, sources, agent activity…
-

ActiveGraph AI runtime built around memory performs well on privacy benchmarks
By
–
even though @activegraphai is not a memory tool, it's a runtime built around memory so it can do well there cool to see a third party verify this and see that activegraph does well on privacy programs (from @harvey
's legal agent benchmark), which heavily relies on compliance -
BabyAGI diagram praised, meta path leads to ActiveGraph
By
–
yeah this 2023 babyagi diagram was on point 🙂 thx! seems like if you keep going meta, you'll end up with something like activegraph, lots of ppl seem to have been circling similar ideas