AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “yohei-nakajima--x”

GridTimelineEvolution
391 results
Tutorials

recent survey of Ai engineers

DGX agent

recent survey of Ai engineers 1/ Last week at @aiDotEngineer, I presented the 2026 AI Engineering Survey: 1,000+ AI engineers on model selection, build vs. buy, who’s shipping with AI, and (of course)

tutorialsyohei-nakajima--x
8 Jul 2026
Model Releases

in game mechanics, these are called a variable rewards (also, yay)

AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
DGX agent

Variable rewards are game mechanics that provide unpredictable or randomized incentives to players, designed to encourage repeated engagement through the uncertainty of outcomes. This concept is commo

model-releasesyohei-nakajima--x
7 Jul 2026
Agents

the “harness” will never go away, and it’s just as important as the model

DGX agent

the “harness” will never go away, and it’s just as important as the model new post on harness engineering for AI self-improvement: https://lilianweng.github.io/posts/2026-07-04-harness/ It is hard to

agentsyohei-nakajima--x
7 Jul 2026
Model Releases

this is a great approach, seeing this more @flymy_ai also does this when you build an agent via their api, they'll build a deterministic reu…

DGX agent

this is a great approach, seeing this more @flymy_ai also does this when you build an agent via their api, they'll build a deterministic reusable workflow, except for where you need models we built th

model-releasesyohei-nakajima--x
7 Jul 2026
Agents

work hard, live harder

DGX agent

This post likely explores the philosophy or practical approach of balancing intense work ethic with equally committed leisure and personal life, suggesting that professional ambition should be matched

agentsyohei-nakajima--x
7 Jul 2026
Applications

would be cool if models were built like movies with a production studio that assembles teams specific to the model, helping with distributio…

DGX agent

Yohei Nakajima proposes an alternative model development structure where AI models are created through specialized production teams assembled like film studios, with each team tailored to the specific

applicationsyohei-nakajima--x
7 Jul 2026
Agents

yessssss

DGX agent

yessssss Excited to announce our partnership with @tryramp to offer day-one incorporation for startups directly in Cofounder. You can now apply for incorporation, an EIN, and bank account without leav

agentsyohei-nakajima--x
7 Jul 2026
Model Releases

By watching the J-space, we can see Claude silently perform reasoning steps in its head—noticing bugs in code, identifying images, and more.

DGX agent

This post discusses how observing Claude's internal activation patterns (J-space) reveals the model's hidden reasoning processes, such as detecting code bugs and analyzing images, even when these step

model-releasesyohei-nakajima--x
6 Jul 2026
Agents

some ppl on hackernews are mad that I’m acting like I discovered event sourcing and CQRS

DGX agent

Yohei Nakajima humorously addresses criticism from Hacker News users who perceived him as claiming to have discovered event sourcing and CQRS (Command Query Responsibility Segregation), established ar

agentsyohei-nakajima--x
6 Jul 2026
Agents

Active Graphの「The Log Is the Agent」で何が変わる? AIエージェントを“会話”ではなく“ログ”で動かす発想です。 監査・差し戻し・再実行が重いチームほど、この設計が効きます。

DGX agent

Active Graph proposes a paradigm shift in AI agent architecture by using logs as the primary mechanism for agent operations rather than conversation-based interactions. This design approach is particu

agentsyohei-nakajima--x
5 Jul 2026
Agents

ActiveGraph makes the agent trace the runtime: Yohei Nakajima's open-source Python runtime treats an append-only event log as the source of …

DGX agent

ActiveGraph makes the agent trace the runtime: Yohei Nakajima's open-source Python runtime treats an append-only event log as the source of truth, enabling replay, forking, and lineage for long-runnin

agentsyohei-nakajima--x
5 Jul 2026
Agents

joined my in-laws for an annual gathering where they had a flag ceremony, reading of the constitution, and we sang while marching… I met a t…

DGX agent

joined my in-laws for an annual gathering where they had a flag ceremony, reading of the constitution, and we sang while marching… I met a third cousins once removed. definitely the most beautiful 4th

agentsyohei-nakajima--x
5 Jul 2026
Model Releases

my contribution to this weekend’s family gathering was using claude to build a family tree that connects everybody the only way to do this w…

DGX agent

Yohei Nakajima used Claude AI to construct a comprehensive family tree that connected all family members for a weekend gathering. The post highlights a practical application of AI in organizing and vi

model-releasesyohei-nakajima--x
5 Jul 2026
Agents

The Log is the Agent 它的核心观点是:不要把日志当成 agent 的副产品,而要把 append-only event log 当成 agent 本身。 在 ActiveGraph 里,目标、规则、工具调用、LLM 响应、产物和关系都写入同一条事件日志;当前状…

DGX agent

The Log is the Agent 它的核心观点是:不要把日志当成 agent 的副产品,而要把 append-only event log 当成 agent 本身。 在 ActiveGraph 里,目标、规则、工具调用、LLM 响应、产物和关系都写入同一条事件日志;当前状态只是日志 replay 后投影出来的一张图。 这样带来三个关键能力: 可确定性重放 可在任意事件处分叉实验 从最终输出

agentsyohei-nakajima--x
5 Jul 2026
Agents

.@activegraphai v1.2.0 is live 👇 🧩 graph projection is now pluggable 🕸️ falkordb = native edges + cypher pushdown ⚡ 2-hop query: ~8.9s → …

DGX agent

.@activegraphai v1.2.0 is live 👇 🧩 graph projection is now pluggable 🕸️ falkordb = native edges + cypher pushdown ⚡ 2-hop query: ~8.9s → ~300ms 🧪 conformance suite + full ci gate 🤝 community-built cor

agentsyohei-nakajima--x
4 Jul 2026
Agents

happy 4th everybody!

DGX agent

A casual social media post from Yohei Nakajima wishing followers a happy Fourth of July. The post likely includes holiday greetings or brief commentary related to Independence Day celebrations.

agentsyohei-nakajima--x
4 Jul 2026
Agents

okay i'm candidly still a little confused about benefits of mit vs apache 2.0 license...

DGX agent

MIT and Apache 2.0 are both permissive open-source licenses, but Apache 2.0 provides more explicit legal protections including patent grants and indemnification clauses, while MIT is simpler and short

agentsyohei-nakajima--x
4 Jul 2026
Model Releases

spending the last week at @aidotengineer was awesome. too many great convos to cover them all, but jotted down some things that stood out: -…

DGX agent

spending the last week at @aidotengineer was awesome. too many great convos to cover them all, but jotted down some things that stood out: - Lots of discussion around open source models. I spoke with

model-releasesyohei-nakajima--x
4 Jul 2026
Agents

hosted three side events, a lunch, and did a talk this week. pretty tired, but worth it!

DGX agent

hosted three side events, a lunch, and did a talk this week. pretty tired, but worth it! Heaps of fun watching last night’s USA v BIH World Cup match at @yoheinakajima’s watch party after @aiDotEngine

agentsyohei-nakajima--x
3 Jul 2026
Local Ai

In 12 hours we've had 323 people sign our petition to protect local AI. Open Source must win, not because anyone else must lose. But so that…

DGX agent

In 12 hours we've had 323 people sign our petition to protect local AI. Open Source must win, not because anyone else must lose. But so that we can all win. Please help me get 10,000 signatures so tha

local-aiyohei-nakajima--x
3 Jul 2026
Model Releases

Something about this year’s @aiDotEngineer World’s Fair just hit different. Last year was the year of “let the agents rip.” This year was th…

DGX agent

Something about this year’s @aiDotEngineer World’s Fair just hit different. Last year was the year of “let the agents rip.” This year was the year of realizing that autonomy without structure creates

model-releasesyohei-nakajima--x
3 Jul 2026
Agents

did my talk! met some great people after :)

DGX agent

Yohei Nakajima shared a brief update on X about completing a talk and meeting interesting people afterward. The post reflects a positive experience at what was likely a speaking engagement or event. W

agentsyohei-nakajima--x
2 Jul 2026
Agents

http://ora.ai is super useful. analyzes the 'agent readiness' of your site, and then gives you a prompt for your coding agents to fix (i'm u…

DGX agent

ORA.ai is a tool that evaluates website 'agent readiness' by analyzing how well-suited a site is for autonomous agent interaction, then generates prompts that coding agents can use to implement necess

agentsyohei-nakajima--x
2 Jul 2026
Agents

if you joined us on Wednesday, you can find more pics here: https://lightroom.adobe.com/shares/136e7f64192a4c55968d1f8a3d5d5dc8

DGX agent

if you joined us on Wednesday, you can find more pics here: https://lightroom.adobe.com/shares/136e7f64192a4c55968d1f8a3d5d5dc8 Last night we hosted the BabyAGI x Physical AI Happy Hour in SF with @yo

agentsyohei-nakajima--x
2 Jul 2026
Agents

I’ll be in room 2005 (graph track) at 11:10am to talk about ActiveGraph: event-sourced graph runtime for building auditable agents! Been hav…

DGX agent

Yohei Nakajima will present ActiveGraph, an event-sourced graph runtime designed for building auditable agents, at 11:10am in room 2005 of a conference's graph track. The presentation focuses on lever

agentsyohei-nakajima--x
2 Jul 2026
Agents

Last night we hosted the BabyAGI x Physical AI Happy Hour in SF with @yoheinakajima

DGX agent

Yohei Nakajima hosted a networking event in San Francisco bringing together the BabyAGI and Physical AI communities for casual conversation and relationship-building. The event likely focused on discu

agentsyohei-nakajima--x
2 Jul 2026
Agents

we just crossed 70k agent transactions this feels insane

DGX agent

Yohei Nakajima announced a milestone of 70,000 agent transactions, expressing surprise at the rapid growth. This likely refers to autonomous AI agent activity or transactions within a system or platfo

agentsyohei-nakajima--x
2 Jul 2026
Model Releases

guess who’s back, back again

DGX agent

guess who’s back, back again We’ve received notice that the Department of Commerce has lifted export controls on Claude Fable 5 and Mythos 5. We'll begin restoring access tomorrow, and will share an u

model-releasesyohei-nakajima--x
1 Jul 2026
Agents

the log is the agent!

DGX agent

This post explores the concept that an agent's log or execution history serves as the primary mechanism for decision-making and learning, suggesting that the sequential record of actions and outcomes

agentsyohei-nakajima--x
1 Jul 2026
Agents

thx @firecrawl for the fast wifi, just across the street

DGX agent

Yohei Nakajima posted a brief thank you message to Firecrawl for providing fast WiFi service, mentioning the location was conveniently located just across the street. The post appears to be a casual s

agentsyohei-nakajima--x
30 Jun 2026
Agents

wearing my new babyagi/activegraph tee

DGX agent

Yohei Nakajima shared a post about wearing a new t-shirt related to BabyAGI and ActiveGraph, likely promoting or celebrating these AI projects. BabyAGI is a simplified autonomous AI agent framework, w

agentsyohei-nakajima--x
30 Jun 2026
Agents

Beyond In-Memory Graphs: Query, Share, and Scale Your Agent Graph Projection with FalkorDB and ActiveGraph https://www.falkordb.com/blog/bey…

DGX agent

FalkorDB and ActiveGraph enable querying, sharing, and scaling of agent graph projections beyond in-memory limitations, allowing developers to persist and manage complex agent architectures in a graph

agentsyohei-nakajima--x
29 Jun 2026
Agents

i see you, @aidotengineer

DGX agent

This post by Yohei Nakajima acknowledges or addresses someone with the handle @aidotengineer on social media, likely engaging in a conversation or commentary about AI engineering or development. The s

agentsyohei-nakajima--x
29 Jun 2026
Agents

We’re sharing the next major milestone in our non-invasive brain-to-text decoder research: Brain2Qwerty v2. Building on v1, which was publis…

DGX agent

We’re sharing the next major milestone in our non-invasive brain-to-text decoder research: Brain2Qwerty v2. Building on v1, which was published today in @Nature, Brain2Qwerty v2 is the highest-perform

agentsyohei-nakajima--x
29 Jun 2026
Agents

and here’s a filterable visualization of the side events:

DGX agent

and here’s a filterable visualization of the side events: wanted a quick way to visualize side events for @aidotengineer world fair next week https://yoheinakajima.github.io/aie-side-events/ filter by

agentsyohei-nakajima--x
28 Jun 2026
Agents

embedded the AI Engineer World Fair talks to be able to “find similar talks”, but then added a map & ability to bookmark a list and export i…

DGX agent

Yohei Nakajima developed a feature for the AI Engineer World Fair that enables users to discover similar talks through an embedded search functionality, while also adding a map interface and bookmark/

agentsyohei-nakajima--x
28 Jun 2026
Agents

updated with new events + a link to the event page

DGX agent

updated with new events + a link to the event page wanted a quick way to visualize side events for @aidotengineer world fair next week https://yoheinakajima.github.io/aie-side-events/ filter by date/t

agentsyohei-nakajima--x
27 Jun 2026
Agents

excited to come down to SF for @aidotengineer next week! let’s hang :)

DGX agent

excited to come down to SF for @aidotengineer next week! let’s hang :) We're hosting a BabyAGI x Physical AI Happy Hour with @yoheinakajima on June 30th, 6PM in SF! If you're building across AI agents

agentsyohei-nakajima--x
26 Jun 2026
Agents

wanted a quick way to visualize side events for @aidotengineer world fair next week https://yoheinakajima.github.io/aie-side-events/ filter …

DGX agent

Yohei Nakajima created an interactive visualization tool for side events at the AI Dojo Engineer World Fair, accessible via a GitHub Pages site. The tool appears to include filtering capabilities to h

agentsyohei-nakajima--x
26 Jun 2026
Agents

focusing on a single user story in your marketing can be challenging because you feel like that one story might not resonate with all of you…

DGX agent

focusing on a single user story in your marketing can be challenging because you feel like that one story might not resonate with all of your target customers but when done well (like this), it’s emot

agentsyohei-nakajima--x
25 Jun 2026
Agents

has anybody benchmarked these solution that claim to help you save tokens? hearing from friends that some of them are increasing their token…

DGX agent

Yohei Nakajima questions the legitimacy of token-saving solutions in the AI space, noting anecdotal reports from peers that some of these tools may actually increase token consumption rather than redu

agentsyohei-nakajima--x
25 Jun 2026
Agents

probably wasn't the most efficient way to get here, but i'm learning a lot (this is my first real kaggle competition)

DGX agent

A Kaggle competitor reflects on their first real competition experience, noting that while their approach may not have been the most efficient, they are gaining valuable learning from the process. The

agentsyohei-nakajima--x
25 Jun 2026
Agents

speaking of being n-of-1... i think i'm the #1 VC on the official pokemon AI trading card kaggle tournament

DGX agent

Yohei Nakajima claims to be the top-ranked venture capitalist participant in an official Pokémon AI trading card Kaggle tournament. The post appears to reference his competitive standing in this AI-dr

agentsyohei-nakajima--x
25 Jun 2026
Agents

We raised $8m to build self-healing software. In 2026, software moves fast. But monitoring and observability are still manual and slow. @saz…

DGX agent

We raised $8m to build self-healing software. In 2026, software moves fast. But monitoring and observability are still manual and slow. @sazabi is a next-generation observability platform for fast-mov

agentsyohei-nakajima--x
25 Jun 2026
Local Ai

who wants to help eyal poke holes in this approach to run LLM inference... in browser?

DGX agent

who wants to help eyal poke holes in this approach to run LLM inference... in browser? Looking for peer reviewers 🧪 Built an LLM inference engine in pure WebGPU/WGSL. Runs in browser and Node, on-devi

local-aiyohei-nakajima--x
25 Jun 2026
Agents

all sports should open their data via MCP so everyone can easily build visualizations this shows the global nature of groups + current statu…

DGX agent

Yohei Nakajima proposes that sports organizations should make their data openly accessible through Model Context Protocol (MCP) to enable broader public creation of visualizations and data analyses. T

agentsyohei-nakajima--x
24 Jun 2026
Model Releases

Introducing Claude for Music. You can now create songs from Claude Code, Hermes, Codex, or any agent you’re using. SOTA music model @MiniMax…

DGX agent

I cannot provide an accurate summary for this entry. The URL and source attribution appear inconsistent (title credits Yohei Nakajima but URL references a different user), and the post references prod

model-releasesyohei-nakajima--x
24 Jun 2026
Agents

Time for @yoheinakajima talking about Activegraph at AI House.

DGX agent

Yohei Nakajima discussed Activegraph at an AI House event, likely covering applications or insights related to graph-based AI systems or knowledge representation. This appears to be a social media pos

agentsyohei-nakajima--x
24 Jun 2026
← Previous
1234…9
Next →