AI Helps Junior Developers Code Faster. This Prompt Helps Them Build Better.
A junior developer sits down with an AI coding assistant and types something like, “Build me an API for managing customer orders.” A few moments…
Artificial intelligence (AI) is a broad concept that refers to systems that can mimic human intelligence, such as sensing, reasoning, acting, and adapting. Machine learning (ML) is a subset of AI that allows a machine to learn and improve from experience.
79 articles
A junior developer sits down with an AI coding assistant and types something like, “Build me an API for managing customer orders.” A few moments…
Every enterprise has that one system. Maybe it is a claims platform built before REST was fashionable. Maybe it is an ERP customization that only…
For decades, the technology industry has had a fairly predictable way of handling repetitive work. When a task was important but time-consuming, companies often sent…
There’s a moment every developer knows. You ask an AI coding assistant a simple question like: “Rename this variable and update the related tests.” Then…
There are times when it’s necessary to download the text transcript of a YouTube video using Python. This can be done with the help of…
Artificial Intelligence (AI) models have rapidly evolved to perform various tasks ranging from text generation to natural language understanding. Among the different types of AI-driven…
In this ever changing and evolving world of user generated versus AI generated content, the recent announcement of Stack Overflow partnering with OpenAI recently has…
Over the last couple years the emergence of Large Language Models (LLMs) has revolutionized the way we interact with Artificial Intelligence (AI) systems, enabling them…
The need to efficiently search and retrieve documents based on their semantic content is more important than ever—especially when building Generative AI systems that implement…
A lot of enterprise automation projects start with the same optimistic sentence: “This should be easy to automate.” Then the real world shows up. The…
On August 11, 2017, it was announced that OpenAI beat the world’s top professionals at 1v1 matches of Dota 2 tournament under standard rules. The…
In the ever-evolving landscape of technology, the role of Site Reliability Engineers (SREs) is becoming increasingly complex and critical. As organizations strive for higher reliability…
When teams start building multi-agent AI systems, the first instinct is to wire agents together with ad-hoc scripts. Call Agent A. Then call Agent B.…
Microsoft Azure OpenAI Service is a fully managed service offering from Microsoft that enables you to host your own instances of AI models from OpenAI,…
Microsoft Azure OpenAI Service is a fully managed service offering from Microsoft that enables you to host your own instances of AI models from OpenAI,…
Generative AI is evolving rapidly, and developers are increasingly looking for efficient ways to manage multiple LLMs (Large Language Models) using a centralized proxy. LiteLLM…
Local AI development is getting really interesting. For a long time, using AI coding assistants meant relying almost entirely on cloud-hosted models. You installed an…
The term “dark factory” comes from manufacturing. It refers to a factory that is so automated it can run with the lights off. No people…
You open your AI coding assistant, paste in a question, ask it to reason through a design, generate some code, fix the code, explain the…
Awhile back I wrote about how you can run your own local ChatGPT experience for free using Ollama and OpenWebUI with support for LLMs like…