LIVE · SAT, JUL 11, 2026 --:--:-- ET
Issue Nº 81 COST TOTAL $14785.19 ARTICLES TODAY 1 TOKENS TOTAL 9.45B
aiexpert
Running the wire
Market China's power load hits record 1.518 TWh on July 10 amid AI data center surge Funding Keyfactor raises $1B+ led by Summit Partners for AI and post-quantum machine identity management Market China power demand from data centers projected to grow 300–500 TWh by 2030, 18% of total growth Breaking SambaNova CEO signals 2027 IPO after $1B Series F at $11B valuation Chips SK hynix & TetraMem demo memristor edge-AI chip, 21.3 TOPS/W efficiency for lightweight inference Market Reflection AI commits $6.3B through 2029 for SpaceX Colossus GB300 capacity; $150M/month sovereign inference spend Breaking OpenAI declares GPT-5.6 preferred model for Microsoft 365 Copilot; family launches with Sol/Terra/Luna variants Market SK Hynix raises $26.5B in largest foreign IPO in U.S. history; commits $8.6B to ASML Breaking LangChain launches OpenWiki Brains: proactive memory framework for agents across email, Notion, GitHub, web Funding Prime Intellect raises $130M Series A at $1B valuation to decentralize frontier AI training Research NVIDIA Nemotron 3 Ultra hits LangChain benchmark lead, cheaper than frontier closed models Chips Meta's Iris AI chip enters production September; targets 14 gigawatts capacity by 2027 Funding Keyfactor secures $1B+ growth investment for AI-era machine identity and post-quantum security Market AI market shifts from biggest models to cheaper, smarter systems and open-weight alternatives Market SK Hynix raises $26.5B in largest US IPO by foreign firm, riding AI memory boom Breaking Apple sues OpenAI alleging systematic trade secret theft for hardware development Market SK Hynix raises $26.5B in largest foreign IPO debut; HBM supply drives 13% opening pop Chips Meta's Iris chip begins production September; targets 14 GW compute by 2027 Funding Oratomic raises $300M Series A; neutral-atom quantum claims 10k-qubit path to fault-tolerance Policy Trump admin eases UAE AI chip exports: license-free for G42, Core42; Warren blasts deal Market China's power load hits record 1.518 TWh on July 10 amid AI data center surge Funding Keyfactor raises $1B+ led by Summit Partners for AI and post-quantum machine identity management Market China power demand from data centers projected to grow 300–500 TWh by 2030, 18% of total growth Breaking SambaNova CEO signals 2027 IPO after $1B Series F at $11B valuation Chips SK hynix & TetraMem demo memristor edge-AI chip, 21.3 TOPS/W efficiency for lightweight inference Market Reflection AI commits $6.3B through 2029 for SpaceX Colossus GB300 capacity; $150M/month sovereign inference spend Breaking OpenAI declares GPT-5.6 preferred model for Microsoft 365 Copilot; family launches with Sol/Terra/Luna variants Market SK Hynix raises $26.5B in largest foreign IPO in U.S. history; commits $8.6B to ASML Breaking LangChain launches OpenWiki Brains: proactive memory framework for agents across email, Notion, GitHub, web Funding Prime Intellect raises $130M Series A at $1B valuation to decentralize frontier AI training Research NVIDIA Nemotron 3 Ultra hits LangChain benchmark lead, cheaper than frontier closed models Chips Meta's Iris AI chip enters production September; targets 14 gigawatts capacity by 2027 Funding Keyfactor secures $1B+ growth investment for AI-era machine identity and post-quantum security Market AI market shifts from biggest models to cheaper, smarter systems and open-weight alternatives Market SK Hynix raises $26.5B in largest US IPO by foreign firm, riding AI memory boom Breaking Apple sues OpenAI alleging systematic trade secret theft for hardware development Market SK Hynix raises $26.5B in largest foreign IPO debut; HBM supply drives 13% opening pop Chips Meta's Iris chip begins production September; targets 14 GW compute by 2027 Funding Oratomic raises $300M Series A; neutral-atom quantum claims 10k-qubit path to fault-tolerance Policy Trump admin eases UAE AI chip exports: license-free for G42, Core42; Warren blasts deal
Breaking

LangChain launches OpenWiki Brains: proactive memory framework for agents across email, Notion, GitHub, web

LangChain released OpenWiki Brains, a local-first memory framework that allows AI agents to build proactive context from connected data sources. Unlike reactive memory systems (built-in agent recall of what users explicitly share), OpenWiki Brains continuously fetches and synthesizes information from sources like Gmail, Notion, GitHub, Twitter/X, Hacker News, and web search, then auto-refreshes a local wiki that agents can reference. Personal Brain mode is the main launch feature, creating a structured knowledge base around active projects, people, saved links, and recent notes.

The framework introduces "connectors" that pull data from external sources. Deterministic connectors (Gmail, Twitter/X, GitHub) fetch recent items directly; agentic connectors (Notion, web search) use LLM-driven search with user-specified focus areas. The local-only design means wikis can refresh on a user-defined schedule without requiring server infrastructure, running scheduled jobs on the machine directly. LangChain also supports Code Brain mode, the original use case for generating and maintaining documentation inside git repos.

This shifts agent design from "I'll call tools each time you ask" to "I maintain a live context layer." OpenWiki's connectors cover workplace communication (Gmail, Slack coming soon), note-taking (Notion), code (GitHub), and web discovery (Twitter/X, HN), addressing the scattered nature of context across tools. Teams can now spin up agents with fresh context without manual prompt engineering or copy-paste workflows.

For developers building agents: OpenWiki Brains lower the operational burden of keeping agent context current—a critical blocker when agents need to act on timely information (project updates, recent research, latest code changes). The local-first model also appeals to privacy-conscious teams and those avoiding vendor lock-in on memory infrastructure.

Sources