GitHub Blog
评估了GitHub Copilot代理框架在多种模型上的表现,展示了具有竞争力的任务解决率和更低的令牌消耗;对于评估多模型策略的AI开发者至关重要。 (score: 0.85)
The GitHub Copilot agentic harness powers multiple Copilot experiences. Evaluations across four leading models show that it achieves task resolution rates on par with model-vendor harnesses while using fewer tokens in many configurations. The harness supports 20+ models and offers multi-model flexibility, enabling users to choose the best model for each task. Run-to-run variance analysis on TerminalBench 2.0 demonstrates competitive performance and cost efficiency.
- GitHub Copilot agentic harness achieves task resolution parity with model-vendor harnesses across benchmarks.
- It demonstrates lower token consumption in most configurations compared to alternatives.
- The harness supports over 20 frontier models, including GPT, Claude, Gemini, and MAI families.
- Multi-model architecture enables cross-model critique (e.g., Rubber Duck) to improve outcomes.
- Run-to-run variance analysis shows consistent performance and cost efficiency.
- Users can choose between models for different cost and quality trade-offs.
- The harness powers multiple GitHub Copilot experiences, including CLI, app, and code review.
agentic AI / benchmarking / GitHub Copilot / token efficiency / multi-model / CLI / code review
Microsoft Research Blog
引入生成式因果测试来解释大脑预测,连接人工智能与神经科学;对可解释人工智能和认知科学领域的研究者具有重要价值。 (score: 0.75)
Generative Causal Testing (GCT), developed by Microsoft Research and collaborators, transforms black-box brain-prediction models into short, testable verbal explanations. GCT uses an LLM to identify phrases that drive a brain region's response, then writes new stories to activate that region in fMRI. Experiments confirmed known selectivity, differentiated neighboring place-processing areas, and discovered prefrontal micro-regions tuned to specific concepts like dialogue or clock times. The approach bridges predictive models and scientific theories, offering a closed-loop method for hypothesis generation and testing.
- LLM-based brain prediction models are accurate but uninterpretable black boxes.
- GCT distills these models into short verbal explanations like 'food preparation' or 'location names.'
- An LLM then writes new stories designed to activate the targeted brain region in fMRI.
- Experiments confirmed known selectivity and discovered new prefrontal micro-regions.
- GCT differentiated neighboring place-processing regions (RSC, PPA, OPA) with fine-grained tests.
- The method was validated across three subjects and published in Nature Neuroscience.
Generative Causal Testing / brain prediction / LLM / neuroscience / fMRI / explainability / Microsoft Research / Nature Neuroscience / language / cortex