AI News Sep 15, 2026
By Frontier Editorial •
Key Takeaways
- MediaTek unveils Dimensity 9600 Pro chip built on TSMC 2nm node: MediaTek has introduced the Dimensity 9600 Pro, marking its first smartphone system-on-chip manufactured on TSMC's …
- Apple launches rebuilt Siri powered by Google Gemini models: Apple has released its rebuilt Siri assistant, which is powered by Google's Gemini models and runs via on-device proces…
- Pony.ai and GAC unveil L4 electric robotruck for 2026 mass production: Pony.ai and GAC Commercial Vehicle have unveiled a Gen-4 Level-4 electric heavy truck built on the GAC T9 pla…
- Euclyd: €200M+ (Series A)
- 1. Identify the specific code review metrics and quality standards your engineering team requires.
What are the top AI breakthroughs?
This Sep 15, 2026 covers 9 curated AI news items spanning technology, research, and product developments. DeepSeek open-sources Harness agent runtime with plugin design: DeepSeek has released DeepSeek Harness, an MIT-licensed ...
DeepSeek open-sources Harness agent runtime with plugin design: DeepSeek has released DeepSeek Harne…
DeepSeek open-sources Harness agent runtime with plugin design: DeepSeek has released DeepSeek Harness, an MIT-licensed agent runtime currently in developer preview. The system features an everything-is-a-plugin design where models, tools, sessions, sandboxes, and the UI are Cordis plugins, with npm packages advancing through the v0.1.5-rc line.
Apple launches rebuilt Siri powered by Google Gemini models: Apple has released its rebuilt Siri ass…
Apple launches rebuilt Siri powered by Google Gemini models: Apple has released its rebuilt Siri assistant, which is powered by Google's Gemini models and runs via on-device processing and Private Cloud Compute. Early testers report improvements in multi-step requests and screen context, alongside issues with hallucinations and personal context.
Researchers introduce ZGCM-1 open 7B model for math and search: Researchers have presented ZGCM-1, a…
Researchers introduce ZGCM-1 open 7B model for math and search: Researchers have presented ZGCM-1, a fully open 7B dense foundation model trained from scratch for math and agentic search. The model overcomes parametric capacity limits by coupling internal thinking with active external tool use across a 256K context window.
Nvidia Vera Rubin NVL72 beats Blackwell by 7x in DeepSeek inference test: Inference tests on a 1.6-t…
Nvidia Vera Rubin NVL72 beats Blackwell by 7x in DeepSeek inference test: Inference tests on a 1.6-trillion parameter DeepSeek model show Nvidia's Vera Rubin NVL72 delivers up to seven times better token throughput per megawatt compared to Blackwell. This performance exceeds CEO Jensen Huang's previous claim of a threefold improvement for models ranging from 1T to 3T parameters.
OpenAI hires hundreds of contractors to read and rate ChatGPT chats: OpenAI employs hundreds of cont…
OpenAI hires hundreds of contractors to read and rate ChatGPT chats: OpenAI employs hundreds of contract workers to read and rate real ChatGPT conversations on a scale of one to seven to reduce flattery and human-like behavior. Although prompts are anonymized, they can still contain sensitive data.
MediaTek unveils Dimensity 9600 Pro chip built on TSMC 2nm node: MediaTek has introduced the Dimensi…
MediaTek unveils Dimensity 9600 Pro chip built on TSMC 2nm node: MediaTek has introduced the Dimensity 9600 Pro, marking its first smartphone system-on-chip manufactured on TSMC's advanced 2nm process node. The company also unveiled the 3nm Dimensity 9600M chip, with both processors featuring boosted artificial intelligence performance to compete with Qualcomm.
XPeng deploys Turing AI chips in humanoid robots to deliver 2,250 TOPS: XPeng is extending its self-…
XPeng deploys Turing AI chips in humanoid robots to deliver 2,250 TOPS: XPeng is extending its self-developed Turing AI silicon from intelligent electric vehicles into humanoid robots as part of its Physical AI stack. The company's IRON humanoid robot configurations will feature approximately three on-device Turing chips, delivering a total of roughly 2,250 TOPS.
Pony.ai and GAC unveil L4 electric robotruck for 2026 mass production: Pony.ai and GAC Commercial Ve…
Pony.ai and GAC unveil L4 electric robotruck for 2026 mass production: Pony.ai and GAC Commercial Vehicle have unveiled a Gen-4 Level-4 electric heavy truck built on the GAC T9 platform at IAA Transportation 2026. The partners aim to begin volume production of the vehicle later in 2026 using a lower-cost, automotive-grade Autonomous Driving Kit.
Anthropic launches Claude for Financial Advisors with BlackRock integration: Anthropic has launched …
Anthropic launches Claude for Financial Advisors with BlackRock integration: Anthropic has launched Claude for Financial Advisors, a specialized set of tools connecting its chatbot to wealth-management and investment analytics platforms. The service features integrations with tools from major financial firms including BlackRock, Addepar, and Charles Schwab.
What are the latest AI investment signals?
Latest AI investment signals: 3 funding rounds, 0 market updates, and 0 M&A transactions.
Primary Market – Funding Rounds
Secondary Market – Market Updates
No secondary market data.
M&A – Mergers & Acquisitions
No M&A data.
What are practical AI tips this week?
3 practical AI tips curated from Reddit communities and expert blogs. Evaluation compares GPT-5.6 Luna and GPT-6 Astra for code reviews...
artificial intelligence
Evaluation compares GPT-5.6 Luna and GPT-6 Astra for code reviews
1. Identify the specific code review metrics and quality standards your engineering team requires. 2. Run a pilot test comparing GPT-5.6 Luna and GPT-6 Astra on a sample set of your repository's pull requests. 3. Calculate the cost per API call for both models to determine the budget impact of scaling each option. 4. Deploy the lower-cost GPT-5.6 Luna for routine syntax and style checks, reserving GPT-6 Astra for complex logic reviews.
Prompt Engineering
Tuning prompts against small evaluation sets risks model overfitting
1. Perform semantic deduplication on your evaluation dataset before splitting it into training and holdout sets. 2. Keep a strict holdout evaluation set that the prompt author is not allowed to inspect. 3. Build adversarial evaluation slices using fresh failure cases to test prompt robustness. 4. Use confidence intervals and pass-at-k metrics to get a more honest assessment of tasks with multiple acceptable outputs.
Prompt Engineering
Prompting LLMs for decision briefs yields more actionable insights than summaries
1. Replace generic 'summarize' prompts with a request for a 'decision brief' for a busy reader. 2. Instruct the model to state the primary decision the report is meant to inform in a single sentence. 3. Direct the model to extract 3 to 5 key findings that would actually change or influence that decision, omitting irrelevant details.