Skip to main content

Posts

Akamai launches new platform for AI inference at the edge

Akamai has announced the launch of Akamai Cloud Inference, a new solution that provides tools for developers to build and run AI applications at the edge. According to Akamai, bringing data workloads closer to end users with this tool can result in 3x better throughput and reduce latency up to 2.5x. “Training an LLM is like creating a map, requiring you to gather data, analyze terrain, and plot routes,” said Adam Karon, chief operating officer and general manager of the Cloud Technology Group at Akamai. “It’s slow and resource-intensive, but once built, it’s highly useful. AI inference is like using a GPS, instantly applying that knowledge, recalculating in real time, and adapting to changes to get you where you need to go. Inference is the next frontier for AI.” Akamai Cloud Inference offers a variety of compute types, from classic CPUs to GPUs to tailored ASIC VPUs. It offers integrations with Nvidia’s AI ecosystem, leveraging technologies such as Triton, TAO Toolkit, TensorRT, a...

Android team unveils upcoming enhancements to make Google Play safer

The Android development team is announcing several upcoming updates that will make it easier for app developers to secure their applications. According to the team, security is a priority, and over the last few years it has made several improvements to how security and privacy are managed in Google Play, and recent updates over the last few years have included enhanced tools to protect against fraud, pre-review checks to fix policy and compliance issues earlier in the development life cycle, and advanced AI-powered threat detection capabilities. Building on those, some of the upcoming enhancements the Android team will be making this year include: More pre-review checks New ways to help developers understand Google Play policies, better navigation in the Policy Center, and new features in Console and Android Studio to allow developers to fix issues before app submission.   Updates to the Play Integrity API that will better enable developers to deal with emerging threats ...

Google releases reasoning model Gemini 2.5, its “most intelligent AI model” yet

Google has announced the release of Gemini 2.5, which is a new reasoning model that the company claims is its “most intelligent AI model” yet. “Gemini 2.5 models are thinking models, capable of reasoning through their thoughts before responding, resulting in enhanced performance and improved accuracy. In the field of AI, a system’s capacity for “reasoning” refers to more than just classification and prediction. It refers to its ability to analyze information, draw logical conclusions, incorporate context and nuance, and make informed decisions,” Koray Kavukcuoglu, CTO of Google DeepMind, wrote in a blog post .  Gemini 2.0 Flash Thinking was the company’s first reasoning model, and Gemini 2.5 builds on that with a better base model and improved post-training. In its announcement, Google revealed that all of its future AI models will have reasoning capabilities built in. RELATED CONTENT: Mar 21, 2025: AI updates from the past week — Anthropic web search, Gemini Canvas, new OpenA...

Instabug launches new observability features to connect business outcomes with app performance, user experience

The mobile observability company Instabug has announced new features that will help developers better monitor the user experience of their applications. The new features released today include: Frustration-Free Sessions , consolidating multiple frustration signals, like crashes, slow launches, and network failures, into a single metric to give development teams a clear way to measure and improve user experience Business Impact Dashboard , which connects app performance to business outcomes so companies can make data-driven decisions Prioritized Issues List , which ranks issues based on how they impact user frustration and business metrics “For years, mobile teams have relied on incomplete metrics that fail to capture the full user experience,” said Kenny Johnston, chief product officer at Instabug. “With the launch of Frustration-Free Sessions, Business Impact Dashboard, and Prioritized Issues List, we are giving teams the capabilities they need to bridge the gap between visib...

BrowserStack adds Private Devices offering to enabling testing across variety of secured devices

The testing company BrowserStack has announced a new offering to help organizations get access to different devices to test their applications on. The new offering, Private Devices , provides access to real devices that are secured in data centers, which enables organizations to test on those devices without needing to compromise on security or performance. “With Private Devices, we’re addressing the critical needs of enterprise customers who require both advanced security and testing flexibility. With this launch, we’re giving large enterprises the control and resources they need for secure, flexible, and efficient testing,” said Nakul Aggarwal, CTO of BrowserStack. Devices have guaranteed availability, meaning organizations won’t need to queue their tests.  Private Devices also offer persistent device setups that retain apps, accounts, and settings between sessions.  The devices have advanced functionality, such as settings access, native apps, and iCloud functionalit...

How to build a multi-agent orchestrator using Flink and Kafka

Just like some problems are too big for one person to solve, some tasks are too complex for a single AI agent. Instead, the best approach is to decompose problems into smaller, specialized units, where multiple agents work together as a team. This is the foundation of multi-agent systems. Networks of agents, each with specific roles, collaborating to solve larger problems. When building multi-agent systems, you need a way to coordinate how agents interact. If every agent talks to every other agent directly, things quickly become a tangled mess, making it hard to scale, and hard to debug. That’s where the orchestrator pattern comes in. Instead of agents making ad-hoc decisions about where to send messages, a central orchestrator acts as the parent node, deciding which agent should handle a given task based on context. The orchestrator takes in messages, interprets them, and routes them to the right agent at the right time. This makes the system dynamic, adaptable, and scalable. Thin...

Kagent: Bringing agentic AI to cloud native

Oh no! Your application is unreachable, buried under multiple connection hops. How do you pinpoint the broken link? How do you generate an alert or bug report from Prometheus when certain conditions are met?  You need to roll out a new version of your application. How do you execute a progressive rollout using Argo Rollouts? How do you safely enable zero trust network security when your application scales beyond a single cluster or cloud?  With so many projects in the cloud native ecosystem, how do you figure out which ones are right for your needs and layer them together with proper configuration management? Sound familiar? We hear these questions all the time from platform and DevOps engineers working with Cloud Native Computing Foundation (CNCF) projects like Kubernetes, Envoy, Istio, Prometheus, and Argo.  So why not build AI agents to tackle common challenges and support  engineers and customers? Why not create a catalog of AI agents for the cloud native eco...

Mar 21, 2025: AI updates from the past week — Anthropic web search, Gemini Canvas, new OpenAI audio models, and more

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. It can be hard to keep up with it all, so we’ve written this roundup to share eight notable updates around AI that software developers should know about.  Anthropic’s Claude can now search the web when generating responses Anthropic has announced that Claude can now search the Internet, allowing it to generate more up-to-date and relevant responses. For instance, a developer who is getting an error updating a dependency in TypeScript 5.5 could ask Claude if there were any breaking changes between version 5.4 and 5.5 and also ask for recommended fixes. Claude will respond with direct citations of its web sources, allowing users to fact check the information. Google launches Canvas to enable easier collaboration with Gemini Google is making it easier for developers to collaborate with Gemini with the launch of Canva...

How emerging regulations in financial services impact mobile app security

The financial services landscape in the EU is evolving rapidly, with new regulations introducing stricter compliance requirements for mobile apps handling payments, crypto-assets, and digital financial services. For financial service providers operating in or expanding to the EU, understanding these regulations is essential. Compliance is now directly tied to mobile app security , and failing to meet these standards could limit market access and erode user trust. This blog breaks down three critical regulations every financial app developer should know, PSD3, MiCA, and DORA, and explains why built-in mobile app security is essential for both compliance and protection. PSD3: Modernizing payments and strengthening open banking What is PSD3? The payment services directive 3 (PSD3) updates and enhances the EU’s legal framework for digital payments. Building on PSD2, it strengthens consumer protection, standardizes open banking requirements, and enhances payment security across ban...

Anthropic’s Claude can now search the web when generating responses

Anthropic has announced that Claude can now search the Internet, allowing it to generate more up-to-date and relevant responses. For instance, a developer who is getting an error updating a dependency in TypeScript 5.5 could ask Claude if there were any breaking changes between version 5.4 and 5.5 and also ask for recommended fixes. Claude will respond with direct citations of its web sources, allowing users to fact check the information. Beyond development, other people this update may help include sales teams who want to analyze industry trends to plan sales initiatives; financial analysts who can now access current market data, earnings reports, and industry trends; or shoppers who want to compare product features, prices, and reviews from multiple sources. “With web search, Claude has access to the latest events and information, boosting its accuracy on tasks that benefit from the most recent data,” Anthropic wrote in a blog post .  Web search is available as a preview to...

O11y like a B.O.S.S – The modern observability stack

When we talk about the pillars of observability , the conversation usually revolves around M.E.L.T—Metrics, Events, Logs, and Traces. But while this defines wha t our observability stack does, it overlooks a crucial question: how does it work? The “ how ” matters because observability isn’t just a toolset—it’s a journey. The way we approach it will shape our long-term success in troubleshooting, developer experience, velocity, and ultimately the entire product lifecycle. In this article, we’ll explore what a modern observability should look like. And like any transformative approach, it deserves its own name. Introducing the B.O.S.S paradigm — B ring your own cloud , O ne-Stop Shop , S tandardized , and S elf-Reliant—our vision for how observability should be done today. BYOC Bring Your Own Cloud (BYOC) lets customers run SaaS applications on their own cloud infrastructure, combining the ease of SaaS with the control and cost efficiency of self-hosting. The Problem(s) ...

OpenSilver extends support for mobile app development in latest release

A new version of OpenSilver , an open source UI framework for building .NET applications in C# and XAML, has just been released. OpenSilver 3.2 integrates .NET MAUI Hybrid, which will enable Windows Presentation Foundation (WPF)-compatible apps to be made for mobile and web from a single codebase. According to the company, the benefits of this approach are that only a single XAML/C# codebase needs to be maintained across different platforms, native device APIs can be accessed through .NET MAUI, apps can be distributed across app stores, and UI is consistent across all platforms.  “Our mission is to enable .NET developers to deploy their applications everywhere, including iOS, Android, Windows, macOS, Linux (via Photino), and Web from a single WPF-compatible codebase,” the team wrote in a blog post .  OpenSilver also now features a new project template that creates a .NET MAUI Hybrid app, which will make it easier for existing projects to add mobile support.  OpenSi...

Google launches Canvas to enable easier collaboration with Gemini

Google is making it easier for developers to collaborate with Gemini with the launch of Canvas , an interactive space to create and refine code.  Canvas could be used to build reports, blog posts, study guides, visual timelines, interactive prototypes, code snippets, and more.  The new tool makes it easier for users to refine their work, such as highlighting a paragraph and asking Gemini to make it more concise or professional.  For developers, Canvas offers the ability to generate code and then see a visual preview of it. For example, a developer wanting to create a newsletter subscription form can ask Gemini to create the HTML, preview how it will appear, and then request changes and see the updates reflected in the preview.  “Canvas simplifies the entire coding process, allowing you to focus on creating, editing and sharing your code and design in one place, without the hassle of switching between multiple applications,” Google wrote in a blog post . ...

Java 24 is now available with release of Stream Gatherers, Class-File APIs

Oracle has announced the release of Java 24 , which adds several new features to the language, such as the availability of the Stream Gatherers API and Class-File API, and new features designed for AI inference and quantum security. “Over the past 30 years, Java has provided developers with a comprehensive platform to build and deploy applications that address a diverse range of use cases,” said Georges Saab, senior vice president for the Oracle Java Platform and chair of the OpenJDK governing board. “With more than 20 new features spanning every element of Java, including new AI and post-quantum crypto capabilities, the Java 24 release gives developers the tools they need to build innovative, AI-infused applications. As the stewards of Java, we’re excited to work with the global Java community to continue delivering a steady stream of new features via our predictable, six-month cadence.” This release is the final Java release before the next Long-Term Support (LTS) release in Sept...

7 foundational elements for a high-performing dev team

When specialists with complementary abilities unite around shared goals and collaborate effectively, they form a high-performance team capable of producing outstanding results. High-performing teams are the engine of innovation and efficiency in any software development organization. Their success stems from producing high-quality software while effectively navigating the complex environments of large organizations. They balance competing priorities, adapt to evolving technologies, and collaborate across diverse, often siloed, teams.  Empowered with greater responsibility and autonomy, high-performance teams deliver more value in less time, accelerating the organization’s progress toward its goals. Increased ownership fosters engagement and motivation, often placing them at the forefront of innovation and driving the development of new features, products, and services. RELATED: Lessons and surprises from a Kubernetes migration The benefits of high-performance teams extend beyon...