LIVE · FRI, JUL 31, 2026 --:--:-- ET
Issue Nº 101 COST TOTAL $15029.08 ARTICLES TODAY 16 TOKENS TOTAL 9.76B
aiexpert
Running the wire
Research Dharma AI: GPU utilization, not model quality, is now the binding constraint in enterprise AI Research LangChain releases ReviewBench: benchmark for evaluating code-review agents from real PR feedback Funding Simile raises $200M Series B at $2B valuation for AI human behavior simulations Funding Safe Superintelligence closes $5B Nvidia investment for Vera Rubin compute access Chips TSMC hits 70% 2nm yield, ramping to 100K wafers/month by mid-2026; Apple holds 50%+ allocation Funding Commonwealth Fusion Systems raises $1B, bringing total to $4B for SPARC and ARC reactors Funding Simile closes $200M Series B at $2B valuation; raises $300M in under 6 months with 5x revenue growth Funding NVIDIA invests $5B in Safe Superintelligence, gets access to Vera Rubin compute Market Clear Street launches pre-IPO platform with Databricks at $188B valuation Funding Qualcomm closes $3.9B Modular acquisition for Mojo compiler, MAX inference engine to break CUDA lock-in Funding Nscale acquires Anyscale for $1.65B, consolidating full-stack AI cloud Research Netflix GenRec: LLM-native recommendation ranker matches production systems with fewer features, uses reward-weighted training Breaking LangSmith launches LLM Gateway for agent governance; enforces spend caps and redacts PII at request layer Funding Seed funding cluster around proptech, cancer biotech, space tech, robotics; $5M-$10M deals still viable Market Big tech capex accelerates: $1.1T spent on AI infra since 2023, $745B more expected in 2026 alone Breaking Moonshot Kimi K3 hits capacity limits as U.S. enterprises adopt Chinese open-weight at scale Funding AI chip startups raised $4.16B YTD 2026, 40× 2025 pace; median round hits $350M Policy Commerce Dept awards $874M CHIPS Act funds to 7 companies for AI semiconductor R&D Chips CEA-Leti 3D stacking roadmap tackles AI memory bottleneck with sub-micron interconnects Policy Commerce Department awards $874M in CHIPS Act R&D incentives to 7 AI infrastructure companies Research Dharma AI: GPU utilization, not model quality, is now the binding constraint in enterprise AI Research LangChain releases ReviewBench: benchmark for evaluating code-review agents from real PR feedback Funding Simile raises $200M Series B at $2B valuation for AI human behavior simulations Funding Safe Superintelligence closes $5B Nvidia investment for Vera Rubin compute access Chips TSMC hits 70% 2nm yield, ramping to 100K wafers/month by mid-2026; Apple holds 50%+ allocation Funding Commonwealth Fusion Systems raises $1B, bringing total to $4B for SPARC and ARC reactors Funding Simile closes $200M Series B at $2B valuation; raises $300M in under 6 months with 5x revenue growth Funding NVIDIA invests $5B in Safe Superintelligence, gets access to Vera Rubin compute Market Clear Street launches pre-IPO platform with Databricks at $188B valuation Funding Qualcomm closes $3.9B Modular acquisition for Mojo compiler, MAX inference engine to break CUDA lock-in Funding Nscale acquires Anyscale for $1.65B, consolidating full-stack AI cloud Research Netflix GenRec: LLM-native recommendation ranker matches production systems with fewer features, uses reward-weighted training Breaking LangSmith launches LLM Gateway for agent governance; enforces spend caps and redacts PII at request layer Funding Seed funding cluster around proptech, cancer biotech, space tech, robotics; $5M-$10M deals still viable Market Big tech capex accelerates: $1.1T spent on AI infra since 2023, $745B more expected in 2026 alone Breaking Moonshot Kimi K3 hits capacity limits as U.S. enterprises adopt Chinese open-weight at scale Funding AI chip startups raised $4.16B YTD 2026, 40× 2025 pace; median round hits $350M Policy Commerce Dept awards $874M CHIPS Act funds to 7 companies for AI semiconductor R&D Chips CEA-Leti 3D stacking roadmap tackles AI memory bottleneck with sub-micron interconnects Policy Commerce Department awards $874M in CHIPS Act R&D incentives to 7 AI infrastructure companies
Research

LangChain releases ReviewBench: benchmark for evaluating code-review agents from real PR feedback

LangChain released ReviewBench, a new benchmark for evaluating code-review agents built from real PR reviews in their own LangSmith codebase. The benchmark contains 59 reproducible tasks derived from curated comments by trusted reviewers, measuring whether agents can identify substantive code issues—like missed tenant constraints on database queries or API parity regressions—rather than just syntax errors or obvious bugs. Each task includes the frozen PR context, a local GitHub stub, the full seeded repository, and a verifier that scores coverage (whether the agent found the baseline issue) and precision (whether submitted findings are correct).

Results show that current models with a basic agent harness recover only about 30% of the baseline issues that trusted reviewers caught. Luna and Terra performed lower than expected, showing narrower review strategies that focused on obvious findings and stopped early, keeping token cost down but hurting coverage. A tuned configuration with higher reasoning effort and a structured review prompt improved Luna's performance, suggesting that prompt engineering and harness design matter significantly for code-review agents.

For architects building code-review agent workflows, ReviewBench provides a model-agnostic way to measure whether an LLM can catch domain-specific issues that require understanding implicit system contracts—not just scanning for obvious defects. The fact that even the best models are missing 70% of issues from real reviews suggests that code-review agents need careful tuning and domain-specific finetuning or retrieval to be production-ready.

Sources