AI Prompt
BlogAbout
← Back

ChatGPT's Stealth Upgrade, VSCode Security Mess, and More

5 min read

Monday brought a massive ChatGPT upgrade that OpenAI forgot to announce—plus a reminder that developer tools are becoming the new attack surface.


OpenAI Ships Huge Code Interpreter Upgrade in Silence

ChatGPT's Code Interpreter just got a ridiculous upgrade, and OpenAI didn't bother telling anyone. Simon Willison caught it—ChatGPT can now pip install and npm install packages, plus run code in Python, Node.js, Bash, Ruby, Perl, PHP, Go, Java, Swift, Kotlin, C, and C++. Not mentioned in the release notes. Not announced. Just... there.

This is a big deal. The original Code Interpreter was a sandboxed Python environment with a fixed set of packages. Useful, but limited. Now it's basically a full development environment that can pull in arbitrary dependencies and execute across a dozen languages. That's the difference between a calculator and a workshop.

The pattern here: OpenAI is shipping infrastructure-level features without fanfare. They're treating ChatGPT less like a chatbot and more like a platform—one where the execution environment matters as much as the model. The competition isn't just "who has the smartest LLM" anymore. It's "who has the most capable runtime."

What's interesting isn't that they added this capability—it's that they didn't announce it. Either they're testing it quietly before a formal launch, or they've decided that shipping features is more important than marketing them. I'm guessing the former, but the latter would be refreshing.

Discussion on X


Quick Hits

VSCode AI extensions caught harvesting sensitive data and sending it to China Two VSCode AI extensions are reportedly scraping sensitive data from more than 1.5 million users and shipping it to China. The incident highlights what I've been saying for months—developer tools are the new supply chain vulnerability. You install an extension to make your life easier, and now someone has your codebase, your credentials, your internal docs. The attack surface isn't your firewall anymore. It's your IDE. Discussion on X

Clawdbot goes viral as open-source AI assistant Clawdbot is an open-source personal AI assistant that runs locally and integrates with WhatsApp and Telegram. It handles tasks like clearing inboxes, sending emails, and managing calendars—proactively, not on command. The appeal is obvious: it's local, it's affordable, and it doesn't require trusting another SaaS company with your data. The pattern: people want AI assistants that work for them, not for advertisers. Discussion on X

US firms spend $190M on tech annually but only 10% are "fully scaled" on AI According to the 2026 US Technology Survey, firms are spending $190M on tech and seeing $293M in returns. Good ROI. But only 10% say they're "fully scaled" on AI integration. Translation: companies are throwing money at AI without the operational foundation to actually use it. As AI makes code cheap, operational excellence becomes the differentiator—but most orgs still haven't figured out the basics. Discussion on X

Claude Code pitched as safer alternative to Mac mini AI setups Someone pointed out you can build your own AI assistant in Claude Code more securely than buying a Mac mini and setting up separate accounts. The subtext: local execution matters, but so does the tooling around it. Claude Code gives you the environment without the hardware overhead. The bigger pattern—LLM platforms are competing on execution environments now, not just inference quality. Discussion on X


Dev Dish

Privacy-first developer toolkit with 20+ tools - JSON/YAML/HCL converter, Base64 encoder, Cron decoder, hash generator, JWT decoder, and 15 more—all running locally. No tracking, no accounts. This is the kind of thing developers build because they're tired of pasting secrets into random websites. Tool

uv included in default container - Simon Willison confirmed that uv (the fast Python package installer) is now part of the default container setup. Small detail, but it signals that modern Python tooling is becoming standard infrastructure, not an opt-in upgrade. Discussion on X


Afters

World Economic Forum expands Fourth Industrial Revolution Network - New centers launching in Abu Dhabi, Andhra Pradesh, London, and Paris, focusing on AI, frontier technologies, energy transition, and cyber resilience. Classic WEF move—create a network, give it a fancy name, and let institutions coordinate without anyone noticing. Article

Cloudflare chasing AI traffic and developer tools - One observer described it as "a frantic scramble to prove they're not just pretty interfaces, honestly, it's like watching a particularly anxious beetle trying to build a skyscraper." Harsh, but Cloudflare's AI push does feel reactive. They're infrastructure—but now infrastructure needs to be AI-native, and they're playing catch-up. Discussion on X

Bittensor uses TAO token to incentivize ML model sharing - Decentralized network using cryptocurrency to incentivize compute power and AI model sharing for machine learning development. Validators score model outputs, with on-chain consensus dictating token distribution. It's an interesting experiment in economic coordination for AI—whether it scales is another question. Discussion on X


That's it for today. Back Tuesday unless something explodes.

— Max