Google will release its first fully self-developed smartphone chip, Tensor G5, in the upcoming Pixel 10 smartphone to be unveiled 8/20, media report, a break from the past when Google worked with Samsung on the chip.
Google also switched manufacturers, tapping TSMC’s 3nm process for the Tensor G5.
Google also switched manufacturers, tapping TSMC’s 3nm process for the Tensor G5.
Cnyes
Google宣布8月推Pixel新機 AI功能與台積電晶片成亮點 | 鉅亨網 - 美股雷達
鉅亨網編譯段智恆2025-07-17 02:00
🔥3
Apple introduced Foundation Models and a new Foundation Models framework, which gives app developers direct access to the on-device AFM model.
Apple Machine Learning Research
Apple Intelligence Foundation Language Models Tech Report 2025
We introduce two multilingual, multimodal foundation language models that power Apple Intelligence features across Apple devices and…
AWS launched Kiro, a new agentic IDE to take on Cursor
It combines agentic coding with spec-driven development to bridge the gap between AI prototypes and complex production-ready apps.
Free preview now available.
It combines agentic coding with spec-driven development to bridge the gap between AI prototypes and complex production-ready apps.
Free preview now available.
kiro.dev
Introducing Kiro
A new agentic IDE that works alongside you from prototype to production
🔥3
Ai2 introduced AutoDS—an AI that doesn’t just hunt for answers, it decides which questions are worth asking.
AutoDS spins up its own hypotheses, runs the stats, learns from the outcomes, and then repeats. The system can use the results of statistical experiments it generates and conducts to propose new hypotheses.
Paper.
AutoDS spins up its own hypotheses, runs the stats, learns from the outcomes, and then repeats. The system can use the results of statistical experiments it generates and conducts to propose new hypotheses.
Paper.
allenai.org
AutoDS: A prototype engine for autonomous, open-ended scientific discovery | Ai2
AutoDS goes beyond standard data crunching by building upon its own findings and uncovering insights that may not be immediately apparent even to experienced researchers.
🆒4🔥3
Olympiad math + AI: Google ran Gemini 2.5 Pro on the fresh IMO 2025 problems.
With careful prompting and pipeline design, it solved 5 out of 6 — remarkable for tasks demanding deep insight and creativity.
The model could win gold.
With careful prompting and pipeline design, it solved 5 out of 6 — remarkable for tasks demanding deep insight and creativity.
The model could win gold.
GitHub
IMO25/IMO25.pdf at main · lyang36/IMO25
An AI agent system for solving International Mathematical Olympiad (IMO) problems using Google's Gemini, OpenAI, and XAI APIs. - lyang36/IMO25
🥰3
Kimi K2 paper dropped. Some notes:
1. MuonClip optimizer.
2. large-scale agentic data synthesis pipeline that systematically generates tool-use demonstrations via simulated and real-world environments.
3. an RL framework that combines RLVR with a self-
critique rubric reward mechanism that allows model to evaluate its own outputs.
1. MuonClip optimizer.
2. large-scale agentic data synthesis pipeline that systematically generates tool-use demonstrations via simulated and real-world environments.
3. an RL framework that combines RLVR with a self-
critique rubric reward mechanism that allows model to evaluate its own outputs.
GitHub
Kimi-K2/tech_report.pdf at main · MoonshotAI/Kimi-K2
Kimi K2 is the large language model series developed by Moonshot AI team - MoonshotAI/Kimi-K2
🔥3👍2
IBM introduced a Framework for Quantum Advantage
Researchers defined quantum advantage as a task where results are verifiable and quantum outperforms classical in cost, efficiency, or accuracy.
The pathways forward are methods that are either:
- Provably bounded
- Variational
- Classically verifiable
Paper.
Researchers defined quantum advantage as a task where results are verifiable and quantum outperforms classical in cost, efficiency, or accuracy.
The pathways forward are methods that are either:
- Provably bounded
- Variational
- Classically verifiable
Paper.
arXiv.org
A Framework for Quantum Advantage
As quantum computing approaches the threshold where certain tasks demonstrably outpace their classical machines, the need for a precise, clear, consensus-driven definition of quantum advantage...
🆒5🔥2
Google DeepMind shared pre-print AMIE research diagnostic dialogue AI.
Researchers introduced a new asynchronous oversight paradigm, decoupling history-taking by AMIE from sharing a human-approved diagnosis.
AMIE can perform consultations with patients to gather information within guardrails (g-AMIE), abstaining from individualized medical advice. A diagnosis and treatment plan is proposed, which licensed physicians authorize through our interface, the clinician cockpit.
Guardrailed-AMIE multi-agent system consists of a multi-phase dialogue agent, a guardrail agent and a SOAP note generation agent based on Gemini 2.0 Flash.
Researchers evaluate workflow in a virtual Objective Structured Clinical Examination (OSCE) study with oversight, contextualizing g-AMIE’s performance with control groups consisting of primary care physicians (PCPs) and nurse practitioners (NPs)/physician assistants/associates (PAs).
g-AMIE and the control groups (g-PCP and g-NP/PA) all operate under the same guardrails of not providing individualized medical advice during consultations and draft SOAP notes for handoff.
This work has various limitations and nuances, including the difficulty of classifying individualized medical advice, the AI-focused workflow which was unfamiliar to both control groups, high mental load required for oversight and the simulated nature of our OSCE study.
Because of this, results need to be interpreted with care and cannot be used to draw conclusions about the relative performance of our PCP, NP and PA control groups.
Researchers introduced a new asynchronous oversight paradigm, decoupling history-taking by AMIE from sharing a human-approved diagnosis.
AMIE can perform consultations with patients to gather information within guardrails (g-AMIE), abstaining from individualized medical advice. A diagnosis and treatment plan is proposed, which licensed physicians authorize through our interface, the clinician cockpit.
Guardrailed-AMIE multi-agent system consists of a multi-phase dialogue agent, a guardrail agent and a SOAP note generation agent based on Gemini 2.0 Flash.
Researchers evaluate workflow in a virtual Objective Structured Clinical Examination (OSCE) study with oversight, contextualizing g-AMIE’s performance with control groups consisting of primary care physicians (PCPs) and nurse practitioners (NPs)/physician assistants/associates (PAs).
g-AMIE and the control groups (g-PCP and g-NP/PA) all operate under the same guardrails of not providing individualized medical advice during consultations and draft SOAP notes for handoff.
This work has various limitations and nuances, including the difficulty of classifying individualized medical advice, the AI-focused workflow which was unfamiliar to both control groups, high mental load required for oversight and the simulated nature of our OSCE study.
Because of this, results need to be interpreted with care and cannot be used to draw conclusions about the relative performance of our PCP, NP and PA control groups.
🔥3
Alibaba released Qwen3-Coder
This 480B-parameter Mixture-of-Experts model (35B active) natively supports 256K context and scales to 1M context with extrapolation.
It achieves top-tier performance across multiple agentic coding benchmarks among open models, including SWE-bench-Verified.
Alongside the model, also open-sourcing a command-line tool for agentic coding: Qwen Code. Forked from Gemini Code, it includes custom prompts and function call protocols to fully unlock Qwen3-Coder’s capabilities.
This 480B-parameter Mixture-of-Experts model (35B active) natively supports 256K context and scales to 1M context with extrapolation.
It achieves top-tier performance across multiple agentic coding benchmarks among open models, including SWE-bench-Verified.
Alongside the model, also open-sourcing a command-line tool for agentic coding: Qwen Code. Forked from Gemini Code, it includes custom prompts and function call protocols to fully unlock Qwen3-Coder’s capabilities.
chat.qwen.ai
Qwen Studio
Qwen Studio is an official platform from Qwen that empowers both everyday users and developers with unified access to Qwen’s series of open-source and proprietary models. It offers comprehensive functionality spanning chatbots, image and video understanding…
🔥5
How can we teach embodied agents to think before they act?
ThinkAct — a hierarchical Reasoning VLA framework with an MLLM for complex, slow reasoning and an action expert for fast, grounded execution.
Paper.
ThinkAct — a hierarchical Reasoning VLA framework with an MLLM for complex, slow reasoning and an action expert for fast, grounded execution.
Paper.
jasper0314-huang.github.io
ThinkAct: Vision-Language-Action Reasoning via Reinforced Visual Latent Planning
Microsoft released GitHub Spark — a new tool in Copilot that turns your ideas into full-stack apps, entirely in natural language.
The GitHub Blog
GitHub Spark in public preview for Copilot Pro+ subscribers - GitHub Changelog
Stuck between idea and implementation? Spending weeks on mock ups or docs that never ship? GitHub Spark takes you from idea to deployed app in minutes. Build and ship full-stack…
🔥4
MIT introduced MEM1: RL for Memory Consolidation in Long-Horizon Agents.
Long-horizon agents (e.g., deep research, web agents) typically store all observations, actions, and intermediate thoughts in context. However, much of this information is unnecessary for subsequent reasoning, leading to inefficient memory usage and slower inference.
In MEM1, researchers introduced RL approach that trains the agent to maintain a dynamic internal state, which:
1. Consolidates and maintains only relevant information
2. Updates memory while reasoning
3. Discards unneeded history dynamically
A new method achieves:
1. 3.7× lower memory usage & 1.78× faster inference on multi-question HotpotQA
2. 2.5× lower memory usage on WebShop
code and model are fully open-sourced:
Paper.
Long-horizon agents (e.g., deep research, web agents) typically store all observations, actions, and intermediate thoughts in context. However, much of this information is unnecessary for subsequent reasoning, leading to inefficient memory usage and slower inference.
In MEM1, researchers introduced RL approach that trains the agent to maintain a dynamic internal state, which:
1. Consolidates and maintains only relevant information
2. Updates memory while reasoning
3. Discards unneeded history dynamically
A new method achieves:
1. 3.7× lower memory usage & 1.78× faster inference on multi-question HotpotQA
2. 2.5× lower memory usage on WebShop
code and model are fully open-sourced:
Paper.
mit-mi.github.io
TWITTER BANNER TITLE META TAG
TWITTER BANNER DESCRIPTION META TAG
❤5
Chat Annotator— a free chatbot where users can highlight parts of responses, leave a comment, and have the model incorporate that feedback into its next output. Powered by Cohere Command-A.
How do we train LLMs on real-world tasks where it’s hard to define a single verifiable answer?
Scale introduced Rubrics as Rewards (RaR) — a framework for on-policy post-training that uses structured, checklist-style rubrics as interpretable reward signals.
Scale introduced Rubrics as Rewards (RaR) — a framework for on-policy post-training that uses structured, checklist-style rubrics as interpretable reward signals.
👍5
ASI-Arch is the first Artificial Superintelligence for AI Research enabling fully automated neural architecture innovation.
No human-designed search space. No human in the loop.
Key Breakthroughs of ASI-Arch:
- Autonomous code generation & training
- 1,773 experiments conducted (20K+ GPU hours)
- 106 new SOTA linear attention architectures discovered
- Unveiled a scaling law for scientific discovery
No human-designed search space. No human in the loop.
Key Breakthroughs of ASI-Arch:
- Autonomous code generation & training
- 1,773 experiments conducted (20K+ GPU hours)
- 106 new SOTA linear attention architectures discovered
- Unveiled a scaling law for scientific discovery
arXiv.org
AlphaGo Moment for Model Architecture Discovery
While AI systems demonstrate exponentially improving capabilities, the pace of AI research itself remains linearly bounded by human cognitive capacity, creating an increasingly severe development...
🔥7🤯2
Another massive open-source LLM is coming from a Chinese company. Meet Step 3 — multimodal LLM from StepFun:
1. MoE architecture (321B total params, 38B active)
2. Rivals OpenAI o3, Gemini 2.5 Pro, and Claude Opus 4 in performance
3. Optimized for China’s domestic AI chips
StepFun just announced: Step 3 will be open-sourced on July 31st!
This could be the best open-source multimodal LLM you’ll get your hands on.
1. MoE architecture (321B total params, 38B active)
2. Rivals OpenAI o3, Gemini 2.5 Pro, and Claude Opus 4 in performance
3. Optimized for China’s domestic AI chips
StepFun just announced: Step 3 will be open-sourced on July 31st!
This could be the best open-source multimodal LLM you’ll get your hands on.
🔥11
Claude Code is getting a brand new feature: custom subagents
Subagents let you create teams of custom agents, each designed to handle specialized tasks.
Examples of subagents we’ve seen be useful are:
1. Software Architect: help design features elegantly and ensure appropriate layers of abstraction.
2. Code reviewer: Review best practices in a codebase, delete old code.
3. QA tester: Run unit tests, lints and writes fixes.
Subagents let you create teams of custom agents, each designed to handle specialized tasks.
Examples of subagents we’ve seen be useful are:
1. Software Architect: help design features elegantly and ensure appropriate layers of abstraction.
2. Code reviewer: Review best practices in a codebase, delete old code.
3. QA tester: Run unit tests, lints and writes fixes.
Claude Code Docs
Create custom subagents - Claude Code Docs
Create and use specialized AI subagents in Claude Code for task-specific workflows and improved context management.
🔥6❤🔥2👍2
Hunyuan released 3D World Model 1.0
It's the industry's first open-source 3D world generation model, compatible with CG pipelines for full editability & simulation. Set to transform game development, VR, digital content creation and so on.
Try it.
It's the industry's first open-source 3D world generation model, compatible with CG pipelines for full editability & simulation. Set to transform game development, VR, digital content creation and so on.
Try it.
Tencent
腾讯混元3D
腾讯混元3D生成模型基于Diffusion技术,支持文本和图像生成3D资产。该模型配备精心设计的文本和图像编码器、扩散模型及3D解码器,能够实现多视图生成、重建及单视图生成。腾讯混元3D大模型可快速生成精美3D物体,适用于多种下游应用。
A new world wodel from Meta - DINO-world: a generalist video world model that predicts the future—in latent space.
Trained on uncurated videos with DINOv2, it learns diverse temporal dynamics (driving, indoors, sims), beats prior models on segmentation & depth, and even grasps intuitive physics.
It can be fine-tuned for action-conditioned planning.
Trained on uncurated videos with DINOv2, it learns diverse temporal dynamics (driving, indoors, sims), beats prior models on segmentation & depth, and even grasps intuitive physics.
It can be fine-tuned for action-conditioned planning.
🆒5🔥2