SAS supercharges Viya platform with AI agents, copilots, and synthetic data tools
To that end, SAS has introduced new governance resources to help organizations assess their current AI governance maturity in four essential areas: oversight, compliance, operations, and culture. Known as the AI Governance Map, the tool is the latest addition to the company’s suite of governance products. And more are on the way; SAS has announced […]
Read MoreCloud repatriation hits its stride
Simultaneously, a new breed of AI infrastructure providers is rising, offering bare metal, GPU-as-a-service, or colocation solutions purpose-built for machine learning. These platforms attract business by being more transparent, customizable, and affordable for enterprises tired of chasing discounts and deciphering complexity in hyperscaler pricing. The hyperscalers are responding with hybrid and multicloud offerings—even working to […]
Read MoreSizing up the AI code generators
Google Gemini 2.5 Pro-Exp: The UI specialist with identity issues Google’s Gemini 2.5 release ships a one-million-token context (two million promised) and is currently free to use in many places (I’ve yet to be charged for API calls). It shines at UI work and is the fastest model I’ve used for code generation. The catch: […]
Read MoreGoogle updates Gemini 2.5 Pro model for coders
Google has updated its Gemini 2.5 Pro AI model with stronger coding capabilities, hoping developers would begin building with the model before the Google I/O developer conference later this month. Released May 6, Gemini 2.5 Pro Preview (I/O edition) is accessible in Google AI Studio tool and in Vertex AI. Commenting on the update, Google […]
Read MoreNode.js 24 drops MSVC support
Node.js 24 has been released. The latest version of the open-source, cross-platform JavaScript runtime upgrades the Google V8 JavaScript engine to version 13.6 and the NPM package manager to version 11. Node.js 24 also drops support for MSVC, Microsoft’s C/C++ compiler, and ClangCL is now required to compile Node.js on Windows. Introduced on May 6 […]
Read MoreHow MCP could add value to MongoDB databases
Context-aware vibe coding via MCP clients Another advantage of MongoDB integrating MCP with its databases is to help developers code faster, Flast said, adding that the integration will help in context-aware code generation via natural language in MCP supported coding assistants, such as Windsurf, Cursor, and Claude Desktop. “Providing context, such as schemas and data […]
Read MorePublic cloud providers get into the chip market
Microsoft isn’t the only one making waves. AWS has already established itself with custom chips such as Trainium for machine learning training, Inferentia for inference workloads, and its Nitro system for advanced virtualization and security. Google brought its Tensor processing units (TPUs) to market years ago as a custom solution for machine learning tasks. Combined, these innovations are not just filling […]
Read MoreFour essential ingredients of software development
In software development, some lone developers build things, generally for themselves. However, most developers are part of a team, and working together is critical for the success of any project. Whether it is pair programming, answering questions in Slack, doing code reviews, or giving training, a software developer has to work with others to get a project […]
Read MoreHow to use the IServiceProvider interface in ASP.NET Core
Dependency injection is one way of implementing inversion of control (IoC), which is a design principle that states that an abstraction layer should be used to handle application dependencies. In other words, instead of class A referencing class B, class A should reference an abstraction (i.e., an interface) that class B implements. So, instead of […]
Read MoreOpenSearch in 2025: Much more than an Elasticsearch fork
Even though most open source projects have very limited contributor pools and often are the handiwork of a single developer (or a single company), it’s easier to attract volunteer contributors when a project sits within a neutral foundation. As such, AWS demonstrated how serious it was about OpenSearch’s open source success when it moved the […]
Read More