Software Development in the Age of AI Coding Models

software development and AI

Software Development in the Age of AI Coding Models AI coding models can generate impressive amounts of code fast. Does that mean software development is over? Not quite. The future looks like hybrid teams that use AI for momentum while keeping engineering discipline for reliability, scale, and maintainability. What AI is great at These strengths […]

RAG (Retrieval-Augmented Generation) Basics

image for blog post about rag in artificial intelligence

RAG (Retrieval-Augmented Generation) Basics RAG is a pattern used in artificial intelligence, where we first fetch relevant documents/snippets, then pass them to a language model for a grounded response. In other words, apart from the training data known to the model, the LLM will retrieve and use, internal company documents, as part of its context, […]