Tag: Artificial Intelligence

49 items found

Blog

AI-Assisted Autonomous Software Development: Experiments with Claude Code

Phased, markdown-based autonomous project development framework with Claude Code CLI. Exploring the boundaries of AI-assisted development.

2024-12-01
Glossary

Agentic AI

Agentic AI is an AI approach where systems plan tasks, use tools, and adjust their next steps instead of producing a single reply.

Glossary

AI Agent

An AI agent is a software component that uses an LLM, tools, and data sources to plan steps and complete a defined goal.

Glossary

AI Guardrails

AI guardrails are control layers that constrain model inputs, outputs, and tool use against safety, policy, and quality rules.

Glossary

AI Workflow

An AI workflow connects model calls, data steps, business rules, and human reviews into a repeatable automated process.

Glossary

Anomaly Detection

Anomaly detection automatically flags transactions, metrics, or events that fall outside the normal range learned from past behavior.

Glossary

Answer Engine Optimization (AEO)

Answer engine optimization shapes content so search, voice, and AI systems can turn it into concise, accurate, and sourceable answers.

Glossary

Artificial Intelligence (AI)

Artificial intelligence uses data-driven models to classify, predict, generate content, or support decisions in software systems.

Glossary

Big Data

Big data is the practice of processing and analyzing datasets whose volume, speed, or variety exceeds traditional tools.

Glossary

Business Intelligence (BI)

BI turns company data into reports, dashboards, and analysis models that make decision-making processes visible.

Glossary

Chatbot

A chatbot is a conversational interface that answers user requests through scripted flows, retrieval, or AI-generated responses.

Glossary

Chunking

Chunking splits long text into meaningful, manageable passages that search and RAG systems can retrieve accurately.

Glossary

Computer Vision

Computer vision combines AI and image processing to extract objects, text, defects, or motion from photos, video, and camera feeds.

Glossary

Context Window

A context window is the total token capacity a language model can read and consider while generating one response in a single request.

Glossary

Conversational AI

Conversational AI lets software understand language, keep context, and complete multi-turn conversations over text or voice.

Glossary

Data Governance

Data governance defines ownership, quality rules, access controls, and compliance practices so business data can be trusted.

Glossary

Data Lake

A data lake stores raw and processed data in scalable storage for analytics, machine learning, exploration, and archiving.

Glossary

Data Pipeline

A data pipeline collects, cleans, transforms, and moves data from sources to a target system for reporting or analytics.

Glossary

Data Warehouse

A data warehouse stores cleaned, structured data from multiple sources for analytics queries, KPI tracking, and business reporting.

Glossary

Deep Learning

Deep learning uses multi-layer neural networks to learn patterns from large datasets for vision, language, audio, and prediction tasks.

Glossary

Embedding

An embedding represents text, images, products, or other data as numeric vectors that can be compared for semantic similarity.

Glossary

Feature Engineering

Feature engineering transforms raw data into meaningful variables that machine learning models can learn from and act on.

Glossary

Fine-tuning

Fine-tuning retrains a pre-trained model on selected examples so it behaves more consistently for a task, tone, or domain.

Glossary

Generative Engine Optimization (GEO)

Generative engine optimization makes content discoverable, understandable, and trustworthy for AI-powered search and answer experiences.

Glossary

GitHub Copilot

GitHub Copilot is an AI developer assistant that suggests code, tests, and explanations directly inside supported editors.

Glossary

Hallucination (AI)

AI hallucination is when a model produces information that sounds plausible but is false, unsupported, or not grounded in the source.

Glossary

Intelligent Document Processing

Intelligent document processing uses OCR and AI to extract, classify, and validate data from invoices, forms, and contracts.

Glossary

Jupyter Notebook

Jupyter Notebook is an interactive development environment that combines code, text, and visualizations — widely used for data science and research.

Glossary

Knowledge Graph

A knowledge graph models entities such as people, products, documents, and processes with relationships that systems can query.

Glossary

LLM (Large Language Model)

An LLM is a model trained on large text datasets that can understand and generate natural language, forming the basis of tools like ChatGPT.

Glossary

LLMOps

LLMOps is the practice of testing, monitoring, versioning, and safely operating applications built on large language models.

Glossary

Machine Learning

Machine learning trains models on data patterns so software can make predictions, classifications, or decisions on new examples.

Glossary

ML Model Deployment

Model deployment turns a trained machine learning model into an API, batch job, or edge service that runs on production data.

Glossary

MLOps

MLOps manages machine learning data, training, deployment, monitoring, and retraining with production engineering discipline.

Glossary

Model Context Protocol (MCP)

Model Context Protocol lets AI applications connect to tools, files, and external systems through a shared context interface.

Glossary

Multimodal AI

Multimodal AI can understand and generate across data types such as text, images, audio, video, and structured tables.

Glossary

NLP (Natural Language Processing)

NLP is the AI field that processes human language as text or speech for tasks such as classification, search, summarization, and generation.

Glossary

OCR (Optical Character Recognition)

OCR (Optical Character Recognition) converts printed or handwritten text in images or PDFs into machine-readable digital text.

Glossary

OLAP (Online Analytical Processing)

OLAP is a data processing approach optimized for multidimensional analysis, used in business intelligence and reporting systems.

Glossary

Pandas

Pandas is a Python library for data manipulation and analysis that makes it easy to work with tabular data using its DataFrame structure.

Glossary

Prompt Engineering

Prompt engineering designs instructions, context, examples, and constraints so language models produce more useful, consistent, and reviewable output.

Glossary

Python

Python is a readable general-purpose programming language widely used for web development, automation, data analysis, and artificial intelligence.

Glossary

RAG (Retrieval-Augmented Generation)

RAG is an AI architecture where a language model retrieves relevant passages from documents or databases before generating an answer.

Glossary

Recommendation Engine

A recommendation engine ranks products, content, or actions for each user based on behavior, item features, and context.

Glossary

Reranking

Reranking re-scores an initial result set with a stronger model so the most relevant documents move to the top reliably.

Glossary

Semantic Search

Semantic search finds relevant results by comparing the meaning of queries and content, not only matching exact keywords.

Glossary

Synthetic Data

Synthetic data is generated to mimic real data's statistical properties for testing, analysis, and machine learning training.

Glossary

Token (LLM)

A token is a word, subword, character, or symbol unit that language models process, shaping context size, cost, and speed.

Glossary

Vector Database

A vector database stores embeddings and retrieves records by semantic similarity, making it a core layer in AI search systems.