Back to people
@yoheinakajima
Y
@yoheinakajima

VC by day @untappedvc, builder by night: @babyagi_, @pippinlovesyou @pixelbeastsnft. Build-in-public log: https://t.co/UdHHGbZba5

125KFollowers12KFollowing27KPostsView on X

Recent posts

ActiveGraph では @intelligenceco の Cofounder を自分の...cofounder として使用してます リポジトリに取り組んだり、研究したりしてます。Cofounder がウェブサイトを構築し、ニュースレター/ブログを管理してくれて、新しいブログを出したりシェアしたい内容があると、「ここにリンク/コンテンツがあるんだけど、メール案とメーリングリストでシェアしてくれない?」って ping するだけです

原文を表示 (en)

for ActiveGraph, i'm using Cofounder by @intelligenceco as my... cofounder I'm working on the repo, doing research. Cofounder built the website, manages newsletter/blog, and when I do a new blog or have something new to share, I just ping it saying "here's a link/content, can you draft an email and share it with our mailing list?"

週末に初めてベンチマークを実行しました(longmemeval)主にactivegraphをテストするためで、たくさん学びました! - イベントベースエージェントシステムが機能することを示すための踏み台 - AIが事実/エンティティのグラフ抽出から始めないよう説得してくれた - ベンチマークの実行には時間がかかることを学びました - 良いベンチマークと悪いベンチマークが何かをより深く理解しました(これはかなり徹底的だと思います) - 完全に再現可能なオープンソースリポジトリとテスト - ActiveGraphがこれに適していて、しっかりとした性能を発揮しているようで、良いスタートです

原文を表示 (en)

ran my first benchmark this weekend (longmemeval) mostly to test activegraph, learned a lot! - this is a stepping stone to show the event based agent system works. the AI convinced me not to start with graph extraction of facts/entities - learned running benchmarks takes a long time - understand more what a good benchmark vs bad benchmark is (I think this is pretty thorough) - fully reproducible open source repo and tests - seems like ActiveGraph is well suited for this, performed solid, which is a good start

@ActiveGraphAI
A
ActiveGraph@ActiveGraphAI

[technical blog post] “Evidence Compilation Before Semantic Memory: ActiveGraph on LongMemEval-S” —— 🔍85.6% QA accuracy and 86.2% turn answer-in-context at 2,462 mean context tokens, with deterministic non-generative ingestion https://activegraph.ai/blog/evidence-compilation-before-semantic-memory-longmemeval

Photo 1

やりたい実験がいっぱい… 😵‍💫

原文を表示 (en)

so many experiments I want to run… 😵‍💫

agents が仕事してる間に何かやっとこ

原文を表示 (en)

had to do something while my agents were keeping busy

Photo 1Photo 2Photo 3Photo 4

昨晩、エージェントに自分自身をフォークさせて、フォークの上で自分の修正案を提案させて、テスト(サンドボックスとか)を走らせて、テストに合格した後だけその変更を自分自身に受け入れさせた

原文を表示 (en)

last night i got an agent to fork itself, propose a modification to itself on the fork, run through tests (sandbox, etc), and only accept the change into itself after the tests passed

もっといいことに、LLM なしでランタイムをテストできるので、これを Claude に貼り付けることができます: "http://activegraph.ai を見て、インストールして、これを活用した小さな実験を実行してほしい、そして何が起きたのか視覚的なサイトで説明してくれ"

原文を表示 (en)

oh even better, since you can test the runtime without an LLM, you can post this into Claude: “look up http://activegraph.ai, install and run a small experiment I would like leveraging this, and explain what happened to me with a visual site”

@yoheinakajima
Y
Yohei@yoheinakajima

it’s the weekend! if you want to try playing w ActiveGraph, just point your AI to http://docs.activegraph.ai and ask it build something :)

週末です! ActiveGraph で遊んでみたかったら、AI に http://docs.activegraph.ai を指して何か構築するよう頼むだけでいいです :)

原文を表示 (en)

it’s the weekend! if you want to try playing w ActiveGraph, just point your AI to http://docs.activegraph.ai and ask it build something :)

このチームが activegraph を使って (@monid_ai のツールを使用) リサーチエージェントを構築したところ、すべてのクレームがソースまで遡行できた。これはプロンプトされているのではなく、アプローチに本来的に組み込まれている。 (彼らは ~30分でこれを動かせたって教えてくれた、やったー)

原文を表示 (en)

these guys built a research agent with activegraph (using their @monid_ai tool) and found that every claim was traced to a source - which is not prompted, but natively baked in to the approach (they also told me they got this working in ~30 min, yay)

Photo 1
@FeiyouGuo
F
Feiyou Guo@FeiyouGuo

Agents are too good at sounding right. And terrible at proving what actually happened, especially on complex, long-running tasks. So I built a fully traceable and forkable research agent with @yoheinakajima Active Graph and @monid_ai . It handles deep research without becoming a black box. It can’t just yap. Every claim needs receipts. Demo:

babyagi は約 200 件の引用があるが、0 論文... 俺の最初の arXiv 論文を公開したばかりだ 😆 「The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems」 https://t.co/c7mbRggdCh 永続的に再生可能な状態を通じて連携する Agent のケース——会話ループなし、ワークフローなし、A2A なし——監査可能性、フォーキング、因果関係の系統が組み込まれている。 チェックして、どう思ったか教えてくれ!

原文を表示 (en)

babyagi has ~200 citations, but 0 papers... i just published my first paper on arXiv 😆 "The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems" https://t.co/c7mbRggdCh the case for agents that coordinate through persistent replayable state — no conversation loops, no workflows, no A2A — with auditability, forking, and causal lineage built in. check it out and let me know what you think!

Photo 1
@yoheinakajima
Y
Yohei@yoheinakajima

i'm excited to open source Active Graph: an event-sourced reactive graph runtime for long-running, agents 🔄🧠 events/logs projects a graph. reactive behaviors react and affect the graph. fork-and-diff agent runs. no A2A, no workflows, no DAG site: https://t.co/Bbknu3ieUi docs: https://t.co/HAnKYjrZxZ github: https://t.co/jXQpMcyP1n quick start: pip install activegraph this is an early experiment in a new paradigm for agent architecture 🧪

念のため言っておくと、私も最初は混乱してたけど、買収は成立していて、それを打ち消す命令が出されたんだ。 manus は資金調達して買い戻すか、さもなければ分割売却プロセスに入る可能性が高い。 つまり manus にいたベンチャー企業は買収で得た資本を返さなくてもいいってわけ。 (間違ってたら指摘してください)

原文を表示 (en)

in case anyone is confused like i was, the acquisition did go through, and the order was made to wind that back manus needs to raise and buy back, or it will likely go into some divesture process which means the VCs who were in manus do not have to return the capital they got from the acquisition (plz correct if i’m wrong here)

@MTSlive
M
MTS@MTSlive

SITUATION BREWING: Manus founders are exploring raising $1B to buy the company back from Meta after China’s top state planner ordered the $2B acquisition unwound, per Bloomberg.

serif italic text call out is the new purple gradient

Healthspanが生物学的年齢スコアBioAge+をローンチ。どのシステムがそれを駆動してるのか、そしてなぜかを詳細に分解する まるであなたの健康のためのコンテキストグラフみたい

原文を表示 (en)

Healthspan just launched BioAge+, a biological age score that breaks down which systems are driving it and why kind of like a context graph for your health

@healthspanmed
H
Healthspan@healthspanmed

Introducing BioAge+. The first biological age score built on metabolic signals. BioAge+ analyzes 25+ biomarkers to tell you how fast you're actually aging. It knows the difference between "in range" for the general population and optimized for longevity. And it catches metabolic decline up to 10 years before symptoms appear. Your blood work already knows your number. Now you can too. Reveal your BioAge: https://t.co/9ADRVEmZvv

Photo 1

これまでLLMを中心にエージェントを構築してきた。会話から始まって、ツールを追加して、ルールを与えて、すべてをログに記録して、検索可能な状態として保存する。 Active Graphsはこれを反転させる。ログをエージェント本体として扱ったらどうだろう?そこには提供されたルール(そして変更されたルール)、付与・使用されたツール、会話が含まれる。振る舞い(LLMの呼び出しを含む)はこの上に乗っかって、変化に反応し、状態に変化を生み出す。 これは私たちの働き方に近い。ワークフローなんてない。ただルールベースの振る舞いが山ほどあって、時々つながるだけ。また、私たちは推論能力では定義されなくて、その推論を形作った信念や経験によって定義される。

原文を表示 (en)

we've been building agents around the llm, starting with conversations, adding tools, giving rules, logging everything, and storing a form of it as retrievable state Active Graphs flips this. what if we treated the logs as the agent, which include rules provided (and changed), tools given/used, and conversations. behaviors (including llm calls) sit on top of this, react to changes, and then create changes back into the state. this is more like how we work. we don't have workflows, just a whole bunch of rule based behaviors that sometimes chain. we are also not defined by our reasoning capability, but by our beliefs and experiences that shaped them.

@yoheinakajima
Y
Yohei@yoheinakajima

i'm excited to open source Active Graph: an event-sourced reactive graph runtime for long-running, agents 🔄🧠 events/logs projects a graph. reactive behaviors react and affect the graph. fork-and-diff agent runs. no A2A, no workflows, no DAG site: https://t.co/Bbknu3ieUi docs: https://t.co/HAnKYjrZxZ github: https://t.co/jXQpMcyP1n quick start: pip install activegraph this is an early experiment in a new paradigm for agent architecture 🧪

これが機能すれば、エージェント実行をフォーク・比較できる機能のおかげで、自己改善型エージェントに最適になるだろう

原文を表示 (en)

if this works, will be great for self-improving agents because of the ability to fork and diff agent runs

@yoheinakajima
Y
Yohei@yoheinakajima

http://x.com/i/article/2056734659736985600

古い分散システムパターン(アクターモデルやリアクティブ、ステート駆動のブラックボードみたいな)をLLMエージェントにマップしたらどうなる?

原文を表示 (en)

what if we mapped older distributed systems patterns (like actor models or reactive, state-driven blackboards) to LLM agents?

stateful agentsが何を言ってるのか本当に分からなかったから、探り始めた 今の考えは、まだそこまで来てないってこと。それで面白い実験に至った...

原文を表示 (en)

I didn’t really understand what people meant by stateful agents so I started exploring my current take is that we’re not there yet, which led to an interesting experiment…

@yoheinakajima
Y
Yohei@yoheinakajima

http://x.com/i/article/2056590933874147328

flymyai は、1つのAPIキー の下にたくさんのAPI/モデルが組み込まれたシンプルなクラウドエージェント それが機能したら、lovable のようなものにそれをドロップできる

原文を表示 (en)

flymyai is a simple cloud agent with tons of APIs/models baked in under one api key once you have that working, you can drop that into something like lovable

@cop_on_fire
D
Denis Timonin@cop_on_fire

In 90 seconds I shipped the agent that turns a product photo into production video ad on @FlyMy_AI . then i pasted the python SDK into a @Lovable landing page total: agent + working product in 2 minutes. one prompt for backend, one prompt for frontend 8 AI tools stitched automatically. no glue code anywhere watch tennis racket → 15-sec ad → live product in min: #buildin90