Tech Meridian ← ENTITY INDEX
RU

COMPANY · ENTITY #39

GitHub

Related event timeline, sources and context from the news index.

EVENT TIMELINE

26

MODELS · 4 SOURCES · Anthropic · TechCrunch AI · The Verge AI · The Decoder

Anthropic releases Claude Opus 5 — lower-cost model claiming near‑frontier performance

Anthropic announced Claude Opus 5, a new model positioned as a cost‑efficient successor to Opus 4.8 and the new default on Claude Max (and the strongest on Claude Pro). Anthropic says Opus 5 matches or exceeds prior models on many coding, knowledge‑work and scientific benchmarks (Frontier‑Bench, GDPval‑AA, CursorBench, ARC‑AGI, Zapier AutomationBench, OSWorld) at lower cost per task while remaining behind Mythos 5 on security and biology frontier tasks; the company also reports improved alignment and safety in pre‑deployment audits and links a System Card for more details.

8.0

CODING · 1 SOURCE · GitHub AI & ML

GitHub Podcast examines MCP, skills, agents, and RAG in developer workflows

In a recent GitHub Podcast episode, hosts argue developers remain responsible for generated code and should apply different review rigor depending on risk. They position the Model Context Protocol (MCP) as a standard for tool/data access, describe 'skills' as human-readable packaged expertise, and say RAG (retrieval-augmented generation) remains useful alongside agents and skills rather than being obsolete.

4.0

RESEARCH · 1 SOURCE · arXiv cs.AI

little m: an AI agent to formulate industrial process optimization models

Researchers released 'little m', an AI agent that combines a domain-specific knowledge repository with LLM-driven interaction to translate messy, multimodal industrial specifications (text and process diagrams) into mathematical optimization models. They also introduced IPC-Bench, a 50-scenario multimodal benchmark for industrial process control; evaluations (automated structural checks and double-blind human review) show little m generates substantially more semantically correct formulations than state-of-the-art LLMs, though the paper does not evaluate solver feasibility, physical validity, or closed-loop performance.

6.0

RESEARCH · 1 SOURCE · Apple Machine Learning Research

Dynamically Scaled Activation Steering (DSAS) adaptively modulates steering in generative models

DSAS is a method-agnostic framework that decouples when to steer from how to steer by computing context-dependent scaling factors to modulate the strength of existing activation-steering transformations across layers and inputs. The authors report that DSAS improves the trade-off between toxicity mitigation and utility preservation, adds minimal compute overhead, improves interpretability by highlighting tokens that require steering, and can be jointly optimized with steering functions; the paper was accepted to the UniReps workshop at NeurIPS 2025 and the authors say code will be made available on GitHub.

6.0

MODELS · 1 SOURCE · TechCrunch AI

PrismML releases Bonsai 2 27B — 9–10× compressed Qwen3.8 27B (5.9 GB)

PrismML released Bonsai 2 27B, a compressed version of Alibaba’s open-source Qwen3.8 27B reduced to about 5.9 GB (a 9–10× memory reduction) while matching roughly 98% of Qwen’s aggregate benchmark scores. The Caltech-founded startup says it uses a ternary-weights compression technique to shrink model weights, claims minimal performance loss versus originals, has previously seen millions of downloads of earlier Bonsai releases, and plans to apply the approach to much larger models; it raised a $22.25M seed and is backed by investors including Khosla Ventures and Cerberus Capital.

7.0

COMPANIES · 1 SOURCE · AWS Machine Learning

AWS publishes serverless Git-metrics dashboard solution using Amazon QuickSight

AWS released a serverless, event-driven pipeline that automatically collects Git metrics from GitHub and GitLab, stores results in Amazon S3, and visualizes analytics with Amazon QuickSight. The solution uses EventBridge Scheduler, Step Functions, Lambda, and CloudFormation parameters, and includes change detection, adaptive chunking, and full/incremental loads to provide near-real-time engineering analytics and support observability in the AI-Driven Development Lifecycle framework.

3.0

CODING · 1 SOURCE · GitHub AI & ML

GitHub rewrote the Copilot agent runtime in Rust with Copilot agents

GitHub migrated the Copilot agent runtime from a TypeScript/Node.js/V8 implementation to over 800,000 lines of production Rust. Most of the Rust code was authored by AI agents via the GitHub Copilot app and CLI across 128 pull requests; the migration shipped incrementally, reportedly improving runtime performance by orders of magnitude and reducing startup and memory overhead for many Microsoft/GitHub products that share the runtime via the Copilot SDK.

7.0

CODING · 1 SOURCE · xAI

SpaceXAI open-sources Grok Build coding agent and TUI

SpaceXAI has open-sourced Grok Build, its coding agent and terminal UI; the source is now available on GitHub. The repository exposes the agent loop (context assembly, response parsing, tool-call dispatch), tools for reading/editing/searching code and running commands, the terminal UI, and the extension system (skills, plugins, hooks, MCP servers, subagents), and can be compiled to run fully local-first with a local inference backend via config.toml.

6.0

MODELS · 1 SOURCE · xAI

Grok 4.5 becomes available in GitHub Copilot

Grok 4.5, SpaceXAI’s latest coding model, is now available as a selectable model in GitHub Copilot across VSCode and other Copilot products (including cloud agents and the Copilot CLI). For some businesses and enterprises the model must be enabled in Copilot settings; Grok 4.5 is also offered directly via the SpaceXAI console at $2 per million input tokens and $6 per million output tokens.

7.0

CODING · 1 SOURCE · xAI

Grok Build opens to all users on web, iOS, and Android

Grok Build is now available to all plans and on web, iOS, and Android; it converts natural-language descriptions into live, working apps inside Grok chats and supports publishing to grok.me with custom domains, remixing, GitHub export, secrets, and connectors. The release (previously an Early Beta limited to SuperGrok Heavy in July) also adds faster builds, X integration with rich link banners, generated cover art, and per-app access to Grok models via SpaceXAI APIs.

6.0

CODING · 1 SOURCE · Cohere

Cohere publishes megakernel serving engine for North Mini Code with faster H100 decoding

Cohere describes a megakernel-based serving engine for its North Mini Code 30B model that runs BF16 on a single NVIDIA H100 and claims 1.25×–1.41× end-to-end speedup over vLLM, with a reported 292 tok/s (62% of SoL) at batch size 1 — about 1.58× faster than vLLM. The system supports production features (continuous batching, paged attention, ragged sequences), an OpenAI-compatible endpoint with tool calling, is implemented as a single CUDA file, and the code is available on GitHub.

7.0

RESEARCH · 1 SOURCE · arXiv cs.AI

CADWorld: benchmark for long-horizon mechanical CAD workflows in FreeCAD

CADWorld is a new benchmark (arXiv:2609.16251v1) for long-horizon computer-aided design in FreeCAD, comprising 200 tasks across 11 mechanical-CAD workflow categories (sketching, part modeling, assembly, CAM, FEM, measurement, mesh processing, technical drawing, etc.). Agents interact via screenshots and GUI actions and are evaluated by executable checks on saved FreeCAD artifacts; across seven agents the top score is 17.5% success versus an 87.0% expert pass rate, highlighting major gaps in producing persistent, verifiable engineering artifacts.

6.0

RESEARCH · 1 SOURCE · arXiv cs.AI

Study finds sparse within-anatomy interpolation outperforms LightGBM cross-anatomy transfer for aortic FSI surrogates

Researchers evaluated a LightGBM geometry-only prior trained with leave-one-anatomy-out on three aortic geometries and zero-shot tested on a fourth, then applied sparse (5% anchor) field-completion; zero-shot transfer performed poorly, while within-anatomy interpolation methods (inverse-distance weighting and radial basis functions) achieved substantially higher R2 for OSI and stress metrics. Code, data and computation files are provided on GitHub and results are based on four de-identified human aortic models from the Vascular Model Repository (arXiv:2609.16322v1).

5.0

COMPANIES · 1 SOURCE · AWS Machine Learning

Amazon Bedrock AgentCore Identity adds Consent portal to manage end-user OAuth for AI agents

Amazon Bedrock AgentCore Identity now provides a managed Consent portal and a session-binding endpoint for AgentCore Gateway. The article walks through provisioning the portal, configuring GitHub and Slack authorization-code grant targets, the end-user consent flow, and reviewing activity in AWS CloudTrail.

6.0

MODELS · 1 SOURCE · InfoQ AI, ML & Data Engineering

GitHub Copilot's Project HydraFusion promises frontier-level performance via multi-model routing

Project HydraFusion is a research preview for GitHub Copilot that implements runtime orchestration of models from multiple providers, dynamically assembling execution plans and using three execution patterns based on task complexity. Early evaluations reported in the preview indicate high task quality while substantially reducing operational costs.

7.0

CODING · 1 SOURCE · GitHub AI & ML

GitHub Copilot app for Beginners: Using diffs, terminal, and browser

A GitHub Blog post provides a beginner guide to the GitHub Copilot app, showing how to view diffs, run terminal commands, and preview web apps side by side so you don’t have to switch tabs when checking agent-generated code.

4.0

CODING · 1 SOURCE · GitHub AI & ML

GitHub blog: How to run multiple agents in the Copilot app

GitHub published a beginner guide on the GitHub Blog showing how to run parallel agents in the GitHub Copilot app. The post aims to help users move from apprehension to productive use of multiple agents in the app.

3.0

COMPANIES · 1 SOURCE · GitHub AI & ML

GitHub explains new AI lingo — loops, harnesses, squads, hill climbing

GitHub's AI & ML team (via the GitHub Podcast and Blog) published an explainer decoding emerging AI terms developers are using — including loop engineering, harnesses, squads, open weights, and hill climbing. The post aims to clarify how these concepts are discussed in developer conversations.

3.0

CODING · 1 SOURCE · GitHub AI & ML

GitHub explains how it reduces AI-coding costs without sacrificing task quality

A GitHub AI & ML blog post outlines why shorter model outputs can sometimes increase costs and describes how GitHub Copilot reduces wasted work across the full coding task. The post appears on The GitHub Blog but does not detail specific implementation changes in this summary.

5.0

MODELS · 1 SOURCE · GitHub AI & ML

GitHub: How to evaluate LLMs before production

GitHub's blog published a post titled “How to evaluate LLMs before production” that describes lessons the team learned while evaluating large language models for a real-world secret-scanning system. The post is presented as practical guidance for assessing LLM behavior and suitability prior to deployment.

6.0

CODING · 1 SOURCE · GitHub AI & ML

How canvases make agentic workflows visible, steerable, and cost-efficient

A GitHub AI & ML blog post describes using canvases to surface, direct, and reduce the cost of agentic (multi-step AI agent) workflows, arguing that canvas-based views avoid the visibility and control loss that can occur in chat-based interfaces. The author explains how they apply canvases to their own agentic workflows and why other teams might benefit from the approach.

5.0

CODING · 1 SOURCE · Mistral AI

Mistral launches Vibe — unified AI agent for work and code

Mistral announced Vibe, a unified AI agent that handles long-running, multi-step work (in Work Mode) and coding workflows (in Code Mode). Vibe replaces Le Chat, runs on Mistral’s flagship models, offers a VS Code extension and CLI, integrates with enterprise tools (Google Workspace, Outlook, SharePoint, Slack, GitHub, etc.), and is available in Free, Pro, Team, and Enterprise plans.

7.0

MODELS · 1 SOURCE · Mistral AI

Mistral launches Medium 3.5 (128B) open-weights in public preview and adds cloud remote agents to Vibe/Le Chat

Mistral Medium 3.5, a 128B dense ‘merged’ model with a 256k context window and open weights under a modified MIT license, is available in public preview and becomes the default in Le Chat and Vibe coding flows. The update also introduces cloud remote agents for Mistral Vibe and a new Work mode in Le Chat for multi-step tool-driven tasks; pricing is $1.5 per million input tokens and $7.5 per million output tokens, and the model claims strong benchmark and agentic scores (e.g., 77.6% SWE-Bench Verified).

8.0

COMPANIES · 1 SOURCE · Mistral AI

Mistral launches Connectors and custom MCP API/SDK in Studio (Public Preview)

Mistral has added Connectors to Studio (Public Preview), exposing all built-in connectors and custom MCPs via API/SDK for use with model and agent calls. The release also introduces direct tool calling and human-in-the-loop approval flows, plus central registration so connectors are discoverable and reusable across Mistral apps (LeChat, AI Studio, with Vibe coming soon).

7.0

MODELS · 1 SOURCE · Google Research

Exphormer: using expander graphs to scale graph transformers

Exphormer is a sparse-attention framework for graph transformers proposed by Google Research (presented at ICML 2023) that replaces the dense full-attention interaction graph with a sparse d-regular expander graph (using a randomized Friedman near-Ramanujan construction). The approach combines expander edges with the input graph and virtual nodes to achieve linear edges and reports strong empirical results across diverse graph datasets; an implementation is available on GitHub.

7.0