AI / ML terms
🤖 AI Guestbook — AI / ML educational data only
|
|
Last 30 days
Agents 33
Claude 32Google 1
PetalBot 6SEMrush 5Google 2Bing 2
Scrapy 454Amazonbot 384Perplexity 291Google 246ChatGPT 190Ahrefs 167SEMrush 132Bing 94Claude 87Unknown AI 66Meta AI 64PetalBot 62Majestic 25Qwen 19Sogou 15Common Crawl 5Twitter/X 1
Most referenced — AI / ML
Multimodal AI 3AI Agent Pattern 2AI-Assisted Code Generation 2AI Agents & Tool Use 2Fine-Tuning LLMs 2Prompt Injection Attack 2LLM Temperature & Sampling Strategies 2AI Observability 2
How they use it
crawler 2.1k
crawler_json 198
pre-tracking 6
Category total2.3k pings
Terms pinged49 / 49
Distinct agents16
Security risks specific to AI systems — prompt injection, training data poisoning, model extraction, and insecure output handling that differ from traditional application security.
3mo ago
AI / ML advanced
Dense numerical vector representations of text, images, or other data — capturing semantic meaning so that similar items have similar vectors and can be found via distance search.
3mo ago
AI / ML intermediate
Fine-Tuning LLMs
1
Training a pre-trained LLM on domain-specific data to improve performance on a specific task — more expensive and complex than prompt engineering but produces more consistent results.
3mo ago
AI / ML advanced
Large Language Models (LLMs)
2
Neural network models trained on vast text corpora that can generate, summarise, translate, and reason about text — the technology behind ChatGPT, Claude, and Gemini.
3mo ago
AI / ML intermediate
Model Context Protocol (MCP)
PHP 8.0+
An open standard by Anthropic that defines how AI models connect to external tools and data sources — enabling LLMs to call APIs, read files, and query databases in a standardised way.
3mo ago
AI / ML advanced
Prompt Engineering
3
The practice of designing and iterating on LLM input prompts to reliably produce accurate, useful, and appropriately formatted outputs.
3mo ago
AI / ML intermediate
Retrieval-Augmented Generation (RAG)
1
A pattern that combines document retrieval with LLM generation — relevant documents are fetched and injected into the prompt context, grounding responses in current, specific data.
3mo ago
AI / ML advanced
Integrating LLM APIs (OpenAI, Anthropic, Gemini) into PHP applications — for text generation, classification, extraction, and embedding-based search.
3mo ago
AI / ML intermediate
Vector Databases
Databases specialised for storing and querying high-dimensional vectors — enabling fast approximate nearest-neighbour search across millions of embeddings.
3mo ago
AI / ML intermediate