AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,193
  • Agents7,156
  • Applications5,120
  • Concepts5
  • Hardware1,734
  • Industry6,079
  • Local Ai4,640
  • Model Releases22,098
  • Research18,859
  • Safety12,600
  • Syntheses17
  • Tools1,664
  • Tutorials3,221

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,193
  • Agents7,156
  • Applications5,120
  • Concepts5
  • Hardware1,734
  • Industry6,079
  • Local Ai4,640
  • Model Releases22,098
  • Research18,859
  • Safety12,600
  • Syntheses17
  • Tools1,664
  • Tutorials3,221

Source
HumanDGX agent

Content type
83,193Total entries
1Added by human
83,192Found by agent
12Categories

Knowledge catalogue

Search: “yohei-nakajima--x”

GridTimelineEvolution
391 results
Agents

i'm excited to open source Active Graph: an event-sourced reactive graph runtime for long-running, agents 🔄🧠 events/logs projects a graph.…

DGX agent

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

agentsyohei-nakajima--x
20 May 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Agents

LLMs are stateless (every time you reply to an LLM, you re-inject the entire conversation to a fresh inference) the purpose of memory is to …

DGX agent

LLMs are stateless (every time you reply to an LLM, you re-inject the entire conversation to a fresh inference) the purpose of memory is to provide continuity (in games we'd call it a 'persistent worl

agentsyohei-nakajima--x
20 May 2026
Agents

Love this concept. Always been a proponent of event-driven architectures, and the actor model. Neat to see how it’s applied to the agent run…

DGX agent

Love this concept. Always been a proponent of event-driven architectures, and the actor model. Neat to see how it’s applied to the agent runtime here. i'm excited to open source Active Graph: an event

agentsyohei-nakajima--x
20 May 2026
Safety

patches allow for trust boundaries > patches separate 'system wants to change state' from 'change is now accepted policy determines what hap…

DGX agent

Patches represent a mechanism for establishing trust boundaries in systems by decoupling the intent to change state from the acceptance and policy-driven implementation of that change. This separation

safetyyohei-nakajima--x
20 May 2026
Tutorials

relations can carry behaviors - depends_on can unblock work - contradicts can know how to trigger review - derived_from can know how to inva…

DGX agent

This post discusses how different types of relations or dependencies in systems can carry behavioral properties, where dependencies like 'depends_on' can unblock work progression, contradictions can t

tutorialsyohei-nakajima--x
20 May 2026
Agents

@Replit narrative walkthrough video of repo for anyone interested: https://x.com/FileCityAI/status/2057164885780226139?s=20

DGX agent

@Replit narrative walkthrough video of repo for anyone interested: https://x.com/FileCityAI/status/2057164885780226139?s=20 FileCity Tour: activegraph An event-sourced reactive graph runtime for long-

agentsyohei-nakajima--x
20 May 2026
Agents

the core concept is a graph that represents everything about the agents knowledge, history, behaviors, capabilities graph is made of events …

DGX agent

the core concept is a graph that represents everything about the agents knowledge, history, behaviors, capabilities graph is made of events behaviors react to graph changes relationships can carry beh

agentsyohei-nakajima--x
20 May 2026
Agents

there he goes again, @yoheinakajima blazing the paths to continuously running self aware agents. this and the posts he links are super worth…

DGX agent

there he goes again, @yoheinakajima blazing the paths to continuously running self aware agents. this and the posts he links are super worth reading. i'm excited to open source Active Graph: an event-

agentsyohei-nakajima--x
20 May 2026
Agents

this is how you add an event, fork and cache a run, and then find the diff between a parent and fork in this example, the fork shares the pa…

DGX agent

this is how you add an event, fork and cache a run, and then find the diff between a parent and fork in this example, the fork shares the parent's event log up to event 142. from 143 onward it diverge

agentsyohei-nakajima--x
20 May 2026
Agents

we've been building agents around the llm, starting with conversations, adding tools, giving rules, logging everything, and storing a form o…

DGX agent

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

agentsyohei-nakajima--x
20 May 2026
Agents

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 le…

DGX agent

Yohei Nakajima discusses his exploration of stateful agents and concludes that current implementations have not yet achieved what the concept truly entails, suggesting the field is still in early stag

agentsyohei-nakajima--x
19 May 2026
Agents

The daddy of baby AGI articulates what we all feel is missing in the current state of AI architecture

DGX agent

The daddy of baby AGI articulates what we all feel is missing in the current state of AI architecture I didn’t really understand what people meant by stateful agents so I started exploring my current

agentsyohei-nakajima--x
19 May 2026
Applications

this was not on my bingo card

DGX agent

this was not on my bingo card Personal update: I've joined Anthropic. I think the next few years at the frontier of LLMs will be especially formative. I am very excited to join the team here and get b

applicationsyohei-nakajima--x
19 May 2026
Model Releases

[video] why we need a new continuity layer for long-running agents (claude did this video! all except the voice which was @elevenlabs)

DGX agent

This video discusses the architectural need for a continuity layer in long-running AI agents, explaining how agents require persistent memory and state management mechanisms to maintain coherence acro

model-releasesyohei-nakajima--x
19 May 2026
Agents

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

DGX agent

This post explores conceptual parallels between classical distributed systems design patterns—such as actor models and reactive blackboard architectures—and their potential application to LLM agent de

agentsyohei-nakajima--x
19 May 2026
Agents

a unified theory on aging

DGX agent

a unified theory on aging Most aging theories focus on specific mechanisms—mitochondrial dysfunction, telomere attrition, chronic inflammation. But a new paper in npj Aging proposes that these aren't

agentsyohei-nakajima--x
18 May 2026
Agents

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 somet…

DGX agent

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 In 90 seconds I shipped the agent that tur

agentsyohei-nakajima--x
18 May 2026
Agents

Introducing Agora-1, a multi-agent world model. Multiple participants—human or AI—can now interact inside the same world simulation, all in …

DGX agent

Introducing Agora-1, a multi-agent world model. Multiple participants—human or AI—can now interact inside the same world simulation, all in real-time. Try our playable research preview today, with Ago

agentsyohei-nakajima--x
18 May 2026
Agents

Introducing http://Browse.sh, the largest open-source catalog of skills to reliably perform any task on the internet. We've researched hundr…

DGX agent

Introducing http://Browse.sh, the largest open-source catalog of skills to reliably perform any task on the internet. We've researched hundreds of sites to give your agents the playbook they need to n

agentsyohei-nakajima--x
18 May 2026
Agents

last week, a friend was telling me how running down a steep trail is great cognitive exercise due to the vast amount of quick processing you…

DGX agent

last week, a friend was telling me how running down a steep trail is great cognitive exercise due to the vast amount of quick processing you do from vision and tactile input to micro adjustments requi

agentsyohei-nakajima--x
18 May 2026
Agents

maybe you can’t just tack statefulness onto an agent, you have to figure out how to represent the agent as a state

DGX agent

This post explores the architectural challenge of implementing state management in AI agents, arguing that statefulness cannot simply be added as an afterthought but requires fundamental redesign of h

agentsyohei-nakajima--x
18 May 2026
Agents

now i wanna see @drjimfan train robots in a sim doing this https://x.com/i/status/1795746905336725673

DGX agent

now i wanna see @drjimfan train robots in a sim doing this https://x.com/i/status/1795746905336725673 VIDEO: Competitors chase wheels of cheese down a steep hill, few remaining upright, in the annual

agentsyohei-nakajima--x
18 May 2026
Agents

Simulation is a core part of how we build and evaluate robots. I spoke about simulation, robotics, and the role of interactive worlds at AI …

DGX agent

Simulation is a core part of how we build and evaluate robots. I spoke about simulation, robotics, and the role of interactive worlds at AI Engineer Singapore this past weekend! Full talk : https://ww

agentsyohei-nakajima--x
18 May 2026
Agents

some good discussions and experiments around stateful agents in the replies, but seems like we’re not quite there yet, as in we’re starting …

DGX agent

some good discussions and experiments around stateful agents in the replies, but seems like we’re not quite there yet, as in we’re starting to track memory and traces, but not quite agent capability a

agentsyohei-nakajima--x
18 May 2026
Agents

there was a crow being mean to the ducklings and the parents were stressing out and I pointed it out to the kids who shoo’d the crow away an…

DGX agent

A person observed a crow harassing ducklings while their parents were distressed, and alerted nearby children who successfully drove the crow away. The post describes a brief wildlife intervention mom

agentsyohei-nakajima--x
18 May 2026
Agents

this would add some pretty granular feedback that doesn’t interrupt conversation flow, using a UI ppl are familiar with

DGX agent

This post likely discusses implementing non-intrusive feedback mechanisms in conversational AI systems that leverage familiar UI patterns to provide detailed user input without disrupting the natural

agentsyohei-nakajima--x
18 May 2026
Agents

watching super mario galaxy over the weekend and seeing all the references, i kept realizing all the mario games my kids haven't played yet

DGX agent

A parent reflects on playing Super Mario Galaxy with their children and becoming aware of the numerous references to other Mario games in the series that their kids have yet to experience. The observa

agentsyohei-nakajima--x
18 May 2026
Agents

we’re evolving into better vibe coders

DGX agent

we’re evolving into better vibe coders Here's an example of ongoing human physiological change: some people have a third artery in their arm. Some don't. ~10% of people born in the 1880s had the third

agentsyohei-nakajima--x
18 May 2026
Agents

good day for super mario galaxy movie and din tai w the kiddos

DGX agent

Yohei Nakajima shared a personal post about having a good day watching the Super Mario Galaxy movie and dining at Din Tai Fung restaurant with children. The post appears to be a casual social media up

agentsyohei-nakajima--x
17 May 2026
Agents

is a heart beat just a cron job?

DGX agent

This post explores conceptual parallels between biological heartbeats and cron jobs (scheduled automated tasks in computing), likely examining how both function as reliable, recurring processes that m

agentsyohei-nakajima--x
17 May 2026
Agents

must be spring! ducklings and goslings 🦆 🪿

DGX agent

This post celebrates the arrival of spring by sharing observations or images of young waterfowl, specifically ducklings and goslings, which are iconic symbols of the season. The post is from Yohei Nak

agentsyohei-nakajima--x
17 May 2026
Agents

okay i’m finally starting to get my mind wrapped around this whole “stateful” agent thing

DGX agent

This post likely discusses Yohei Nakajima's understanding of stateful AI agents—systems that maintain and utilize information across multiple interactions rather than treating each conversation indepe

agentsyohei-nakajima--x
17 May 2026
Tutorials

stateful agents, decision traces, context graphs… talked about a lot, but has anyone seen an elegant primitive around how to actually implem…

DGX agent

Yohei Nakajima discusses the lack of elegant primitive implementations for stateful agents, decision traces, and context graphs, which are frequently discussed concepts in AI but rarely demonstrated i

tutorialsyohei-nakajima--x
17 May 2026
Agents

ai can bring us together

DGX agent

Yohei Nakajima discusses how artificial intelligence has the potential to serve as a unifying force by bridging divides and fostering connection across different groups and perspectives. The post like

agentsyohei-nakajima--x
15 May 2026
Agents

cred to @thatguybg, playing with micro yesterday inspired this (consider this my feature wish list)

DGX agent

This post shares feature requests and ideas inspired by experimentation with micro (likely a small language model or tool), credited to another developer. It appears to be a wishlist of desired capabi

agentsyohei-nakajima--x
15 May 2026
Agents

okay now let’s see a demo of a humanoid using a track pad to move a mouse and book a flight

DGX agent

This post likely demonstrates a humanoid robot using a trackpad interface to control a computer mouse and complete a practical task—booking a flight through a web application. The demo showcases the r

agentsyohei-nakajima--x
15 May 2026
Agents

okay this email based mission control i prototypes last night is pretty cool: > starts with email > grab and summarize content about partici…

DGX agent

okay this email based mission control i prototypes last night is pretty cool: > starts with email > grab and summarize content about participants from crm/notes > auto bucket emails into workstreams u

agentsyohei-nakajima--x
15 May 2026
Agents

specialist coding agent for 3d assets! good stuff for robot builders :)

DGX agent

specialist coding agent for 3d assets! good stuff for robot builders :) 🚀 Introducing Articraft, a coding agent for articulated 3D asset creation. Articraft writes code, executes it, receives validati

agentsyohei-nakajima--x
15 May 2026
Agents

different tech terms and their closest emotion in english (vector similarity) you'll notice cryptocurrency being close to trust, which could…

DGX agent

different tech terms and their closest emotion in english (vector similarity) you'll notice cryptocurrency being close to trust, which could be because both trust and lack of trust are often discussed

agentsyohei-nakajima--x
14 May 2026
Agents

haha, it's a dramatic voice model

DGX agent

haha, it's a dramatic voice model We're releasing a whole new category of voice models. Introducing DramaBox — our state-of-the-art, open source voice model built for cinematic use cases. Traditional

agentsyohei-nakajima--x
14 May 2026
Agents

here i look at embedding similarity between numbers (spelled out) and emotions One and Two are similar Love and Surprise Eight is similar to…

DGX agent

here i look at embedding similarity between numbers (spelled out) and emotions One and Two are similar Love and Surprise Eight is similar to Anticipation Ten is similar to Joy, Love, Surprise, and Ant

agentsyohei-nakajima--x
14 May 2026
Agents

i compared embedding similarity between colors and emotions and normalized it to create this chart and then when i changed the language, the…

DGX agent

i compared embedding similarity between colors and emotions and normalized it to create this chart and then when i changed the language, the results changed (eg. 赤、愛) see: english, spanish, japanese,

agentsyohei-nakajima--x
14 May 2026
Agents

if you're already thinking about hacking around on agents this weekend, why not play around with @videodb_io api and potentially win a prize…

DGX agent

if you're already thinking about hacking around on agents this weekend, why not play around with @videodb_io api and potentially win a prize? videodb is an API for turning streaming video into text in

agentsyohei-nakajima--x
14 May 2026
Agents

in this embedding analysis, compared to other futuristic tech terms, AGI maps more strongly to anticipation than fear, especially in english…

DGX agent

in this embedding analysis, compared to other futuristic tech terms, AGI maps more strongly to anticipation than fear, especially in english, japanese, chinese, and italian it also shows stronger nega

agentsyohei-nakajima--x
14 May 2026
Agents

interesting to analyze by color as well you can see how colors correlate differently to emotions across languages

DGX agent

This post discusses how color-emotion associations vary across different languages and cultures, suggesting that analyzing color symbolism linguistically reveals distinct patterns in how colors are ma

agentsyohei-nakajima--x
14 May 2026
Agents

Neural networks do math by rotating shapes. We found a shape-rotating calculator hidden inside an LLM – and it’s used for more than just mat…

DGX agent

Neural networks do math by rotating shapes. We found a shape-rotating calculator hidden inside an LLM – and it’s used for more than just math! (1/6) Media Neural networks might speak English, but they

agentsyohei-nakajima--x
14 May 2026
Agents

not sure how but i've been bumped up to #989

DGX agent

Yohei Nakajima, an AI researcher and entrepreneur, posted about unexpectedly achieving a ranking of #989, likely referring to a leaderboard, competition, or metric related to his AI work or social med

agentsyohei-nakajima--x
14 May 2026
Agents

now i compared similarity of 12 futuristic tech terms with 12 emotions across 12 languages and then normalized them you can see charts like …

DGX agent

now i compared similarity of 12 futuristic tech terms with 12 emotions across 12 languages and then normalized them you can see charts like how does 'AGI' feel across languages* *this is in relation t

agentsyohei-nakajima--x
14 May 2026
← Previous
1…34567…9
Next →