AI, or artificial intelligence, is technology that attempts to simulate human cognitive function. A popular use case right now is ChatGPT, which allows you to conversationally ask questions to a chatbot and get back relevant information because the AI can understand what you’re asking in plain language. Beyond just answering questions, these AIs are capable of writing code, creating detailed plans based on your specifications, summarizing documents, and more.
AI has made its way into the software development space in a number of ways. AI can be baked into applications to improve end user experience by creating personalized recommendations and tailoring experiences to the end user. AI-assisted development tools can complete the piece of code you started writing, or even offer suggestions for how to improve your code. Generative AI chatbots, such as ChatGPT, can be used to ask for specific code snippets to perform a task, can explain what is happening in a piece of code, or can be used to troubleshoot why your code isn’t working as intended.
Read the articles below for more information on what you need to know about AI.
OpenAI announces Codex updates The coding agent Codex can now access the internet during task execution, opening up new capabilities such as the ability to install base dependencies, run tests that need external resources, and upgrade or install packages. Internet access is turned off by default. It can be enabled when a new environment is … continue reading
Ever since ChatGPT launched in 2022, developers have been bombarded with countless blog posts, news articles, podcast episodes, and YouTube videos about how powerful AI is and how it has the potential to do the work of developers. Anthropic’s CEO and co-founder Dario Amodei made headlines a few months back when he claimed that “I … continue reading
Progress Software today announced new AI code assistants and other capabilities built into the Q2 2025 release of Progress Telerik and Progress Kendo UI, .NET and JavaScript UI libraries for modern application development. This release introduces AI Coding Assistants for Blazor and React, AI-driven theme generation and GenAI-powered reporting insights, the company announced. The AI … continue reading
At its annual development conference POST/CON, Postman announced several new updates across its platforms to make it easier to design, test, deploy, and monitor AI agents and APIs. One of the main announcements is the introduction of Agent Mode, an AI agent that can interact with all of Postman’s core capabilities. Specifically, it can create, … continue reading
As every company moves to implement AI in some form or another, data is king. Without quality data to train on, the AI likely won’t deliver the results people are looking for and any investment made into training the model won’t pay off in the way it was intended. “If you’re training your AI model … continue reading
Software companies are constantly trying to add more and more AI features to their platforms, and AI companies are constantly releasing new models and features. Here are all the major AI updates we covered in the month of May. Mistral launches Agents API The Agents API includes built-in connectors for code execution, web search, image … continue reading
New Relic has announced a new integration with GitHub Copilot’s coding agent. It provides monitoring of code deployments and can automatically detect issues that arise as a result of changes. Whenever a problem is identified, New Relic will create a GitHub issue with any relevant context, which the developer can then assign to GitHub Copilot … continue reading
According to a recent survey, 40% of software engineering managers anticipate that AI will drastically change the skills needed to be a successful software engineer within the next three years. Unsurprisingly, the widespread adoption of AI code assistants and other Generative AI (GenAI) tools is transforming how organizations develop technical talent and how new software … continue reading
As businesses continue to experiment with AI-powered technologies, it’s likely that the most common use case across industries is one that essentially pre-dates the explosion of interest in generative AI, which is that of the humble chatbot. Anyone who has visited a business website over the last decade will have encountered a chatbot, particularly when … continue reading
Google I/O is happening today, and Google has announced updates across many of its offerings, from Gemini to Colab to Android Studio. Gemini Gemini Diffusion is a new text model that delivers a 4-5x improvement in output speed compared to similar models and similar performance to models twice as large. The company also released Gemma … continue reading
At its annual conference Boomi World 2025, Boomi announced the general availability of Boomi Agentstudio (initially called Boomi AI Studio), an AI agent management solution. With Boomi Agentstudio, developers are given a no-code platform for designing, governing, and orchestrating AI agents. It supports the Model Context Protocol (MCP), an open standard for connecting AI agents … continue reading
As AI can write so many more lines of code more quickly than humans, the need for code review that keeps pace with development is now an urgent necessity. A recent survey by SmartBear – whose early founder, Jason Cohen, literally wrote the book on peer code review – found that the average developer can … continue reading