Agile

OpenAI updates API with model distillation, prompt caching abilities
In what can only be seen as OpenAI’s efforts to catch up with rivals, the ChatGPT-maker released several updates to its API to help ease the development of generative AI-based applications. These updates, introduced during its DevDay conference this...
2024-10-03 10:53
How to use extension methods in C#
In the C# programming language, extension methods enable you to extend the functionality of existing types without modifying them or deriving new types from them using inheritance. You don’t need to create subclasses of existing classes or recompile...
2024-10-03 09:00
Understanding VBS Enclaves, Windows’ new security technology
Recently Microsoft announced efforts to improve security in its planned Recall AI assistant tool. Many of the details were not a surprise, as it built on familiar tools and services I’ve written about during the past few years, but the most importan...
2024-10-03 09:00
OpenAI previews Realtime API for speech-to-speech apps
OpenAI has introduced a public beta of the Realtime API, an API that allows paid developers to build low-latency, multi-modal experiences including text and speech in apps. Introduced October 1, the Realtime API, similar to the OpenAI ChatGPT Advanced...
2024-10-02 22:00
Docker tutorial: Get started with Docker
Containers are a lightweight way to make application workloads portable, like a virtual machine but without the overhead and bulk typically associated with VMs. With containers, you can package apps and services and move them freely between physical, ...
2024-10-02 09:00
Spring AI: An AI framework for Java developers
Artificial intelligence has been something of a fiesta for programmers for the last few years, and one language—Python—has been the undeniable belle of the ball. Java and other languages have been a bit sidelined. But now we are entering a new pha...
2024-10-02 09:00
Microsoft releases official OpenAI library for .NET
Microsoft has released its official OpenAI library for .NET, with the goal of ensuring a smooth, reliable integration experience for developers working with OpenAI and Azure OpenAI services in .NET applications. Announced October 1, the now-stable lib...
2024-10-02 07:30
PyTorch library makes models faster and smaller
The PyTorch Foundation, makers of the PyTorch machine learning framework, has launched torchao, a PyTorch native library that makes models faster and smaller by leveraging low-bit dtypes, sparsity, and quantization. It is a toolkit of techniques that ...
2024-10-01 21:29
JDK 24: The new features in Java 24
Java Development Kit (JDK) 23 having arrived September 17, work already has begun on JDK 24, with two features so far proposed for the release: the use of JNI (Java Native Interface) and a late barrier expansion for the G1 garbage collector. A multitu...
2024-10-01 15:54
The battle cry of 2025: Do cloud local!
Microclouds can have many names and offer many features. They can be hosted by a regional cloud provider or specialize in a specific use case, such as the rise of GPU cloud providers focusing on the exploding AI space. They could even be clouds that d...
2024-10-01 09:00
The worst programmer I know
If all code is legacy code, then we are all maintainers. I carry an image in my head of a vast sea of silent, diligent, dedicated coders who silently maintain much of the code that makes the world go round. I carry this image because I am one of tho...
2024-10-01 09:00
Breaking through AI data bottlenecks
As AI models become increasingly commoditized, the data required to train and fine-tune them has never been more critical. While procuring high-quality data is expensive and raises privacy concerns, there is a powerful alternative that companies like ...
2024-10-01 09:00
JRuby 10 due to arrive in early-2025
JRuby, which dates back to 2001 as a Ruby language implementation for the JVM, is set to arrive at version 10 shortly after the new year. JRuby 10 promises to be fully compatible with Ruby 3.4.0, a planned update to Ruby that brings changes for froze...
2024-10-01 09:00
Large language models hallucinating non-existent developer packages could fuel supply chain attacks
Large Language Models (LLMs) have a serious “package hallucination” problem that could lead to a wave of maliciously-coded packages in the supply chain, researchers have discovered in one of the largest and most in-depth ever studies to investigat...
2024-09-30 22:00
Explained: How Salesforce Agentforce’s Atlas reasoning engine works to power AI agents
Salesforce’s recently launched Agentforce suite of low-code tools is betting on a human-like reasoning engine called Atlas that could be a game-changer in building AI agents. What that essentially means is that this engine makes the AI agents create...
2024-09-30 11:00
How to succeed with Kubernetes
Kubernetes, the open source orchestration platform for automating the deployment and management of containerized workloads and services, continues to gain popularity. Maintained by a worldwide community of contributors, the platform’s potential bene...
2024-09-30 10:00
Crescendo makes AI boring—and profitable
There’s money in AI, but not where you think. Sure, Nvidia and the clouds are cleaning up, but they’re primarily selling to enterprises that are mostly kicking tires, not running mission-critical AI applications. Others, like the Financial Times, ...
2024-09-30 10:00
6 ways to apply automation in devsecops
The goal of devsecops is to integrate security throughout the software development life cycle. To do this, the security team can’t focus on just the most obvious software development vulnerabilities or just the processes that are the easiest to secu...
2024-09-30 09:00
Microsoft gives enterprises new reasons to adopt Fabric
Microsoft is working to make its cloud-based Fabric combined offering of data warehousing, data science, data engineering, and data analytics services more attractive, previewing a host of new features at its first annual European Microsoft Fabric Com...
2024-09-30 08:00
Microsoft adds safety tools to Azure AI Studio
Now that the initial euphoria about generative AI’s capabilities has worn off, reality is setting in: Large language models without appropriate safeguards can be remarkably naïve and are all too willing to share all they know. That exposes applicat...
2024-09-27 18:22