"NUNTII EX MACHINA"
DOCUMENTING THE RACE TO AGI

THE
AGENTIC
TIMES_

▮ NEWS_TICKER.LIVE REC
▸ Ryan Serhant Reveals How He Turns AI Agents Into Million-Dollar Sales Forbes · 21.07.2026▸ Chinese Tech Firms Pitch AI Agents as the Future of Smartphones citynewsservice.cn · 21.07.2026▸ Powerful AI Models Happily Being Given Away for Free RealClearMarkets · 21.07.2026▸ GitLab 19.2 Puts AI Agents to Work on the Security Backlog infoq.com · 21.07.2026▸ OpenAI’s GPT-Red: How AI Models Are Now Training Each Other to Be More Secure quasa.io · 21.07.2026▸ MCP update prepares AI agents for widespread deployment Techzine Global · 21.07.2026▸ New ENCFORGE Ransomware Targets AI Model Files in Langflow RCE Attack The Hacker News · 21.07.2026▸ In Depth: Chinese Smartphone-Makers Bet on AI Agents Caixin Global · 21.07.2026▸ WebMCP: Bridging the Gap Between AI Agents and the Web devmio · 21.07.2026▸ Boomi study finds AI agent trust lags enterprise adoption InsiderPH · 21.07.2026▸ Rapidus and Cadence partner to advance AI-driven SoC design New Electronics · 21.07.2026▸ Agentic AI and Smart Data: The Architecture of the UK’s New Open Finance Framework… Finextra Research · 21.07.2026▸ Databricks: US$188bn Valuation, Genie One and Agentic AI AI Magazine · 21.07.2026▸ Nvidia targets simulation bottlenecks with AI agent expansion InsiderPH · 21.07.2026▸ China Weighs Export Controls on AI Models, Including Open Weight LLMs trendingtopics.eu · 21.07.2026▸ Research says JadePuffer Ransomware wipes off data on AI Model Infrastructure Cybersecurity Insiders · 21.07.2026▸ Reported US push to ban Chinese AI models reflects anxiety over eroding tech hegemony… Global Times · 21.07.2026▸ Webinar: Can AI agents finally automate data testing? QA Financial · 21.07.2026
▮ MODEL_FEED.LIVE REC
▸ Nemotron-Labs-Audex-30B-A3B NVIDIA · 30B · MoE · 06.07.2026▸ Nemotron-Labs-Audex-2B NVIDIA · 2B · 06.07.2026▸ DeepSeek-V4-Flash-DSpark DeepSeek · Open language model · 27.06.2026▸ Qwen-AgentWorld-35B-A3B Qwen · 35B · MoE · multimodal · 22.06.2026▸ GLM-5.2 Zhipu · Open language model · 16.06.2026▸ North-Mini-Code-1.0 Cohere · coding · 05.06.2026▸ DeepSeek-V4-Pro DeepSeek · Open language model · 22.04.2026▸ DeepSeek-V4-Flash DeepSeek · Open language model · 22.04.2026▸ granite-4.1-8b IBM · 8B · 06.04.2026▸ granite-4.1-3b IBM · 3B · 06.04.2026▸ Mamba2-primed-HQwen3-8B-Instruct Amazon · 8B · instruct · 31.03.2026▸ Falcon-OCR TII · Open language model · 22.02.2026▸ tiny-aya-base Cohere · Open language model · 13.02.2026▸ tiny-aya-global Cohere · Open language model · 13.02.2026▸ GLM-4.7-Flash Zhipu · Open language model · 19.01.2026▸ Falcon-H1R-7B TII · 7B · 29.10.2025
▮ CODING / 06.04.2026 · 2 MIN READ

GitHub Rolls Out Agent-Signed Commits

GitHub Rolls Out Agent-Signed Commits

GitHub’s Copilot cloud agent now signs every commit it makes, and that fixes a real problem around agentic code governance.

Signed commits show up as `Verified` on GitHub. They prove a commit genuinely came from whoever (or whatever) claims to have made it, and that nobody tampered with it after the fact. Plenty of engineering teams require this. Security-conscious ones often mandate it through a branch protection rule called “Require signed commits.”

Until now, that rule blocked Copilot’s cloud agent outright. The agent had no way to sign, so repos enforcing the rule simply couldn’t use it. Not degraded performance, not a workaround. Just locked out.

That’s no longer the case. Commits from the agent now carry a verified signature like any other, which means repos that previously had no path to agentic coding at all now do.

It’s a small change with an outsized effect on adoption. Plenty of enterprise teams run with strict commit signing as a baseline security requirement, non-negotiable, full stop. For those teams, this wasn’t a missing feature. It was a hard wall. Now it isn’t.

Worth watching whether this becomes the norm other coding agent vendors get pressured to match. Commit signing is a basic trust mechanism in software supply chains, and as agents take on more autonomous commit and PR activity, “did a human or a machine actually make this change, and can you prove it” stops being a nice-to-have question. Expect more vendors to ship signing support as default, not bolted on after the fact.

END OF TRANSMISSION ▮ ◂ MORE CODING