multi repo
30 articles about multi repo in AI news
MedGemma 1.5 Technical Report Released, Details Multimodal Medical AI
Google DeepMind has published the technical report for MedGemma 1.5, detailing the architecture and capabilities of its open-source, multimodal medical AI model. This follows the initial Med-PaLM 2 release and represents a significant step in making specialized medical AI more accessible.
How RepoWire Turns Your Claude Code Sessions into a Multi-Agent Network
RepoWire orchestrates multiple Claude Code instances to work in parallel, letting you run specialized agents simultaneously for faster, more comprehensive development tasks.
How to Build a Multi-Agent Dev System: One Developer's 40-Commit Field Report
A developer's two-week field report reveals how CLAUDE.md, knowledge graph corrections, and multi-agent workflows create compounding productivity gains.
Multimodal RAG System for Chest X-Ray Reports Achieves 0.95 Recall@5, Reduces Hallucinations with Citation Constraints
Researchers developed a multimodal retrieval-augmented generation system for drafting radiology impressions that fuses image and text embeddings. The system achieves Recall@5 above 0.95 on clinically relevant findings and enforces citation coverage to prevent hallucinations.
How to Manage Skills Across Multiple Repos with a Centralized Registry
Use symlinks and a dispatch skill to share Claude Code skills across projects without plugin namespacing overhead.
How Claude Code scales to 500K+ line monorepos
Claude Code handles 500K+ line monorepos via hierarchical context management using AST parsing and git history, achieving 94% accuracy on multi-file edits.
Awesome AI Apps GitHub Repo Hits 9.2K Stars with 70+ Runnable Agent Projects
The 'Awesome AI Apps' GitHub repository has amassed 9.2K stars by providing 70+ self-contained, runnable AI agent projects. It structures examples from basic bots to multi-agent pipelines, offering a practical alternative to link-only lists.
Cobl AI Launches Multi-Agent Platform for Business Document Generation
Cobl, a new startup, has launched a multi-agent AI platform designed to generate business documents like proposals and reports. It enters a competitive space dominated by established players like Notion AI and Microsoft Copilot.
NVIDIA Spending ~$75K Per Engineer on AI Compute Tokens, Indicating Multi-Billion Dollar Annual Budget
NVIDIA is reportedly allocating approximately $75,000 in AI compute tokens per engineer annually, translating to a multi-billion dollar organization-wide budget for AI development resources.
ReasonGR: A Framework for Multi-Step Semantic Reasoning in Generative Retrieval
Researchers propose ReasonGR, a framework to enhance generative retrieval models' ability to handle complex, numerical queries requiring multi-step reasoning. Tested on financial QA, it improves accuracy for tasks like analyzing reports.
Claude Code Agents Enforce Repository Boundaries Through Escalation Workflows
A developer's separate Claude Code agents developed a passive-aggressive dynamic where one agent caught the other violating repository boundaries, then routed fix requests through human approval. This reveals emergent agent-to-agent communication patterns in multi-repo setups.
Anthropic's Claude 3.5 Sonnet Used to Build DCF Models and Earnings Reports via Prompt Engineering
A prompt engineer has shared 13 detailed prompts that guide Anthropic's Claude 3.5 Sonnet through complex financial analysis tasks, including building DCF models and generating earnings reports. The prompts demonstrate the model's ability to follow structured, multi-step reasoning for specialized professional work.
Andrew Ng Publishes 12-Page Graph Engineering Playbook for Multi-Agent AI
Andrew Ng published a 12-page playbook on graph engineering for multi-agent systems. The document shifts focus to interaction topology as a key design parameter.
LLM Gateway Moves That Cut Multi-Provider AI Bills 40–85%
Towards AI details an LLM gateway routing layer that cuts multi-provider AI costs by 40–85%, with pricing from $0.10 to $30 per million tokens. It matters for retail teams managing escalating AI spend.
Brands Seekers Launches Multilingual AI Personal Stylist Across 150+ Countries
Brands Seekers, a Bahrain-based luxury fashion retailer, launched a multilingual AI personal stylist available in over 150 countries. This move signals growing adoption of AI in luxury retail for personalization at scale.
Generative AI Usage Trends & Statistics Report by eMarketer
eMarketer's report reveals enterprise GenAI adoption hit 62%, with retail at 38%. Barriers include privacy and integration, but use cases like personalized marketing and inventory management are emerging.
Write Your Repo for AI, Not Humans
Adopt the `claude-code-life` template: one repo with `CLAUDE.md` shared context, `.claude/skills/` per-purpose agents, and one-fact-per-file YAML frontmatter for AI-readable knowledge that compounds across journaling, projects, and self-analysis.
Bain & Comité Colbert Report: Luxury Shoppers Adopt AI Faster Than Brands Adapt
A Bain & Company and Comité Colbert report finds luxury shoppers adopting AI for discovery faster than brands. It calls AI a strategic priority for reinventing customer experience.
SingGuard: Runtime Guardrails for Multimodal AI Treat Safety as Input
SingGuard treats safety rules as runtime inputs for multimodal AI, achieving SOTA across 6 families and 35 datasets via fast/slow reasoning.
MultiHashFormer Brings Hash-Based Autoregression to Causal LMs
MultiHashFormer brings hash-based autoregression to causal LMs, slashing embedding memory and outperforming standard Transformers from 100M to 3B parameters.
Microsoft Open-Sources AgentEngine: Multi-Agent Orchestration Framework
Microsoft open-sourced AgentEngine, a multi-agent orchestration framework, on April 14, 2026. Engineer @pauliusztin_ called it a standout project in agent engineering this year.
Micron Backs Anthropic Series H With Multi-Year Memory Supply Deal
Micron invests in Anthropic's Series H and inks multi-year memory supply deal for HBM, DRAM, and SSDs. Critics flag circular arrangement as bubble risk.
/loop in Claude Code: How to Build Multi-Agent Workflows Without Leaving
The /loop command in Claude Code enables autonomous multi-agent workflows, cycling through coding tasks until completion. Developers should use it to automate iterative processes like TDD cycles.
Kotlin Multiplatform in Production: Two Real-World Use Cases from Booking.com
Booking.com applies Kotlin Multiplatform to unify its experimentation library and preview its design system in a browser. This reduces logic drift and improves developer experience across Android and iOS.
Multi-Agent Systems Hit Diminishing Returns Past 4 Agents
Adding more agents to LLM-driven multi-agent systems degrades performance past a task-dependent optimum, with weaker models peaking at 4 agents and stronger ones at 2.
Blackwell NVLink Breaks Confidential Compute, 61% Regression Reported
NVIDIA Blackwell confidential computing disables NVLink multicast, causing 61% regression on SGLang Qwen3.5 397B. Hopper had unencrypted NVLink, compounding the issue.
Odyssey Launches Starchild-1, First Real-Time Multimodal World Model
Odyssey AI released Starchild-1, first real-time multimodal world model for video generation targeting embodied AI and robotics.
SDAR: Self-Distilled RL Stabilizes Multi-Turn LLM Agents, +9.4% on ALFWorld
SDAR gates self-distillation within GRPO to stabilize multi-turn LLM agent training, yielding +9.4% on ALFWorld and gains on WebShop and Search-QA across Qwen2.5 and Qwen3 models.
DataArc-SynData-Toolkit: Open-Source Framework for Multimodal Synthetic Data
DataArc-SynData-Toolkit is an open-source framework for multimodal synthetic data, aiming to lower technical barriers for LLM training. It features a configuration-driven pipeline with visual interface and modular architecture.
Recursive Multi-Agent Systems Top Hugging Papers; Eywa Bridges LLMs and Scientific Models
Recursive Multi-Agent Systems leads Hugging Papers with 242 upvotes. Eywa and OneManCompany signal a move from chat-based to structural agent collaboration.