News
Intro to VSCode.dev: The IDE in your browser
2+ day, 20+ hour ago (1182+ words) The fully realized browser-based IDE has been a long time coming. Ever since the beginning of the cloud revolution, I’ve thought a powerful and flexible remote IDE was just around the corner. I imagined a development tool that could use…...
OpenAI launches ChatGPT Work as it broadens GPT-5.6 rollout
2+ day, 21+ hour ago (745+ words) OpenAI is sharpening its enterprise AI strategy with the launch of ChatGPT Work, a new agentic platform designed to automate workplace tasks, alongside the broader rollout of its GPT-5.6 models, which the company says deliver stronger performance at lower operating…...
Pick your Python accelerator
2+ day, 21+ hour ago (411+ words) Faster Python has stopped becoming a pipe dream, and is now a major topic for its development. Sometimes that comes by way of new syntax (lazy imports), sometimes by JIT compilation, and sometimes by generating C code from Python. Sometimes,…...
How to teach SRE AI agents to fail safely and earn your team's trust
3+ week, 4+ day ago (797+ words) This blog argues that trust is an engineering outcome, not a marketing promise. Trustworthy agentic SRE systems are built on a foundation of grounded telemetry, explicit safety boundaries, progressive autonomy, auditability and evaluation against real incidents. Traditional automation works well…...
IBM Bob expands beyond code generation to orchestrate the entire SDLC
3+ day, 7+ hour ago (1155+ words) Enterprises are using AI to write more code than ever before; anywhere between 25% and 75%, depending on who you ask. This means developers are moving to other parts of the process, where they run into whole new sets of problems. IBM…...
Three keys to deploying AI agents
4+ day, 11+ hour ago (727+ words) Building an agent in an afternoon is now within reach of almost anyone in the enterprise with a credit card. The tools are accessible, the deployments are easy. The hard part is delivering the intended results. Organizations are racing to…...
JetBrains seeks to unify fragmented AI-based software development with governance suite
3+ day, 19+ hour ago (672+ words) AI promised to make software development faster, but for many enterprises, it has also created a new management challenge: developers increasingly rely on a mix of coding assistants, AI agents, and models that operate in isolation, making it harder for…...
Revving up Microsoft’s 10x faster TypeScript 7
6+ day, 2+ hour ago (671+ words) It has been a year or so since Microsoft announced its plans to move TypeScript to a new, native runtime based on the Go language. Those first releases were unfinished (you had to compile them yourself) but showed promise, getting…...
Practical challenges in managing Kubernetes at enterprise scale
1+ week, 4+ day ago (1065+ words) When your Kubernetes install is small, it feels like rocket fuel for engineers. At enterprise scale, though, suddenly it’s about governance, not just engineering. The game is no longer “Can we get this container running?” It’s “How do hundreds of…...
GitHub's public APIs are becoming an enterprise reconnaissance tool
6+ day, 4+ hour ago (694+ words) GitHub continues to be a scintillating target for attackers because it sits in the middle of the software supply chain and gives threat actors three things they crave: source code, secrets, and automated pipelines to run amok in. GitHub has…...