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.
As AI becomes more ingrained within the software development life cycle, tech leaders making hiring decisions are saying AI and machine learning are becoming non-negotiable skills. 71% of respondents to a new study from Infragistics say that they won’t hire developers without those skills. The 2025 App Development Trends Report, conducted in partnership with Dynata, … continue reading
Slack is introducing a number of new AI-powered tools to make team collaboration easier and more intuitive. “Today, 60% of organizations are using generative AI. But most still fall short of its productivity promise. We’re changing that by putting AI where work already happens — in your messages, your docs, your search — all designed … continue reading
Anthropic has announced the launch of a new analytics dashboard in Claude Code to give development teams insights into how they are using the tool. It tracks metrics such as lines of code accepted, suggestion acceptance rate, total user activity over time, total spend over time, average daily spend for each user, and average daily … continue reading
JetBrains announces updates to its coding agent Junie Junie is now fully integrated into GitHub, enabling asynchronous development with features such as the ability to delegate multiple tasks simultaneously, the ability to make quick fixes without opening the IDE, team collaboration directly in GitHub, and seamless switching between the IDE and GitHub. Junie on GitHub … continue reading
Kong has introduced the latest update to Kong AI Gateway, a solution for securing, governing, and controlling LLM consumption from popular third-party providers. Kong AI Gateway 3.11 introduces a new plugin that reduces token costs, several new generative AI capabilities, and support for AWS Bedrock Guardrails. The new prompt compression plugin that removes padding and … continue reading
Amazon is releasing a new AI IDE to rival platforms like Cursor or Windsurf. Kiro is an agentic editor that utilizes spec-driven development to combine “the flow of vibe coding” with “the clarity of specs.” According to Amazon, developers use specs for planning and clarity, and they can benefit agents in the same way. Specs … continue reading
Akka, a company that provides solutions for building distributed applications, is introducing a new platform for scaling AI agents across distributed systems. “Agentic systems are forcing IT leaders to rethink their technology stack,” said Tyler Jewell, CEO of Akka. “IT systems must adapt from controlling predefined workflows to managing intelligent, adaptive systems operating in open-ended … continue reading
Docker has updated Compose with new features that will make it easier for developers to build, ship, and run AI agents. Developers can define open models, agents, and MCP-compatible tools in a compose.yaml file and then spin up an agentic stack with a single command: docker compose up. Compose integrates with several agentic frameworks, including … continue reading
AI adoption is saving developers a significant amount of time, but several friction points still exist throughout the software development life cycle that developers are still losing time to. According to Atlassian’s 2025 State of Developer Experience report, 99% of developers are saving time by using AI, and 68% save at least 10 hours a … continue reading
Coder is announcing the launch of its AI cloud development environments (CDEs), bringing together IDEs, dynamic policy governance, and agent orchestration into a single platform. According to Coder, current development infrastructure was built for humans, not agents, and agents have different requirements to be successful. “Agents need secure environments, granular permissions, fast boot times, and … continue reading
Anthropic is calling for the creation of an AI transparency framework that can be applied to large AI developers to ensure accountability and safety. “As models advance, we have an unprecedented opportunity to accelerate scientific discovery, healthcare, and economic growth. Without safe and responsible development, a single catastrophic failure could halt progress for decades. Our … continue reading
Cloudflare now blocks AI crawlers by default, introduces pay per crawl model Last year, Cloudflare introduced a setting that allowed website owners to block AI crawlers. Now, the company is announcing that this setting will now be the default rather than a user needing to switch it on. The company explained that by switching to … continue reading