{"id":"yohei-nakajima","title":"Yohei Nakajima","content":"**Yohei Nakajima** is the creator of BabyAGI, one of the first popular open-source autonomous agents, and the founder of the [Pippin](https://iq.wiki/wiki/pippin) AI project. In his venture capital career, he is a General Partner at Untapped Capital and a Venture Partner at Scrum Ventures. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb) [\\[2\\]](#cite-id-2k1urjN5njQVby36)​\n\n## Education\n\nNakajima attended the University of Washington, where he earned a Bachelor of Arts in Business Administration. [\\[3\\]](#cite-id-THGKYl4hoeuC4X3G) [\\[4\\]](#cite-id-gd10TzSx8ZJNYL0W) Other sources have also cited his studies in fields including Marketing, Finance, Information Systems, Japanese, and International Studies. [\\[5\\]](#cite-id-RfOJIE66twB7vCzQ) [\\[6\\]](#cite-id-qsNMc8royQjAXZFs) Some professional profiles list his attendance at Claremont McKenna College, where he reportedly studied Economics, Psychology, and Leadership. [\\[2\\]](#cite-id-2k1urjN5njQVby36) [\\[7\\]](#cite-id-F0h2Qi7mVz7wTZQK)\n\n## Career\n\nNakajima began his career in the Los Angeles startup ecosystem, organizing educational events and courses for founders. \\[\\[scrum.vc/team/yohei-nakajima/]\\[Scrum Ventures team profile for Yohei Nakajima]] He was an early entrepreneur, founding multiple startups, including Mindle Inc. while in college, and later co-founding dotstud.io, a platform for filmmakers, and Moveloot, a Y Combinator-backed marketplace for secondhand furniture, which served as a basis for working with [Web3](https://iq.wiki/wiki/web3). [\\[4\\]](#cite-id-gd10TzSx8ZJNYL0W) [\\[8\\]](#cite-id-X3bEAcrv53VCpD99)​\n\nHe transitioned to venture capital in 2014 by joining the global accelerator Techstars. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb) During his time there, he served as a Program Manager and later became the director of the Disney Accelerator, a program powered by Techstars. [\\[7\\]](#cite-id-F0h2Qi7mVz7wTZQK) He also held the position of Director of Pipeline, where he managed worldwide startup sourcing and recruitment for over 30 accelerator programs. [\\[2\\]](#cite-id-2k1urjN5njQVby36) [\\[9\\]](#cite-id-OcJh4BJpGwz2daEc)​\n\nIn 2018, Nakajima joined Scrum Ventures as a Venture Partner on the investment team. He also became the SVP of Scrum Studio, the firm's corporate innovation division, where he designed and led programs with global corporations, including managing the partnership with Nintendo. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb) In December 2020, he co-founded Untapped Capital, an early-stage venture capital firm, with Jessica Jackley. The firm utilizes AI and automation in its operations and follows the \"build-in-public\" approach that Nakajima champions. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb) [\\[10\\]](#cite-id-v1MUigDQaNICn50k)​\n\nIn addition to his investment roles, Nakajima serves on the boards of E. A. Renfroe & Company, an insurance claims management company, and Misapplied Sciences, a company developing advanced display technology. [\\[7\\]](#cite-id-F0h2Qi7mVz7wTZQK) [\\[2\\]](#cite-id-2k1urjN5njQVby36)​\n\n## Philosophy and Methodology\n\nNakajima's work is guided by two central philosophies: \"VC by day, builder by night\" and \"build-in-public.\" The former encapsulates his dual role as a hands-on software developer who experiments with new technologies, primarily at night, while working as a venture capitalist during the day. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb)​\n\nHis \"build-in-public\" methodology involves openly sharing his experiments, progress, and code through his personal blog and social media. He maintains a public \"build log\" to document his projects in AI, no-code, and [Web3](https://iq.wiki/wiki/web3). [\\[11\\]](#cite-id-t5hn86Es13HDeN7I) Nakajima has stated that this transparent approach helps him \"learn faster, meet founders, and contribute to the ecosystem.\" [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb)​\n\n## Major Works and Projects\n\n### BabyAGI\n\nBabyAGI is an open-source, task-driven autonomous [AI agent](https://iq.wiki/wiki/ai-agents) created by Nakajima in March 2023. It became one of the first and most influential projects in the autonomous agent space, demonstrating how a Large Language Model (LLM) could be used to autonomously manage and execute complex tasks. [\\[2\\]](#cite-id-2k1urjN5njQVby36) [\\[3\\]](#cite-id-THGKYl4hoeuC4X3G)​\n\n#### Origin and Concept\n\nThe project originated as a thought experiment to create a simplified, task-driven autonomous agent. The name \"BabyAGI\" was chosen to signify a small, initial step toward Artificial General Intelligence, not to claim it was AGI. [\\[2\\]](#cite-id-2k1urjN5njQVby36) The initial Python script was approximately 140 lines of code and was published alongside a blog post titled \"Task-driven Autonomous Agent utilizing GPT-4, Pinecone, and LangChain for diverse applications.\" [\\[12\\]](#cite-id-rOcj2LsqzgsEyFJ2)​\n\nThe system operates in a continuous loop based on a user-defined objective:\n\n1. It pulls the highest-priority task from a task list.\n2. It sends the task to an execution agent, powered by an LLM like GPT-4, which completes it based on the objective and context from previous results.\n3. The result is stored and enriched in a vector database, such as Pinecone, which serves as the agent's memory.\n4. A creation agent generates new tasks based on the objective and the recent result, and a prioritization agent re-ranks the entire task list. [\\[8\\]](#cite-id-X3bEAcrv53VCpD99) [\\[12\\]](#cite-id-rOcj2LsqzgsEyFJ2)\n\n#### Impact and Evolution\n\nBabyAGI went viral on GitHub and Twitter, accumulating over 18,000 stars and millions of impressions shortly after its release. Its simplicity and open-source nature inspired a wave of similar projects, including Auto-GPT, and it has been cited in numerous academic papers. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb) Following its initial success, Nakajima released several experimental variants, including BabyBeeAGI, BabyCatAGI, and BabyFoxAGI. [\\[13\\]](#cite-id-1IEJgAXrkjjx1g7g) In September 2024, the original project was archived and relaunched with a new focus on being a \"self-building autonomous agent\"—a minimal framework designed to build and improve itself. [\\[3\\]](#cite-id-THGKYl4hoeuC4X3G)​\n\nOn the project's repository, Nakajima includes a disclaimer that highlights his product-first approach: \"This is a framework built by Yohei who has never held a job as a developer. The purpose of this repo is to share ideas and spark discussion and for experienced devs to play with.\" [\\[3\\]](#cite-id-THGKYl4hoeuC4X3G)​\n\n### Pippin\n\nPippin is a multifaceted project that evolved from Nakajima's work with [AI agents](https://iq.wiki/wiki/ai-agents), combining elements of an AI character, a [Web3](https://iq.wiki/wiki/web3) social game, and a modular AI framework. [\\[2\\]](#cite-id-2k1urjN5njQVby36) [\\[4\\]](#cite-id-gd10TzSx8ZJNYL0W)​\n\n#### Origin\n\nThe project began serendipitously in October 2024 when Nakajima used an AI model to generate an SVG image of a unicorn, which he named \"[Pippin](https://iq.wiki/wiki/pippin).\" After he shared the image on social media, a community member launched a meme coin named PIPPIN on the [Solana](https://iq.wiki/wiki/solana) [blockchain](https://iq.wiki/wiki/blockchain). Nakajima embraced the community's momentum and began developing a formal project and framework around the Pippin persona. [\\[14\\]](#cite-id-tVKky7ctmTboSDwd)​\n\n#### Project Components\n\nPippin exists in several forms:\n\n* **AI Social Game:** Nakajima developed Pippin into a fully on-chain social game built on [Blast](https://iq.wiki/wiki/blast), an [Ethereum](https://iq.wiki/wiki/ethereum) [Layer 2](https://iq.wiki/wiki/layer-2) solution. Described as an \"AI stock picker game,\" it allows players and AI agents to compete in a simulated stock market. Players use \"[Pippin](https://iq.wiki/wiki/pippin)\" [NFTs](https://iq.wiki/wiki/non-fungible-token-nft), built on the ERC-6551 standard, which function as smart contract wallets to hold assets and build an on-chain identity. [\\[2\\]](#cite-id-2k1urjN5njQVby36)\n* **Modular AI Framework:** The Pippin Framework, released in December 2024, is an evolution of BabyAGI's concepts. It is a lightweight, modular architecture for building autonomous agents. Its key features include character definition (personas and goals), a dynamic memory system for learning and self-optimization, and seamless integration with external tools and APIs. [\\[4\\]](#cite-id-gd10TzSx8ZJNYL0W) [\\[15\\]](#cite-id-B964brPMBq88dyOJ)\n* **Decentralized Creator Network:** The project was also conceptualized as a \"[DePIN](https://iq.wiki/wiki/depin) for creators\" or a \"pop-up startup studio.\" This vision involves a global network where creators can collaborate on projects and tasks, or \"quests,\" without traditional corporate structures. [\\[7\\]](#cite-id-F0h2Qi7mVz7wTZQK)\n\nThe name and image of [Pippin](https://iq.wiki/wiki/pippin) were released under a CC0 (public domain) license to encourage community-driven content creation and development. [\\[4\\]](#cite-id-gd10TzSx8ZJNYL0W)​\n\n### Other Projects\n\nLiving up to his \"build-in-public\" philosophy, Nakajima has developed and shared numerous other experimental projects, including:\n\n* **askanything.vc:** A search engine for insights from venture capitalists. [\\[13\\]](#cite-id-1IEJgAXrkjjx1g7g)\n* **Mini-Yohei:** An early AI experiment from 2022 to create an AI version of himself capable of writing blog posts. [\\[13\\]](#cite-id-1IEJgAXrkjjx1g7g)\n* **Self-Operating Computer Framework:** A framework enabling multi-modal AI models to operate a computer's graphical user interface. [\\[4\\]](#cite-id-gd10TzSx8ZJNYL0W)\n* **Ditto:** A minimalist, self-building coding agent that can generate a multi-file application from a single prompt. [\\[11\\]](#cite-id-t5hn86Es13HDeN7I)\n\n## Public Recognition\n\nNakajima's work at the intersection of AI and venture capital has led to several public speaking engagements and recognitions. He was invited to speak at the inaugural TED AI event in San Francisco about his work on BabyAGI and presented on \"How to run your VC firm using AI\" at an [Andreessen Horowitz (a16z)](https://iq.wiki/wiki/andreessen-horowitz) event during SF Tech Week. In 2023, he was named a Top 20 thought leader in the Data Driven VC Landscape report for his innovative work at Untapped Capital. [\\[1\\]](#cite-id-rPh0qOFMgryQD6pb)​\n\n## Interviews\n\n### Building Self-Improving Agents: Yohei Nakajima on “Every” #01\n\nOn October 23, 2024, Yohei Nakajima appeared on the *Every* YouTube channel to discuss the development of autonomous artificial intelligence agents and the creation of Baby AGI. During the conversation, Nakajima outlined the origins of the project and its role in introducing the concept of task-oriented AI systems capable of operating through large language models (LLMs).\n\n[YOUTUBE@VID](https://youtube.com/watch?v=864X81BuQbI)\n\nHe described how successive versions of the framework, including Baby AGI 2, were designed to enhance automation through iterative tool generation and refinement. Nakajima also introduced *Ditto*, an AI-based coding agent developed to produce multi-file software applications from text prompts, demonstrating an approach to program synthesis supported by advanced LLMs such as GPT-4 and Claude.\n\nThroughout the interview, Nakajima discussed how autonomous agents might function as extensions of human workflows, assisting with distributed tasks and data organization. He drew a comparison between the development of [AI agents](https://iq.wiki/wiki/ai-agents) and human learning processes, suggesting that knowledge representation through graph structures could improve how AI systems model relationships between concepts.\n\nThe discussion also addressed potential directions for future agent design, including systems capable of storing and reusing generated tools to create shared libraries of functionality. Nakajima emphasized modularity and adaptability as central elements in the design of AI systems and noted that similar principles inform his approach to investment in early-stage artificial intelligence projects.\n\nThe interview concluded with remarks on the continuing evolution of large language models and their potential integration with tool-use and reasoning capabilities, outlining a perspective on AI development centered on iterative improvement and autonomous learning. [\\[16\\] ](#cite-id-KvFOXtkQ4cljY4GL)​\n\n### **Yohei Nakajima’s Approach to Venture Capital and AI Integration #02**\n\nOn September 25, 2025, Yohei Nakajima, founding partner of Untapped VC, participated in an interview on the YouTube program Carta hosted by Peter Walker. The discussion focused on Nakajima’s approach to venture capital, particularly his use of automation and artificial intelligence in investment analysis and operational processes.\n\n[YOUTUBE@VID](https://youtube.com/watch?v=btak8xWe0Is)\n\nNakajima described his investment framework as a top-down approach, in which market trends are analyzed before engaging with founders. This contrasts with the conventional venture capital model, which often relies on personal networks and founder referrals. He indicated that social platforms such as X (formerly Twitter) and online AI communities like Baby AGI are tools he uses to observe developments in technology and identify early-stage opportunities.\n\nDuring the interview, Nakajima explained how AI systems and autonomous agents are incorporated into his daily work to improve the efficiency of tasks such as deal tracking and founder communication. Despite this integration, he noted that personal interaction and human judgment remain essential elements of the investment process, as certain qualitative factors cannot be replicated by automated systems.\n\nNakajima referred to automation as a mechanism for expanding analytical capacity rather than substituting human reasoning. He mentioned that his workflow intentionally excludes fully automated evaluations or public communication systems to maintain consistency and reliability in decision-making.\n\nThe conversation also addressed broader developments in the startup ecosystem. Nakajima observed that the increasing number of AI-focused companies requires a more structured and disciplined approach to portfolio management. He emphasized the role of strategic alignment and thesis adherence over following temporary market trends.\n\nIn discussing geography and professional networks, Nakajima compared the ecosystems of Seattle and San Francisco, indicating that active digital participation enables access to broader technology communities beyond physical location.\n\nHe concluded by outlining a potential model for collaborative venture structures, where smaller funds operate under shared infrastructure. This approach, according to Nakajima, could improve coordination among early-stage investors and promote transparency in fund management. His publicly documented experiments and open development practices serve as examples of how transparency can be integrated into venture operations. [\\[17\\]](#cite-id-jYlCuG5L0yyaX40k)​\n\n​","summary":"Yohei Nakajima is a venture capitalist and AI developer known for creating the autonomous AI agent BabyAGI and the decentralized AI protocol Pippin. He is a General Partner at Untapped Capital and a proponent of the 'build-in-public' methodology.","images":[{"id":"QmRb6swMfeakmQP4154v1sM1Css1xUqpuCqdtwP7WzUcQt","type":"image/jpeg, image/png"}],"categories":[{"id":"people","title":"people"}],"tags":[{"id":"AI"},{"id":"Founders"},{"id":"PeopleInDeFi"},{"id":"Developers"},{"id":"Venture"}],"media":[{"id":"QmYu8EWVpCg55ygSAXwHnSweCXJq5uFFm2JNUFgNtSFSB6","type":"GALLERY","source":"IPFS_IMG"},{"id":"QmY4tLj3gyTVdKxVbL9ZwYiJ94gW3jfUrscie2JPmBeTRi","name":"1724111609590.jpeg","caption":"","thumbnail":"QmY4tLj3gyTVdKxVbL9ZwYiJ94gW3jfUrscie2JPmBeTRi","source":"IPFS_IMG"},{"id":"QmRmFtdKsCMFEXzPdzJfw6s6VgUc1UVC4RKuf7DQK2Z3JB","name":"diove9w704c42gpp4dq6.jpeg","caption":"","thumbnail":"QmRmFtdKsCMFEXzPdzJfw6s6VgUc1UVC4RKuf7DQK2Z3JB","source":"IPFS_IMG"},{"id":"QmZpFaMAqhYzW7rQoHsmu3hNjrWYP8XDpk982BnRxt5bex","name":"Yohei.jpg","caption":"","thumbnail":"QmZpFaMAqhYzW7rQoHsmu3hNjrWYP8XDpk982BnRxt5bex","source":"IPFS_IMG"},{"id":"https://www.youtube.com/watch?v=864X81BuQbI","name":"864X81BuQbI","caption":"","thumbnail":"https://www.youtube.com/watch?v=864X81BuQbI","source":"YOUTUBE"},{"id":"https://www.youtube.com/watch?v=btak8xWe0Is","name":"btak8xWe0Is","caption":"","thumbnail":"https://www.youtube.com/watch?v=btak8xWe0Is","source":"YOUTUBE"}],"metadata":[{"id":"references","value":"[{\"id\":\"rPh0qOFMgryQD6pb\",\"url\":\"https://yoheinakajima.com/\",\"description\":\"Yohei Nakajima official site overview\",\"timestamp\":1763943290804},{\"id\":\"2k1urjN5njQVby36\",\"url\":\"https://scrum.vc/team/yohei-nakajima/\",\"description\":\"Scrum Ventures team profile for Yohei Nakajima\",\"timestamp\":1763943290804},{\"id\":\"THGKYl4hoeuC4X3G\",\"url\":\"https://github.com/yoheinakajima/babyagi\",\"description\":\"BabyAGI GitHub repository\",\"timestamp\":1763943290804},{\"id\":\"gd10TzSx8ZJNYL0W\",\"url\":\"https://www.gate.com/learn/articles/what-is-pippin/6440\",\"description\":\"Gate.io article on Pippin and Yohei Nakajima\",\"timestamp\":1763943290804},{\"id\":\"RfOJIE66twB7vCzQ\",\"url\":\"https://bitget.com/news/detail/12560604491894\",\"description\":\"Bitget News article on Yohei Nakajima and Pippin\",\"timestamp\":1763943290804},{\"id\":\"qsNMc8royQjAXZFs\",\"url\":\"https://onekey.so/blog/ecosystem/pippin-deep-research-report-token-development-and-future-outlook/\",\"description\":\"OneKey Research Report on Pippin\",\"timestamp\":1763943290804},{\"id\":\"F0h2Qi7mVz7wTZQK\",\"url\":\"https://www.earenfroe.com/team/yohei-nakajima\",\"description\":\"E. A. Renfroe & Company team profile\",\"timestamp\":1763943290804},{\"id\":\"X3bEAcrv53VCpD99\",\"url\":\"https://www.linkedin.com/in/yoheinakajima/\",\"description\":\"Yohei Nakajima's LinkedIn Profile\",\"timestamp\":1763943290804},{\"id\":\"OcJh4BJpGwz2daEc\",\"url\":\"https://medium.com/@yoheinakajima\",\"description\":\"Yohei Nakajima's Medium profile\",\"timestamp\":1763943290804},{\"id\":\"v1MUigDQaNICn50k\",\"url\":\"https://x.com/yoheinakajima\",\"description\":\"Yohei Nakajima on X (formerly Twitter)\",\"timestamp\":1763943290804},{\"id\":\"t5hn86Es13HDeN7I\",\"url\":\"https://yohei.me/\",\"description\":\"Yohei Nakajima's public build log\",\"timestamp\":1763943290804},{\"id\":\"rOcj2LsqzgsEyFJ2\",\"url\":\"https://yoheinakajima.com/task-driven-autonomous-agent-utilizing-gpt-4-pinecone-and-langchain-for-diverse-applications/\",\"description\":\"BabyAGI technical whitepaper\",\"timestamp\":1763943290804},{\"id\":\"1IEJgAXrkjjx1g7g\",\"url\":\"https://yoheinakajima.com/blog/\",\"description\":\"Yohei Nakajima's blog\",\"timestamp\":1763943290804},{\"id\":\"tVKky7ctmTboSDwd\",\"url\":\"https://www.gate.com/learn/articles what-is-pippin/6440\",\"description\":\"Gate.io article on Pippin and Yohei Nakajima\",\"timestamp\":1763943290804},{\"id\":\"B964brPMBq88dyOJ\",\"url\":\"https://www.bitget.com/news/detail/12560604491894\",\"description\":\"Bitget News article on Yohei Nakajima and Pippin\",\"timestamp\":1763943290804},{\"id\":\"KvFOXtkQ4cljY4GL\",\"description\":\"Building AI That Builds Itself - Ep. 35 with Yohei Nakajima\\n\",\"timestamp\":1763944636739,\"url\":\"https://www.youtube.com/watch?v=864X81BuQbI\"},{\"id\":\"jYlCuG5L0yyaX40k\",\"description\":\"The Automated VC | Yohei Nakajima, Founding Partner, Untapped VC\\n\",\"timestamp\":1763945555215,\"url\":\"https://www.youtube.com/watch?v=btak8xWe0Is\"}]"},{"id":"website","value":"https://yoheinakajima.com/"},{"id":"twitter_profile","value":"https://x.com/yoheinakajima"},{"id":"linkedin_profile","value":"https://www.linkedin.com/in/yoheinakajima/"},{"id":"github_profile","value":"https://github.com/yoheinakajima"},{"id":"medium_profile","value":"https://medium.com/@yoheinakajima"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmWC556N9RAEyKgiNmRD3e6RWHqDRRPR6esGkAMg3D4HCC\""},{"id":"commit-message","value":"\"Removed entire page content\""},{"id":"previous_cid","value":"QmWC556N9RAEyKgiNmRD3e6RWHqDRRPR6esGkAMg3D4HCC"}],"events":[{"id":"f00e217d-e35b-4c03-a5e9-8c9d37a2af39","date":"2009-05","title":"Graduated from Claremont McKenna College","type":"DEFAULT","description":"Graduated from Claremont McKenna College with a Bachelor of Arts degree. Sources cite his studies included Economics, Psychology, and Finance.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"a1d9baa0-ccf8-4e55-9b3a-ba4cc9870a7b","date":"2020-12","title":"Co-founded Untapped Capital","type":"DEFAULT","description":"Co-founded Untapped Capital, an early-stage venture capital firm noted for its use of AI in operations and a 'build-in-public' approach.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"c4024adf-3513-4251-9032-2ac531e8c7ab","date":"2023-03","title":"Created BabyAGI","type":"DEFAULT","description":"Created and open-sourced BabyAGI, a pioneering task-driven autonomous AI agent that sparked a wave of development and interest in the autonomous agent space.","link":"https://yoheinakajima.com/task-driven-autonomous-agent-utilizing-gpt-4-pinecone-and-langchain-for-diverse-applications/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"57e640b7-27a6-49ce-b76d-e8b161f9b8e8","date":"2024-02","title":"Initiated the Pippin Project","type":"DEFAULT","description":"Founded Pippin, a project evolving from an AI-generated character into a decentralized AI framework and community at the intersection of AI, Web3, and creator economies.","link":"https://www.gate.com/learn/articles/what-is-pippin/6440","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"operator":{"id":"0xd5893989b9952c6568a99F854795AcC5Ae480D56"},"language":"en","version":1,"linkedWikis":{"blockchains":[],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"a9ca20e7-b4de-45b3-9140-0c882d407caa\",\"title\":\"Yohei Nakajima\",\"description\":\"Yohei Nakajima is a venture capitalist and AI developer known for creating the autonomous AI agent BabyAGI and the decentralized AI protocol Pippin. He is a General Partner at Untapped Capital and a proponent of the 'build-in-public' methodology.\",\"timestamp\":\"2025-11-24T00:55:28.736Z\",\"category\":\"Wiki Update\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889\",\"address\":\"0xd5893989b9952c6568a99F854795AcC5Ae480D56\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Public Recognition\",\"subtitle\":\"An internal link was added to the 'Public Recognition' section.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Added a wiki link for 'Andreessen Horowitz (a16z)'.\"]},{\"title\":\"Interviews\",\"subtitle\":\"A new 'Interviews' section was added with details on two interviews.\",\"variant\":\"added\",\"changeCount\":2,\"changes\":[\"Added the 'Building Self-Improving Agents: Yohei Nakajima on “Every” #01' subsection, which includes an embedded video summarizing his discussion on autonomous AI agents. [[16] ](#cite-id-KvFOXtkQ4cljY4GL)\",\"Added the 'Yohei Nakajima’s Approach to Venture Capital and AI Integration #02' subsection, which includes an embedded video on his use of AI in venture capital. [[17]](#cite-id-jYlCuG5L0yyaX40k)\"]},{\"title\":\"Videos\",\"subtitle\":\"Two new videos were added to the wiki.\",\"variant\":\"added\",\"changeCount\":2,\"changes\":[\"Added YouTube video 'Building AI That Builds Itself - Ep. 35 with Yohei Nakajima'.\",\"Added YouTube video 'The Automated VC | Yohei Nakajima, Founding Partner, Untapped VC'.\"]},{\"title\":\"References\",\"subtitle\":\"Two new references corresponding to recent interviews were added.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Added reference: Building AI That Builds Itself - Ep. 35 with Yohei Nakajima\",\"Added reference: The Automated VC | Yohei Nakajima, Founding Partner, Untapped VC\"]}]}]}"}