Machine Learning

Making the business case for generative AI
There has been a lot of speculation about what generative AI can do for businesses. The possibilities are endless — streamlined creative processes, automated business operations, self-service for customers, and more. Indeed the productivity implicat...
2024-11-05 09:00
Cloud providers make bank with genAI while projects fail
The public cloud market is seeing exploding growth, and it’s easy to understand why. The interest in generative AI has sent enterprises running to their public cloud console to allocate even more resources, including data storage and compute, which ...
2024-11-05 09:00
Visual Studio Code previews AI-powered code editing
Microsoft’s Visual Studio Code is previewing Copilot Edits, a feature powered by GitHub Copilot that suggests changes across multiple files in a workspace based on the developer’s prompts. Copilot Edits and other new Copilot-powered capabilities ...
2024-11-04 21:53
The machine learning certifications tech companies want
Machine learning (ML) skills are in high demand, as organizations look to take advantage of potential benefits and use cases such as product enhancement, speech and image recognition, targeted marketing, fraud detection, and natural language processin...
2024-11-04 09:00
The cloud reaches its equilibrium point
Server huggers and cloud bigots of the world rejoice! You’re both right. Unfortunately, you’re also both wrong. “After 18 years of public cloud, we’ve had a long time to sort out which apps go where,” writes VMware’s Michael Coté, and we ...
2024-11-04 09:00
Overcoming data inconsistency with a universal semantic layer
According to Gartner, bad data costs organizations $12.9 million a year. As a result, data leaders for decades have been searching for a single source of truth for their business intelligence (BI) and analytics to ensure that everyone bases business d...
2024-11-02 00:21
Google releases differential privacy software for JVM
Google has released PipelineDP4j, a differential privacy solution that allows developers to execute highly parallelizable computations using Java as the baseline language, while providing guarantees that personal information is kept private and secure...
2024-11-01 19:35
Overlooked cloud sustainability issues
Cloud sustainability is a funny topic. It’s like dental care; everyone agrees it’s important, but who wants to discuss the particulars? It’s much more fun to talk about the new “shiny keys” of IT: AI and its endless possibilities. Cloud sust...
2024-11-01 15:59
Download the AI in the Enterprise (for Real) Spotlight
Download the November 2024 issue of the Enterprise Spotlight from the editors of CIO, Computerworld, CSO, InfoWorld, and Network World.
2024-11-01 13:00
Download the AI in the Enterprise (for Real) Spotlight
Download the November 2024 issue of the Enterprise Spotlight from the editors of CIO, Computerworld, CSO, InfoWorld, and Network World.
2024-11-01 13:00
What is cloud computing? Everything you need to know
Cloud computing continues to be the platform of choice for large applications and a driver of innovation in enterprise technology. Gartner forecasts public cloud spending alone to reach $675 billion in 2024, up 20 percent from 2023. The analyst firm p...
2024-11-01 09:00
Python is the most popular language on GitHub
October was an extra busy month in the world of Python, as all signs point to its unstoppable ascent. As reported on InfoWorld, Python is not only the language of choice for AI, but recently beat out JavaScript as the most used language on GitHub. Tha...
2024-11-01 09:00
Grounding with Google Search available in Google AI Studio, Gemini API
Google Cloud has made Grounding with Google Search available in the Google AI Studio and in the Gemini API. The new feature enables developers to get more accurate and fresh responses from Gemini generative AI models, the company said. In addition to ...
2024-10-31 21:17
Is now the right time to invest in implementing agentic AI?
Software vendors’ pitches are evolving, with  agentic AI beginning to supplant generative AI in their marketing messages. Rather than just generating code or content for human review agentic AI will, they say, follow instructions, make decisions, a...
2024-10-31 16:55
Why use aspect-oriented programming
Aspect-oriented programming (AOP) is a programming style that allows you to more easily manage the cross-cutting concerns in your application, meaning those concerns such as authentication or logging that cut across many parts of the app. In essence, ...
2024-10-31 09:00
OpenHCL: Understanding Microsoft’s open source paravisor
At the heart of Microsoft’s more recent operating system updates, in the cloud and on-premises, is virtualization. By isolating operating instances from one another on the same hardware, virtualization has powered Azure’s high-density infrastructu...
2024-10-31 09:00
Google’s Flutter framework has been forked
Flutter, the Google-led development environment for building multi-device UIs from a single codebase, has been forked. The intention behind the fork is to expand Flutter’s available labor and accelerate development, said developer Matt Carroll. In a...
2024-10-30 23:29
Wasmer WebAssembly platform now backs iOS
Wasmer 5.0, the latest stable version of the WebAssembly-based runtime, has been released with support for the iOS mobile operating system. The release also features a leaner codebase and enhanced performance, and support for the Emscripten compiler t...
2024-10-30 20:42
Amazon rolls out a genAI-powered inline chat function for Amazon Q Developer
Saving even a few keystrokes is worth quite a bit to enterprise developers, and to assist with that, Amazon Tuesday rolled out an updated version of its genAI-powered in-IDE chat capabilities that brings the AI-suggested code and documentation directl...
2024-10-30 19:10
Python threading and subprocesses explained
By default, Python’s runtime executes in a single thread, with traffic directed by the Global Interpreter Lock (GIL). Most of the time this isn’t a significant bottleneck, but it becomes one when you want to run many jobs in parallel. Python provi...
2024-10-30 09:00