# vector-database

Published articles for vector-database.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Glyph: A Multi-Strategy Agentic System for Column Description and Sensitivity-Ontology Tagging of Enterprise Data Catalogs

DevFeed: [Glyph: A Multi-Strategy Agentic System for Column Description and Sensitivity-Ontology Tagging of Enterprise Data Catalogs](<https://devfeed.tech/articles/glyph-a-multi-strategy-agentic-system-for-column-description-and-sensitivity-ontology-tagging-of-enterprise-data-catalogs-31490.md>)

Original publisher: [Read original article](<https://machinelearning.apple.com/research/glyph-column-description-tagging>)

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Apple Machine Learning Research](<https://devfeed.tech/sources/apple-machine-learning-research.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Code](<https://devfeed.tech/topics/code.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [classification](<https://devfeed.tech/tags/classification.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [governance](<https://devfeed.tech/tags/governance.md>), [production](<https://devfeed.tech/tags/production.md>), [provenance](<https://devfeed.tech/tags/provenance.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

Glyph is a production system for generating column descriptions and assigning sensitivity-ontology labels in enterprise data catalogs. It uses cooperating LLM agents, source-code-grounded retrieval, parallel tagging strategies, vector-based metadata matching, and ranked-output fusion to support auditable cataloging.

### Source excerpt

Enterprise data lakes accumulate tables faster than human stewards can document or classify them, leaving columns with missing descriptions and unassigned governance labels. This documentation debt undermines data discovery, access control, and regulatory compliance. We present Glyph, a production system that frames two coupled problems, column description generation and column type annotation for data classification, as cooperating LLM agents orchestrated as stateful graphs. The Descriptor grounds generation in the pipeline source code that produces each column, retrieved on demand from an...

## How we selected the next vector database at Booking.com

DevFeed: [How we selected the next vector database at Booking.com](<https://devfeed.tech/articles/how-we-selected-the-next-vector-database-at-booking-com-30452.md>)

Original publisher: [Read original article](<https://booking.ai/how-we-selected-the-next-vector-database-at-booking-com-1e738a5e3bb0?source=rss----4d265f07defc---4>)

Author: Başak Tuğçe Eskili

Published: 2026-08-11T10:31:50Z

Content type: article

Language: en

Sources: [Booking.com Data Science](<https://devfeed.tech/sources/booking-com-data-science.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [opensearch](<https://devfeed.tech/topics/opensearch.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [database](<https://devfeed.tech/tags/database.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [featured](<https://devfeed.tech/tags/featured.md>), [genai](<https://devfeed.tech/tags/genai.md>), [hybrid-search](<https://devfeed.tech/tags/hybrid-search.md>), [retrieval-augmented-generation](<https://devfeed.tech/tags/retrieval-augmented-generation.md>), [retrieval-augmented-generation-rag](<https://devfeed.tech/tags/retrieval-augmented-generation-rag.md>), [semantic](<https://devfeed.tech/tags/semantic.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

Booking.com explains why selecting a vector database became an infrastructure decision as embeddings and vector search expanded across its machine learning and GenAI systems. The article describes diverse functional and operational requirements, including hybrid search, multi-vector support, capacity, request rates, metadata filtering, and concurrency, and introduces OpenSearch as the initial choice.

### Source excerpt

This work was done in collaboration with Klaus Schaefers. Over the past few years, embeddings and vector search have become an important capability in many of our machine learning and GenAI systems at Booking.com. We initially started with a handful of use cases and experiments, and later this capability has grown into shared infrastructure that powers similarity search, semantic filtering, and retrieval-augmented generation (RAG). We used to treat vector search as a backend implementation detail, but today it directly drives the user experience. The real win isn't only speed but also the context. Expanding the variety of domain data we can retrieve efficiently gives our system the depth of context it needs to deliver accurate, and personalized experiences across the platform. This makes selecting the underlying vector database an infrastructure decision similar to choosing a primary datastore or message queue. It has to be predictable and scalable. As more teams started using our vector store, we began seeing highly diverse functional and operational requirements across different use cases. Some teams needed advanced capabilities like hybrid search or multi-vector support, while others demanded larger vector capacities and higher RPS metrics. These architectural needs ultimately brought us to a point where we needed to reassess whether our current setup could support this next phase of growth. Context: how embeddings fit into our stack Embeddings are vectors: fixed-length arrays of numbers produced by a model to represent an item (text, image, etc.). Each vector can be seen as a point in a high-dimensional space, where distance (or similarity) between points approximates semantic relatedness. By searching for the nearest vectors to a query vector, we retrieve items that are semantically "similar". This simple mechanism enables a wide range of use cases for us due its ability to do semantic similarity search. RAG-based use cases are the most well known examples. Ano

## How to Consolidate Your Database Stack for Production AI

DevFeed: [How to Consolidate Your Database Stack for Production AI](<https://devfeed.tech/articles/how-to-consolidate-your-database-stack-for-production-ai-23773.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/database-consolidation-production-ai>)

Author: David Weiss

Published: 2026-07-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [CockroachDB](<https://devfeed.tech/topics/cockroachdb.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [databases](<https://devfeed.tech/tags/databases.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [latency](<https://devfeed.tech/tags/latency.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [redis](<https://devfeed.tech/tags/redis.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scale](<https://devfeed.tech/tags/scale.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

This guide examines consolidating PostgreSQL, Redis, and a dedicated vector database into CockroachDB for production AI applications. It discusses operational complexity, consistency, latency, resilience, scale, and the tradeoffs of using a single operational database.

### Source excerpt

When builders ship AI-powered applications, the data layer quietly becomes the hardest part of the stack.

## Vector Databases Clearly Explained

DevFeed: [Vector Databases Clearly Explained](<https://devfeed.tech/articles/vector-databases-clearly-explained-18041.md>)

Original publisher: [Read original article](<https://blog.levelupcoding.com/p/vector-databases-clearly-explained>)

Author: Nikki Siapno

Published: 2026-07-25T13:32:58Z

Content type: tutorial

Language: en

Sources: [Level Up Coding System Design Newsletter](<https://devfeed.tech/sources/level-up-coding-system-design-newsletter.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [search](<https://devfeed.tech/tags/search.md>), [technical](<https://devfeed.tech/tags/technical.md>), [vector](<https://devfeed.tech/tags/vector.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

This tutorial explains how vector databases differ from traditional databases by searching for semantic similarity rather than exact keyword matches. It describes embeddings, vectors, metadata, filtering, permissions, ranking, and distance metrics as parts of vector search.

### Source excerpt

The mental model that makes vector databases click.

## How BetterTracker Replaced Its Vector Store with CockroachDB

DevFeed: [How BetterTracker Replaced Its Vector Store with CockroachDB](<https://devfeed.tech/articles/how-bettertracker-replaced-its-vector-store-with-cockroachdb-23754.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/bettertracker-replaced-vector-store-cockroachdb>)

Author: Yohan Shirazi

Published: 2026-07-15T00:00:00Z

Content type: article

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [CockroachDB](<https://devfeed.tech/topics/cockroachdb.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [rag](<https://devfeed.tech/tags/rag.md>), [saas](<https://devfeed.tech/tags/saas.md>), [search](<https://devfeed.tech/tags/search.md>), [soc2](<https://devfeed.tech/tags/soc2.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

BetterTracker replaced a standalone vector database by running transactional workloads and vector search together on CockroachDB. The article describes how this supports the company's AI-powered platform while reducing infrastructure complexity and compliance risk.

### Source excerpt

BetterTracker eliminated a standalone vector database by running OLTP and vector search together on CockroachDB--cutting costs, complexity, and compliance risk in one move.

## Building the AI Retrieval Infrastructure Behind 20 Billion+ Vectors at HubSpot

DevFeed: [Building the AI Retrieval Infrastructure Behind 20 Billion+ Vectors at HubSpot](<https://devfeed.tech/articles/building-the-ai-retrieval-infrastructure-behind-20-billion-vectors-at-hubspot-29102.md>)

Original publisher: [Read original article](<https://product.hubspot.com/blog/building-the-ai-retrieval-infrastructure-behind-20-billion-vectors-at-hubspot>)

Author: Oleg Tereshin & Xin Liu

Published: 2026-06-25T18:17:44Z

Content type: article

Language: en

Sources: [HubSpot](<https://devfeed.tech/sources/hubspot.md>)

Topics: [Qdrant](<https://devfeed.tech/topics/qdrant.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [systems](<https://devfeed.tech/topics/systems.md>), [quantization](<https://devfeed.tech/topics/quantization.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [latency](<https://devfeed.tech/tags/latency.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search](<https://devfeed.tech/tags/search.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>), [vectors](<https://devfeed.tech/tags/vectors.md>)

### AI overview

HubSpot describes how it built VaaS, a centralized vector storage and search platform using Qdrant, to support semantic search across tens of billions of vectors and many use cases.

### Source excerpt

Discover how HubSpot built a scalable AI retrieval infrastructure, managing over 20 billion vectors with Qdrant, to enhance semantic search and support diverse applications.

## Weave CLI: A Case Study in Shipping Retrieval-Augmented Generation Systems

DevFeed: [Weave CLI: A Case Study in Shipping Retrieval-Augmented Generation Systems](<https://devfeed.tech/articles/what-held-up-at-3-am-one-engineer-s-rag-case-study-18304.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/ship-rag-with-weave-cli>)

Author: Paul Iusztin

Published: 2026-04-29T11:04:33Z

Content type: article

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [case-study](<https://devfeed.tech/tags/case-study.md>), [cli](<https://devfeed.tech/tags/cli.md>), [databases](<https://devfeed.tech/tags/databases.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rag](<https://devfeed.tech/tags/rag.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

An interview with Michael Maximilien examines the practical difficulties of building and evaluating RAG systems, including vector-database selection, embedding models, chunking, ingestion failures, and unreliable comparisons. Maximilien describes Weave CLI, an open-source command-line tool that unifies 11 vector databases into one workflow.

### Source excerpt

You iterate. You evaluate. Weave CLI unifies 11 vector databases into one workflow.

## How to Charge for RAG-as-a-Service

DevFeed: [How to Charge for RAG-as-a-Service](<https://devfeed.tech/articles/how-to-charge-for-rag-as-a-service-9721.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/charge-rag-as-a-service/>)

Author: Ayush Agarwal

Published: 2026-03-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [API](<https://devfeed.tech/topics/api.md>), [Database](<https://devfeed.tech/topics/database.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Qdrant](<https://devfeed.tech/topics/qdrant.md>), [voyage-ai](<https://devfeed.tech/topics/voyage-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [billing](<https://devfeed.tech/tags/billing.md>), [cost](<https://devfeed.tech/tags/cost.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [openai](<https://devfeed.tech/tags/openai.md>), [payments](<https://devfeed.tech/tags/payments.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>), [voyage-ai](<https://devfeed.tech/tags/voyage-ai.md>)

### AI overview

A tutorial on monetizing RAG-as-a-Service platforms. It explains how embedding generation, vector database retrieval, and LLM generation contribute to per-query costs, and discusses usage limits, credit-based pricing, per-query billing, and entitlement management using Dodo Payments.

### Source excerpt

Learn how to monetize Retrieval-Augmented Generation (RAG) services using per-query billing, credit packs, and usage-based models with Dodo Payments.

## Getting Started with GenAI Using CockroachDB

DevFeed: [Getting Started with GenAI Using CockroachDB](<https://devfeed.tech/articles/getting-started-with-genai-using-cockroachdb-23787.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/genai-using-cockroachdb>)

Author: Amine El Kouhen, Ph.D.

Published: 2025-06-05T00:00:00Z

Content type: tutorial

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [CockroachDB](<https://devfeed.tech/topics/cockroachdb.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [genai](<https://devfeed.tech/topics/genai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [data](<https://devfeed.tech/tags/data.md>), [data-management](<https://devfeed.tech/tags/data-management.md>), [databases](<https://devfeed.tech/tags/databases.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [genai](<https://devfeed.tech/tags/genai.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

This introductory article explains how generative AI relates to vector embeddings and vector databases, and previews how CockroachDB can support vector search, data consistency, search, classification, and recommendations.

### Source excerpt

Information today is generated and consumed in unprecedented magnitudes. With every click, swipe, and transaction, massive amounts of data are collected, waiting to be harnessed for insights, decision-making, and innovation. Today, more than 80% of the data that organizations generate is unstructured - and the amount of this data type will only grow in the coming decades.

## Building a Semantic Search Engine with Qdrant & Encore.ts

DevFeed: [Building a Semantic Search Engine with Qdrant & Encore.ts](<https://devfeed.tech/articles/building-a-semantic-search-engine-with-qdrant-encore-ts-17832.md>)

Original publisher: [Read original article](<https://encore.dev/blog/qdrant-semantic-search>)

Author: Ivan Cernja

Published: 2025-05-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [Qdrant](<https://devfeed.tech/topics/qdrant.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [code](<https://devfeed.tech/tags/code.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [openai](<https://devfeed.tech/tags/openai.md>), [search](<https://devfeed.tech/tags/search.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sql-database](<https://devfeed.tech/tags/sql-database.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [vector](<https://devfeed.tech/tags/vector.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

A tutorial for building a semantic search engine with OpenAI embeddings and the Qdrant vector database. It explains how natural-language queries can retrieve conceptually related documents and describes using Encore services with a SQL database for document metadata.

### Source excerpt

Create powerful semantic search using OpenAI embeddings and Qdrant vector database

## A Developer's Journey To the AI and GraphQL Galaxy

DevFeed: [A Developer's Journey To the AI and GraphQL Galaxy](<https://devfeed.tech/articles/a-developer-s-journey-to-the-ai-and-graphql-galaxy-26123.md>)

Original publisher: [Read original article](<https://medium.com/@yonatanvlevin/a-developers-journey-to-the-ai-and-graphql-galaxy-3e8e7fd41928?source=rss-8735065c2497------2>)

Author: Yonatan (Yoni) Levin

Published: 2023-10-03T03:50:29Z

Content type: opinion

Language: en

Sources: [Stories by Yonatan V. Levin on Medium](<https://devfeed.tech/sources/stories-by-yonatan-v-levin-on-medium.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [llm](<https://devfeed.tech/tags/llm.md>), [makersuite](<https://devfeed.tech/tags/makersuite.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [vector-database](<https://devfeed.tech/tags/vector-database.md>)

### AI overview

The article describes a personal exploration of using generative AI and large language models to generate GraphQL queries and mutations for the monday.com API. It explains the challenge of producing valid API-specific GraphQL and discusses an Implementation Consultant concept that creates tailored boards, while noting that the explored solution is not production-ready.

### Source excerpt

It's all starts with simple drawingsThe article that helps tame an LLM to produce a GraphQL query for a specific API Generative AI has stirred debates. While some might regard it as a fleeting trend, I view it as a game-changer. AI and Large Language Models (LLM) combined give way to AI-powered chatbots that hold great potential for improving operations and customer services. Such AI bots are designed to communicate with an entire system via an API. Sounds okay... unless your API is built using GraphQL. What's the trick, you ask? GraphQL stands out as a potent query language due to its flexibility, versatility, and extensibility. Getting LLM to produce a perfect and valid GraphQL query for a specific API is challenging. Some even say it's impossible... At monday.com, innovation is our mantra. We set off on the AI journey some time ago, and very soon I realized that mastering AI feels like discovering a new galaxy far, far away -- there are no ready answers, so you need to trust you gut feeling and push the boundaries. And this thrill of making the impossible possible makes my determination surge like the Force within a Jedi. We started at monday.com with foundational tasks such as "Summary Update" and "Generate tasks". These tasks, powered by basic prompts, enabled app developers to create first bespoke AI solutions within the monday.com framework. https://medium.com/media/5f9f975664482bc1fa9a03a95b7481bf/hrefhttps://medium.com/media/2236f6215c3b2977349c18c538b95ca1/href Our ambition grew when we decided to create the Implementation Consultant. Think of it as a "droid" that estimates monday.com users' needs and offers bespoke boards to them. Once a user gives the go-ahead, this "droid" seamlessly crafts a GraphQL mutation over the monday.com API and creates the individually tailored solution. https://medium.com/media/36cb4871ab825aaf89514e37628b4c18/href However, using our LLM to generate these GraphQL API calls was like navigating the asteroid field -- so tricky! Our qui