Latest from todayPlunge into Python profilingExplore the new sampling profiler in Python 3.15, dive into no-impact Python profiling with the tprof library, see how Mojo 1.0 is taking shape, and more in our latest Python Report.By Serdar YegulalpMay 29, 20263 minsProgramming LanguagesPythonSoftware Development Docker Sandboxes and microVMs, explainedBy Serdar YegulalpMay 27, 20264 minsDevelopment ToolsDockerGenerative AI Taming the generative AI back endBy Matthew TysonMay 26, 202612 minsArtificial IntelligenceGenerative AISoftware DevelopmentThe role of MCP in context engineeringBy Bill Doerrfeld May 25, 20269 minsArtificial IntelligenceDevelopment ToolsGenerative AI Angular Signal Forms: From event pipelines to signal-driven stateBy Sonu Kapoor May 21, 20268 minsAngularDevelopment ApproachesWeb Development 9 application security startups combating AI risksBy Victor Garza May 20, 202617 minsApplication SecurityDevSecOpsDevops First look: Mojo 1.0 mixes Python and RustBy Serdar Yegulalp May 20, 202612 minsProgramming LanguagesPythonRust 21 LLMs tuned for special domains By Peter Wayner May 18, 202610 minsArtificial IntelligenceGenerative AISoftware Development 4 cutting-edge tools for spec-driven developmentBy Martin Heller May 15, 202611 minsDevelopment ApproachesDevelopment ToolsGenerative AI First look: Lemonade serves up local AI with limitations AMD’s desktop app for running models locally is still in the early stages, with few configuration options and no support for NVIDIA runtimes. By Serdar Yegulalp May 13, 2026 5 mins Artificial Intelligence Development Tools Generative AI Hands-on with React, Supabase, and PowerSync Kill the loading spinner with local-first data and reactive SQL. By Matthew Tyson May 12, 2026 12 mins Development Approaches Libraries and Frameworks Web Development How to add AI to an existing product (without annoying users) Bolting AI onto your product willy-nilly can hurt more than it helps. Experts weigh in on common mistakes around AI feature creep and how to guide successful pilots. By Bill Doerrfeld May 11, 2026 11 mins Artificial Intelligence Generative AI Software Development Python isn’t always easy How to overcome a few not-so-easy tasks in Python, such as creating stand-alone Python apps, backing up SQLite databases, and installing Python on an air-gapped machine. By Serdar Yegulalp May 8, 2026 2 mins Programming Languages Python Software Development The best new features in Python 3.15 Highlights of Python 3.15, now available in beta, include lazy imports, faster JITs, better error messages, and smarter profiling. By Serdar Yegulalp May 7, 2026 6 mins Programming Languages Python Software Development Small language models: Rethinking enterprise AI architecture As LLMs hit the limits of scale and cost, specialized SLMs are emerging as the faster, cheaper, and more private workhorse for the autonomous enterprise. By Taryn Plumb May 4, 2026 9 mins Artificial Intelligence Generative AI Software Development Enterprise Spotlight: Transforming software development with AI Download the May 2026 issue of the Enterprise Spotlight from the editors of CIO, Computerworld, CSO, InfoWorld, and Network World and learn how to harness the power of AI-enabled development. By InfoWorld staff May 1, 2026 1 min Developer Development Tools Engineer Why it’s so hard to create stand-alone Python apps Ever wonder why packaging a Python app and its dependencies as a single executable is such a pain? Blame it on the dynamism of Python. By Serdar Yegulalp Apr 29, 2026 7 mins Programming Languages Python Software Development The front-end architecture trilemma: Reactivity vs. hypermedia vs. local-first apps Web developers are moving away from the library wars and into a world of architectural choice. It’s about where you want the data to live. By Matthew Tyson Apr 28, 2026 10 mins Development Approaches JavaScript Web Development The best JavaScript certifications for getting hired Earn these JavaScript certs to demonstrate mastery of the most in-demand skills for the world’s most-used programming language. By Bob Violino Apr 27, 2026 8 mins Developer JavaScript Web Development Best practices for building agentic systems Which technologies, designs, standards, development approaches, and security practices are gaining momentum in multi-agent enterprise systems? We asked the experts. By Bill Doerrfeld Apr 20, 2026 14 mins Artificial Intelligence Development Approaches Generative AI Exciting Python features are on the way Don’t miss the transformative improvements in the next Python release – or these eight great reads for Python lovers. By Serdar Yegulalp Apr 17, 2026 2 mins Programming Languages Python Software Development Tap into the AI APIs of Google Chrome and Microsoft Edge The Chrome and Edge browsers have built-in APIs for language detection, translation, summarization, and more, using locally hosted models. Here’s how to take advantage of them. By Serdar Yegulalp Apr 15, 2026 9 mins APIs Generative AI JavaScript HTMX 4.0: Hypermedia finds a new gear The ingenious engine of web dev simplicity goes all-in with the Fetch API, native streaming, Idiomorph DOM merging, and more. By Matthew Tyson Apr 14, 2026 8 mins Development Tools JavaScript Web Development Get started with Python’s new frozendict type Python 3.15 introduces an immutable or ‘frozen’ dictionary that is useful in places ordinary dicts can’t be used. By Serdar Yegulalp Apr 8, 2026 5 mins Programming Languages Python Software Development How to choose the best LLM using R and vitals Use the vitals package with ellmer to evaluate and compare the accuracy of LLMs, including writing evals to test local models. By Sharon Machlis Apr 6, 2026 24 mins Generative AI Machine Learning R Language 27 questions to ask before choosing an LLM From cost and performance specs to advanced capabilities and quirks, answers to these questions will help you determine the right model for your use case. By Peter Wayner Apr 6, 2026 12 mins Artificial Intelligence Generative AI Software Development PEP 816: How Python is getting serious about Wasm A newly approved Python Enhancement Proposal clarifies how Python will adhere to the WebAssembly standards going forward. Here’s what you need to know. By Serdar Yegulalp Apr 1, 2026 7 mins Programming Languages Python WebAssembly Enterprise Spotlight: Setting the 2026 IT agenda Download the January 2026 issue of the Enterprise Spotlight from the editors of CIO, Computerworld, CSO, InfoWorld, and Network World and learn about the trends and technologies that will drive the IT agenda in the year ahead. By InfoWorld.com staff Apr 1, 2026 1 min Artificial Intelligence Enterprise Buyer’s Guides IT Leadership How to build an enterprise-grade MCP registry MCP registries are emerging as the new integration catalog for AI agents. Building one for the enterprise requires semantic discovery, strong governance, and developer-friendly controls. By Bill Doerrfeld Mar 30, 2026 15 mins Artificial Intelligence Development Tools Generative AI 12345678910…104 Show me moreLatestArticlesVideos news Amazon deletes devs’ tokenmaxxing leaderboard to minimize costs By Maxwell CooterMay 29, 20262 mins Artificial Intelligence news DNS-AID will make AI agents easier to discover, says Linux Foundation By Maxwell CooterMay 29, 20262 mins Artificial IntelligenceIdentity and Access ManagementSecurity news Certifiably random: Swiss researchers claim perfect random number source By Maxwell CooterMay 29, 20262 mins Communications SecurityData and Information SecurityEncryption video The AI rewrite of Bun in Rust is making shock waves May 26, 20264 mins Python video Why developers are so divided about using AI tools May 19, 20266 mins Python video Profile Python Functions With ZERO Extra Code May 12, 20264 mins Python