🔄 [GitHub Releases] open-webui/open-webui - v0.10.1
https://github.com/open-webui/open-webui/releases/tag/v0.10.1
https://github.com/open-webui/open-webui/releases/tag/v0.10.1
GitHub
Release v0.10.1 · open-webui/open-webui
Fixed
🤝 Shared folder read-only chats no longer sign users out. Opening or reading chats from shared folders now keeps the current session active when a resource-level access error is returned, in...
🤝 Shared folder read-only chats no longer sign users out. Opening or reading chats from shared folders now keeps the current session active when a resource-level access error is returned, in...
📰 OpenAI - Mapping Europe’s AI Workforce Opportunity
https://openai.com/index/mapping-ai-jobs-transition-eu
📰 OpenAI - HP Inc. launches Frontier strategic partnership with OpenAI
https://openai.com/index/hp-frontier-partnership
https://openai.com/index/mapping-ai-jobs-transition-eu
📰 OpenAI - HP Inc. launches Frontier strategic partnership with OpenAI
https://openai.com/index/hp-frontier-partnership
OpenAI
Mapping Europe’s AI Workforce Opportunity
A new OpenAI report maps how AI could reshape jobs across the EU, highlighting which occupations may face automation, growth, or workflow changes.
📰 NVIDIA - How to Govern Autonomous Agents in Enterprise AI Factories
AI agents are quickly moving beyond chat. They inspect code, run tests, read documents, search knowledge bases, query internal systems, and operate for hours on…
https://developer.nvidia.com/blog/how-to-govern-autonomous-agents-in-enterprise-ai-factories/
AI agents are quickly moving beyond chat. They inspect code, run tests, read documents, search knowledge bases, query internal systems, and operate for hours on…
https://developer.nvidia.com/blog/how-to-govern-autonomous-agents-in-enterprise-ai-factories/
NVIDIA Technical Blog
How to Govern Autonomous Agents in Enterprise AI Factories
AI agents are quickly moving beyond chat. They inspect code, run tests, read documents, search knowledge bases, query internal systems, and operate for hours on behalf of a user.
🆕 [HF Models] microsoft - vermeer-XL-CA
https://huggingface.co/microsoft/vermeer-XL-CA
🔓 [HF Models] microsoft - Dayhoff-170M-GRS-SS-74000
https://huggingface.co/microsoft/Dayhoff-170M-GRS-SS-74000
🔓 [HF Models] microsoft - Dayhoff-170M-GRS-SS-86000
https://huggingface.co/microsoft/Dayhoff-170M-GRS-SS-86000
https://huggingface.co/microsoft/vermeer-XL-CA
🔓 [HF Models] microsoft - Dayhoff-170M-GRS-SS-74000
https://huggingface.co/microsoft/Dayhoff-170M-GRS-SS-74000
🔓 [HF Models] microsoft - Dayhoff-170M-GRS-SS-86000
https://huggingface.co/microsoft/Dayhoff-170M-GRS-SS-86000
huggingface.co
microsoft/vermeer-XL-CA · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
🔄 [GitHub Releases] invoke-ai/InvokeAI - InvokeAI v6.13.5 (release candidate 1)
https://github.com/invoke-ai/InvokeAI/releases/tag/v6.13.5.rc1
https://github.com/invoke-ai/InvokeAI/releases/tag/v6.13.5.rc1
GitHub
Release InvokeAI v6.13.5 (release candidate 1) · invoke-ai/InvokeAI
This is a maintenance release of InvokeAI focused on bug fixes and stability. Version 6.14.0 will be the next major feature release, featuring video generation, multiple GPU support, the Wan 2.2 im...
📰 HuggingFace - Featuring Every Eval Ever Results on Hugging Face Model Pages
https://huggingface.co/blog/eee-community-evals
https://huggingface.co/blog/eee-community-evals
huggingface.co
Featuring Every Eval Ever Results on Hugging Face Model Pages
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
🆕 [HF Models] microsoft - GELab-Zero-4B-preview-Sico-Evolution
https://huggingface.co/microsoft/GELab-Zero-4B-preview-Sico-Evolution
https://huggingface.co/microsoft/GELab-Zero-4B-preview-Sico-Evolution
huggingface.co
microsoft/GELab-Zero-4B-preview-Sico-Evolution · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
📰 HuggingFace - Why Specialization Is Inevitable
https://huggingface.co/blog/Dharma-AI/why-specialization-is-inevitable
https://huggingface.co/blog/Dharma-AI/why-specialization-is-inevitable
huggingface.co
Why Specialization Is Inevitable
A Blog post by Dharma-AI on Hugging Face
🆕 [HF Models] google - tabfm-1.0.0-jax
https://huggingface.co/google/tabfm-1.0.0-jax
🆕 [HF Models] google - tabfm-1.0.0-pytorch
https://huggingface.co/google/tabfm-1.0.0-pytorch
https://huggingface.co/google/tabfm-1.0.0-jax
🆕 [HF Models] google - tabfm-1.0.0-pytorch
https://huggingface.co/google/tabfm-1.0.0-pytorch
huggingface.co
google/tabfm-1.0.0-jax · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
📰 Google Model Cards - Gemini 3.1 Flash-Lite Image
https://deepmind.google/models/model-cards/gemini-3-1-flash-lite-image/
https://deepmind.google/models/model-cards/gemini-3-1-flash-lite-image/
Google DeepMind
Gemini 3.1 Flash-Lite Image - Model Card
📰 Google AI Blog - Driving the Agent Quality Flywheel from Your Coding Agent
Building AI agents often leaves developers uncertain if prompt tweaks to fix single errors will accidentally cause widespread regressions in production. To bridge this gap, Google has introduced a new developer skill for coding agents that automates a five-stage evaluation flywheel: preparing data, running inference, grading with adaptive AutoRaters, analyzing failure clusters, and executing targeted optimizations. Running continuously against production traffic or on-demand via synthetic scenarios, this tool allows developers to describe testing goals in plain language while an independent evaluation service safely validates and counts actual performance improvements.
https://developers.googleblog.com/en/driving-the-agent-quality-flywheel-from-your-coding-agent/
📰 Google AI Blog - Build reliable multi-agent applications with ADK Go 2.0. Discover our new graph-based workflow engine, built-in human-in-the-loop, and dynamic orchestration
The Agent Development Kit (ADK) for Go 2.0 has been released, introducing a first-class, graph-based workflow engine to help developers compose complex, multi-agent applications. This update adds built-in primitives for human-in-the-loop (HITL) orchestration, dynamic execution using plain Go code, and automated resilience features like exponential backoff retries. By unifying the execution model, both single-agent applications and intricate graphs now run on the same runtime, simplifying telemetry and state persistence.
https://developers.googleblog.com/en/announcing-adk-go-20/
Building AI agents often leaves developers uncertain if prompt tweaks to fix single errors will accidentally cause widespread regressions in production. To bridge this gap, Google has introduced a new developer skill for coding agents that automates a five-stage evaluation flywheel: preparing data, running inference, grading with adaptive AutoRaters, analyzing failure clusters, and executing targeted optimizations. Running continuously against production traffic or on-demand via synthetic scenarios, this tool allows developers to describe testing goals in plain language while an independent evaluation service safely validates and counts actual performance improvements.
https://developers.googleblog.com/en/driving-the-agent-quality-flywheel-from-your-coding-agent/
📰 Google AI Blog - Build reliable multi-agent applications with ADK Go 2.0. Discover our new graph-based workflow engine, built-in human-in-the-loop, and dynamic orchestration
The Agent Development Kit (ADK) for Go 2.0 has been released, introducing a first-class, graph-based workflow engine to help developers compose complex, multi-agent applications. This update adds built-in primitives for human-in-the-loop (HITL) orchestration, dynamic execution using plain Go code, and automated resilience features like exponential backoff retries. By unifying the execution model, both single-agent applications and intricate graphs now run on the same runtime, simplifying telemetry and state persistence.
https://developers.googleblog.com/en/announcing-adk-go-20/
Googleblog
Google for Developers Blog - News about Web, Mobile, AI and Cloud
Stop guessing if prompt tweaks break your AI agents. Learn how Google’s new quality flywheel skill automates testing, grading, and optimization.
📰 HuggingFace - ScarfBench: Benchmarking AI Agents for Enterprise Java Framework Migration
https://huggingface.co/blog/ibm-research/scarfbench
https://huggingface.co/blog/ibm-research/scarfbench
huggingface.co
ScarfBench: Benchmarking AI Agents for Enterprise Java Framework Migration
A Blog post by IBM Research on Hugging Face
📰 PyTorch - Miles: A PyTorch-Native Stack for Large-Scale LLM RL Post-Training
TL;DR Miles is RadixArk’s open source framework for large-scale LLM RL post-training. It composes SGLang for rollout, NVIDIA Megatron-LM for training, Ray orchestration, and PyTorch-native extensibility behind a small, pluggable...
https://pytorch.org/blog/miles-a-pytorch-native-stack-for-large-scale-llm-rl-post-training/
TL;DR Miles is RadixArk’s open source framework for large-scale LLM RL post-training. It composes SGLang for rollout, NVIDIA Megatron-LM for training, Ray orchestration, and PyTorch-native extensibility behind a small, pluggable...
https://pytorch.org/blog/miles-a-pytorch-native-stack-for-large-scale-llm-rl-post-training/
📰 Claude Blog - Getting started with loops
https://claude.com/blog/getting-started-with-loops
📰 Claude Blog - Introducing the Claude apps gateway for Amazon Bedrock and Google Cloud
https://claude.com/blog/introducing-the-claude-apps-gateway
📰 Claude Blog - Claude in Microsoft Foundry is now generally available
https://claude.com/blog/claude-in-microsoft-foundry
https://claude.com/blog/getting-started-with-loops
📰 Claude Blog - Introducing the Claude apps gateway for Amazon Bedrock and Google Cloud
https://claude.com/blog/introducing-the-claude-apps-gateway
📰 Claude Blog - Claude in Microsoft Foundry is now generally available
https://claude.com/blog/claude-in-microsoft-foundry
Claude
Loop engineering: Getting started with loops | Claude by Anthropic
Loop engineering with Anthropic's Claude Code: design turn-based, goal, time, and proactive agent loops that run to a stop condition.
📰 Anthropic - Introducing Claude Sonnet 5
https://www.anthropic.com/news/claude-sonnet-5
📰 Anthropic - Claude Science, an AI workbench for scientists, is now available
https://www.anthropic.com/news/claude-science-ai-workbench
https://www.anthropic.com/news/claude-sonnet-5
📰 Anthropic - Claude Science, an AI workbench for scientists, is now available
https://www.anthropic.com/news/claude-science-ai-workbench
Anthropic
Introducing Claude Sonnet 5
Our most agentic Sonnet yet, with top-tier intelligence for coding and everyday professional work.
📰 OpenAI - How ChatGPT adoption has expanded
https://openai.com/index/how-chatgpt-adoption-has-expanded
📰 OpenAI - Core dump epidemiology: fixing an 18-year-old bug
https://openai.com/index/core-dump-epidemiology-data-infrastructure-bug
📰 OpenAI - Inside Genebench-Pro
https://openai.com/index/genebench-pro/case-studies
📰 OpenAI - Introducing GeneBench-Pro
https://openai.com/index/introducing-genebench-pro
https://openai.com/index/how-chatgpt-adoption-has-expanded
📰 OpenAI - Core dump epidemiology: fixing an 18-year-old bug
https://openai.com/index/core-dump-epidemiology-data-infrastructure-bug
📰 OpenAI - Inside Genebench-Pro
https://openai.com/index/genebench-pro/case-studies
📰 OpenAI - Introducing GeneBench-Pro
https://openai.com/index/introducing-genebench-pro
OpenAI
How ChatGPT adoption has expanded
New OpenAI Signals data shows how ChatGPT adoption is growing globally, with users increasing usage, exploring more capabilities, and driving growth across regions and languages.
🆕 [HF Models] ibm-granite - granite-speech-4.1-2b-plus-GGUF
https://huggingface.co/ibm-granite/granite-speech-4.1-2b-plus-GGUF
https://huggingface.co/ibm-granite/granite-speech-4.1-2b-plus-GGUF
huggingface.co
ibm-granite/granite-speech-4.1-2b-plus-GGUF · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.