diff --git a/README.md b/README.md
index 2142a8b..8c0e539 100644
--- a/README.md
+++ b/README.md
@@ -153,14 +153,14 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
*Rotating pinned items: the most-discussed agentic & AI-engineering resources of the current cycle. Refreshed regularly โ see [CONTRIBUTING.md](./CONTRIBUTING.md) for nomination criteria.*
-- โญ ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic (2024). The most-cited reference for agent design patterns (augmented LLM, prompt chaining, routing, parallelisation, orchestrator-workers, evaluator-optimiser, autonomous agents). Start here before any other agent reading.
-- โญ ๐ [**How we built our multi-agent research system**](https://www.anthropic.com/engineering/built-multi-agent-research-system) โ Anthropic (2025). Production retrospective on Claude's multi-agent research mode: orchestrator/subagent split, prompt engineering for agents, evaluation and failure modes.
- โญ ๐ [**A practical guide to building agents**](https://cdn.openai.com/business-guides-and-resources/a-practical-guide-to-building-agents.pdf) โ OpenAI (2025). 30-page PDF covering when (and when not) to build agents, tool design, guardrails, and human-in-the-loop patterns.
-- โญ ๐ [**The bitter lesson of AI agents**](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) / [**Agentic Coding: The Future of Software Development with Agents**](https://lucumr.pocoo.org/) โ Armin Ronacher (2025). Widely-shared essays on what it actually feels like to ship with agentic coding tools day-to-day.
+- ๐ [**AGENTS.md**](https://agents.md/) โ Community standard (2025) for per-repo agent instructions, now read by Claude Code, Codex, Aider, Cursor, Cline, Windsurf and others.
+- โญ ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic (2024). The most-cited reference for agent design patterns (augmented LLM, prompt chaining, routing, parallelisation, orchestrator-workers, evaluator-optimiser, autonomous agents). Start here before any other agent reading.
- ๐ [**Claude Code: Best practices for agentic coding**](https://www.anthropic.com/engineering/claude-code-best-practices) โ Anthropic (2025). CLAUDE.md, slash-commands, headless mode, custom permissions โ the canonical how-to-use-Claude-Code reference.
- ๐ [**How to build an agent**](https://ampcode.com/how-to-build-an-agent) โ Thorsten Ball / Amp (2025). Viral step-by-step implementation of a tool-using coding agent in ~400 lines of Go, demystifying "what is an agent" in code.
+- โญ ๐ [**How we built our multi-agent research system**](https://www.anthropic.com/engineering/built-multi-agent-research-system) โ Anthropic (2025). Production retrospective on Claude's multi-agent research mode: orchestrator/subagent split, prompt engineering for agents, evaluation and failure modes.
+- โญ ๐ [**The bitter lesson of AI agents**](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) / [**Agentic Coding: The Future of Software Development with Agents**](https://lucumr.pocoo.org/) โ Armin Ronacher (2025). Widely-shared essays on what it actually feels like to ship with agentic coding tools day-to-day.
- ๐ [**The new code**](https://www.latent.space/p/new-code) โ Sean Grove / OpenAI on Latent Space (2025). Specs-as-code: the spec is the new artefact, models are the compiler. Heavily cited in the AGENTS.md / spec-kit discussion.
-- ๐ [**AGENTS.md**](https://agents.md/) โ Community standard (2025) for per-repo agent instructions, now read by Claude Code, Codex, Aider, Cursor, Cline, Windsurf and others.
@@ -172,43 +172,43 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
- โญ ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic. The reference taxonomy of agent design patterns (workflows vs. agents).
- โญ ๐ [**Claude Code: Best practices for agentic coding**](https://www.anthropic.com/engineering/claude-code-best-practices) โ Anthropic. CLAUDE.md, tools, slash-commands, headless mode.
-- ๐ [**How to build an agent**](https://ampcode.com/how-to-build-an-agent) โ Thorsten Ball. A working coding agent in ~400 lines; the clearest "agents are not magic" walkthrough.
- ๐ [**Here's how I use LLMs to help me write code**](https://simonwillison.net/2025/Mar/11/using-llms-for-code/) โ Simon Willison. Grounded, practice-first account of daily LLM-assisted development.
+- ๐ [**How to build an agent**](https://ampcode.com/how-to-build-an-agent) โ Thorsten Ball. A working coding agent in ~400 lines; the clearest "agents are not magic" walkthrough.
### T2 ยท Spec-Driven Development & Context Engineering
-- โญ ๐ [**The new code**](https://www.latent.space/p/new-code) โ Sean Grove (OpenAI) on Latent Space. The canonical "specs are the new code" essay.
- ๐ [**AGENTS.md**](https://agents.md/) โ Community standard for per-repo agent instructions.
- ๐ [**spec-kit**](https://github.com/github/spec-kit) โ GitHub's toolkit and essay set on spec-driven development with coding agents.
+- โญ ๐ [**The new code**](https://www.latent.space/p/new-code) โ Sean Grove (OpenAI) on Latent Space. The canonical "specs are the new code" essay.
- ๐ [**The rise of "context engineering"**](https://blog.langchain.com/the-rise-of-context-engineering/) โ LangChain. Why prompt engineering became context engineering.
### T6 ยท LLM Application Architecture & System Design
- โญ ๐ ๐ฐ [**AI Engineering**](https://www.oreilly.com/library/view/ai-engineering/9781098166298/) โ Chip Huyen (O'Reilly, 2025). The textbook for building LLM applications end-to-end.
-- โญ ๐ [**Patterns for Building LLM-based Systems & Products**](https://eugeneyan.com/writing/llm-patterns/) โ Eugene Yan. Evaluation, RAG, fine-tuning, caching, guardrails, defensive UX, collecting feedback โ the reference pattern catalogue.
- ๐ [**Emerging Architectures for LLM Applications**](https://a16z.com/emerging-architectures-for-llm-applications/) โ a16z. The widely-shared reference diagram for the LLM app stack.
+- โญ ๐ [**Patterns for Building LLM-based Systems & Products**](https://eugeneyan.com/writing/llm-patterns/) โ Eugene Yan. Evaluation, RAG, fine-tuning, caching, guardrails, defensive UX, collecting feedback โ the reference pattern catalogue.
- ๐ [**What We Learned from a Year of Building with LLMs**](https://applied-llms.org/) โ Yan, Bensal, Bhawal, Husain, Shankar (2024). Tactical, operational, and strategic lessons distilled from shipping.
### T7 ยท Prompt Engineering
+- ๐ [**Anthropic: Prompt engineering overview**](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) โ Anthropic's practical guide for Claude.
+- ๐ [**OpenAI: Prompt engineering**](https://platform.openai.com/docs/guides/prompt-engineering) โ OpenAI official guide.
- โญ ๐ [**Prompt Engineering**](https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/) โ Lilian Weng (OpenAI). The systematic taxonomy.
- ๐ [**Prompt Engineering Guide**](https://www.promptingguide.ai/) โ DAIR.AI. Continuously updated, with per-technique deep-dives.
-- ๐ [**OpenAI: Prompt engineering**](https://platform.openai.com/docs/guides/prompt-engineering) โ OpenAI official guide.
-- ๐ [**Anthropic: Prompt engineering overview**](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) โ Anthropic's practical guide for Claude.
### T8 ยท Retrieval-Augmented Generation (RAG)
-- โญ ๐ ๐ [**Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks**](https://arxiv.org/abs/2005.11401) โ Lewis et al. (2020). The original RAG paper.
- โญ ๐ [**Advanced RAG Techniques**](https://www.pinecone.io/learn/advanced-rag-techniques/) / [**Pinecone Learn**](https://www.pinecone.io/learn/) โ Pinecone. The hub for RAG primers and patterns.
-- ๐ [**Retrieval-Augmented Generation for LLMs: A Survey**](https://arxiv.org/abs/2312.10997) โ Gao et al. (2023). The reference survey.
- ๐ [**RAG is more than just embedding search**](https://jxnl.co/writing/2024/06/11/rag-is-more-than-just-embedding-search/) โ Jason Liu. Systems-view RAG: query understanding, tool routing, evaluation.
+- โญ ๐ ๐ [**Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks**](https://arxiv.org/abs/2005.11401) โ Lewis et al. (2020). The original RAG paper.
+- ๐ [**Retrieval-Augmented Generation for LLMs: A Survey**](https://arxiv.org/abs/2312.10997) โ Gao et al. (2023). The reference survey.
### T10 ยท Tool Use, Function Calling & MCP
+- ๐ [**Function calling guide**](https://platform.openai.com/docs/guides/function-calling) โ OpenAI. The canonical reference for structured tool calls.
- โญ ๐ [**Introducing the Model Context Protocol**](https://www.anthropic.com/news/model-context-protocol) โ Anthropic (2024). The canonical introduction to MCP.
- โญ ๐ [**Model Context Protocol โ Specification**](https://modelcontextprotocol.io/) โ Open protocol docs and SDKs.
- ๐ ๐ [**Toolformer: Language Models Can Teach Themselves to Use Tools**](https://arxiv.org/abs/2302.04761) โ Schick et al. (2023). The foundational tool-use paper.
-- ๐ [**Function calling guide**](https://platform.openai.com/docs/guides/function-calling) โ OpenAI. The canonical reference for structured tool calls.
### T11 ยท Orchestration, Planning & Design Patterns
@@ -219,10 +219,10 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T13 ยท Evaluation & Testing
-- โญ ๐ [**Your AI Product Needs Evals**](https://hamel.dev/blog/posts/evals/) โ Hamel Husain. The most-cited essay on why and how to build evals for LLM products.
-- ๐ [**Task-Specific LLM Evals that Do & Don't Work**](https://eugeneyan.com/writing/evals/) โ Eugene Yan. A pragmatic survey of eval techniques per task type.
- ๐ ๐ [**Judging LLM-as-a-Judge**](https://arxiv.org/abs/2306.05685) โ Zheng et al. (2023). The foundational LLM-as-judge paper (MT-Bench, Chatbot Arena).
+- ๐ [**Task-Specific LLM Evals that Do & Don't Work**](https://eugeneyan.com/writing/evals/) โ Eugene Yan. A pragmatic survey of eval techniques per task type.
- ๐ [**Who Validates the Validators? Aligning LLM-Assisted Evaluation of LLM Outputs with Human Preferences**](https://arxiv.org/abs/2404.12272) โ Shankar et al. (2024). How to make LLM-judges trustworthy.
+- โญ ๐ [**Your AI Product Needs Evals**](https://hamel.dev/blog/posts/evals/) โ Hamel Husain. The most-cited essay on why and how to build evals for LLM products.
@@ -263,18 +263,18 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
*Discords, Slacks, forums, and meetups where practitioners gather.*
-- ๐ [**MLOps Community**](https://mlops.community/) โ Slack + podcast + meetups; the biggest practitioner community at the ops/engineering intersection. Active agent and LLM-ops channels.
+- ๐ [**AI Dev Board**](https://aidevboard.com/) โ Community-curated hub for AI engineering resources and discussions.
+- ๐ [**AI Engineer World's Fair / Latent Space Discord**](https://discord.gg/latent-space) โ Practitioner community anchoring the AI Engineer conference series.
+- ๐ [**Anthropic Discord**](https://www.anthropic.com/discord) โ Official Claude / Claude Code / MCP community.
+- ๐ [**Cursor Community Forum**](https://forum.cursor.com/) โ User-driven forum for Cursor rules, MCP, and workflows.
+- ๐ [**EleutherAI Discord**](https://discord.gg/zBGx3azzUn) โ Open research community; strong training/interpretability discussion.
+- ๐ [**Hacker News**](https://news.ycombinator.com/) โ Filter for "LLM", "agent", "Claude", "Cursor" โ where engineering-side essays trend.
+- ๐ [**Hugging Face Discord & Forums**](https://huggingface.co/join/discord) โ Transformers, TRL, PEFT, model-hub discussions.
- ๐ [**LangChain Discord**](https://discord.gg/langchain) โ Heavy day-to-day Q&A on agent orchestration, RAG, evaluation, MCP.
- ๐ [**LlamaIndex Discord**](https://discord.gg/dGcwcsnxhU) โ RAG-centric builder community with active reference-impl discussion.
+- ๐ [**MLOps Community**](https://mlops.community/) โ Slack + podcast + meetups; the biggest practitioner community at the ops/engineering intersection. Active agent and LLM-ops channels.
- ๐ [**r/LocalLLaMA**](https://www.reddit.com/r/LocalLLaMA/) โ The definitive open-weights / local-inference forum; fastest signal for new models, quantisation, and serving.
- ๐ [**r/MachineLearning**](https://www.reddit.com/r/MachineLearning/) โ Academic and practitioner mix; where new papers and threads get dissected.
-- ๐ [**Hacker News**](https://news.ycombinator.com/) โ Filter for "LLM", "agent", "Claude", "Cursor" โ where engineering-side essays trend.
-- ๐ [**EleutherAI Discord**](https://discord.gg/zBGx3azzUn) โ Open research community; strong training/interpretability discussion.
-- ๐ [**Hugging Face Discord & Forums**](https://huggingface.co/join/discord) โ Transformers, TRL, PEFT, model-hub discussions.
-- ๐ [**AI Engineer World's Fair / Latent Space Discord**](https://discord.gg/latent-space) โ Practitioner community anchoring the AI Engineer conference series.
-- ๐ [**AI Dev Board**](https://aidevboard.com/) โ Community-curated hub for AI engineering resources and discussions.
-- ๐ [**Cursor Community Forum**](https://forum.cursor.com/) โ User-driven forum for Cursor rules, MCP, and workflows.
-- ๐ [**Anthropic Discord**](https://www.anthropic.com/discord) โ Official Claude / Claude Code / MCP community.
@@ -285,8 +285,8 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T1 ยท Coding Agents & AI-Assisted Development
- โญ ๐งโ๐ ๐ [**AI Python for Beginners**](https://www.deeplearning.ai/short-courses/ai-python-for-beginners/) โ DeepLearning.AI (Andrew Ng). Gateway to AI-assisted coding.
-- ๐งโ๐ ๐ [**Pair Programming with a Large Language Model**](https://www.deeplearning.ai/short-courses/pair-programming-llm/) โ DeepLearning.AI + Google.
- ๐งโ๐ ๐ [**GitHub Copilot Fundamentals**](https://learn.microsoft.com/en-us/training/paths/copilot/) โ Microsoft Learn. Official training path.
+- ๐งโ๐ ๐ [**Pair Programming with a Large Language Model**](https://www.deeplearning.ai/short-courses/pair-programming-llm/) โ DeepLearning.AI + Google.
### T4 ยท SWE Benchmarks & Coding Evaluation
@@ -296,14 +296,14 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T6 ยท LLM Application Architecture & System Design
-- โญ ๐งโ๐ ๐ [**LLM Bootcamp**](https://fullstackdeeplearning.com/llm-bootcamp/) โ Full Stack Deep Learning. Free 2-day bootcamp on building LLM apps end-to-end.
- ๐งโ๐ ๐ [**Building Systems with the ChatGPT API**](https://www.deeplearning.ai/short-courses/building-systems-with-chatgpt/) โ DeepLearning.AI + OpenAI.
- ๐งโ๐ ๐ [**CS25: Transformers United**](https://web.stanford.edu/class/cs25/) โ Stanford. Seminal deep-dive seminar series.
+- โญ ๐งโ๐ ๐ [**LLM Bootcamp**](https://fullstackdeeplearning.com/llm-bootcamp/) โ Full Stack Deep Learning. Free 2-day bootcamp on building LLM apps end-to-end.
### T7 ยท Prompt Engineering
-- โญ ๐งโ๐ ๐ [**ChatGPT Prompt Engineering for Developers**](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) โ Andrew Ng & Isa Fulford (OpenAI).
- ๐งโ๐ ๐ [**Anthropic Prompt Engineering Interactive Tutorial**](https://github.com/anthropics/prompt-eng-interactive-tutorial) โ Anthropic. Hands-on, notebook-based.
+- โญ ๐งโ๐ ๐ [**ChatGPT Prompt Engineering for Developers**](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) โ Andrew Ng & Isa Fulford (OpenAI).
- ๐งโ๐ ๐ [**Prompt Engineering Guide (DAIR.AI)**](https://www.promptingguide.ai/) โ Self-paced, continuously updated.
### T8 ยท Retrieval-Augmented Generation (RAG)
@@ -316,38 +316,38 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T10 ยท Tool Use, Function Calling & MCP
- ๐งโ๐ ๐ [**Functions, Tools and Agents with LangChain**](https://www.deeplearning.ai/short-courses/functions-tools-agents-langchain/) โ DeepLearning.AI + LangChain.
-- ๐งโ๐ ๐ [**MCP: Build Rich-Context AI Apps with Anthropic**](https://www.deeplearning.ai/short-courses/mcp-build-rich-context-ai-apps-with-anthropic/) โ DeepLearning.AI + Anthropic.
- ๐งโ๐ ๐ [**Introduction to MCP**](https://modelcontextprotocol.io/quickstart) โ Anthropic official quickstart.
+- ๐งโ๐ ๐ [**MCP: Build Rich-Context AI Apps with Anthropic**](https://www.deeplearning.ai/short-courses/mcp-build-rich-context-ai-apps-with-anthropic/) โ DeepLearning.AI + Anthropic.
### T11 ยท Orchestration, Planning & Design Patterns
-- ๐งโ๐ ๐ [**AI Agents in LangGraph**](https://www.deeplearning.ai/short-courses/ai-agents-in-langgraph/) โ DeepLearning.AI + LangChain.
- ๐งโ๐ ๐ [**AI Agentic Design Patterns with AutoGen**](https://www.deeplearning.ai/short-courses/ai-agentic-design-patterns-with-autogen/) โ DeepLearning.AI + Microsoft.
+- ๐งโ๐ ๐ [**AI Agents in LangGraph**](https://www.deeplearning.ai/short-courses/ai-agents-in-langgraph/) โ DeepLearning.AI + LangChain.
- ๐งโ๐ ๐ [**Hugging Face Agents Course**](https://huggingface.co/learn/agents-course) โ Hugging Face. Free, certifying course on agent fundamentals.
### T12 ยท Multi-Agent Systems
+- ๐งโ๐ ๐ [**Building Agentic RAG with LlamaIndex**](https://www.deeplearning.ai/short-courses/building-agentic-rag-with-llamaindex/) โ DeepLearning.AI + LlamaIndex.
- ๐งโ๐ ๐ [**Multi AI Agent Systems with crewAI**](https://www.deeplearning.ai/short-courses/multi-ai-agent-systems-with-crewai/) โ DeepLearning.AI + crewAI.
- ๐งโ๐ ๐ [**Practical Multi AI Agents and Advanced Use Cases with crewAI**](https://www.deeplearning.ai/short-courses/practical-multi-ai-agents-and-advanced-use-cases-with-crewai/) โ DeepLearning.AI.
-- ๐งโ๐ ๐ [**Building Agentic RAG with LlamaIndex**](https://www.deeplearning.ai/short-courses/building-agentic-rag-with-llamaindex/) โ DeepLearning.AI + LlamaIndex.
### T13 ยท Evaluation & Testing
- โญ ๐งโ๐ ๐ฐ [**AI Evals For Engineers & PMs**](https://maven.com/parlance-labs/evals) โ Hamel Husain & Shreya Shankar on Maven. The industry-standard evals cohort course.
-- ๐งโ๐ ๐ [**Quality and Safety for LLM Applications**](https://www.deeplearning.ai/short-courses/quality-safety-llm-applications/) โ DeepLearning.AI + WhyLabs.
- ๐งโ๐ ๐ [**Automated Testing for LLMOps**](https://www.deeplearning.ai/short-courses/automated-testing-llmops/) โ DeepLearning.AI + CircleCI.
+- ๐งโ๐ ๐ [**Quality and Safety for LLM Applications**](https://www.deeplearning.ai/short-courses/quality-safety-llm-applications/) โ DeepLearning.AI + WhyLabs.
### T14 ยท Observability, Tracing & Debugging
-- ๐งโ๐ ๐ [**LLMOps**](https://www.deeplearning.ai/short-courses/llmops/) โ DeepLearning.AI + Google Cloud.
- ๐งโ๐ ๐ [**Evaluating LLMs with Arize**](https://arize.com/llm-evaluation/) โ Arize course hub.
- ๐งโ๐ ๐ [**LangSmith Academy**](https://academy.langchain.com/) โ LangChain. Free self-paced LangSmith courses covering tracing and evals.
+- ๐งโ๐ ๐ [**LLMOps**](https://www.deeplearning.ai/short-courses/llmops/) โ DeepLearning.AI + Google Cloud.
### T15 ยท Guardrails & Security
+- ๐งโ๐ ๐ [**Prompt Injection Attacks (Learn Prompting)**](https://learnprompting.org/docs/prompt_hacking/injection) โ Learn Prompting. Open course covering injection/jailbreak taxonomies.
- ๐งโ๐ ๐ [**Red Teaming LLM Applications**](https://www.deeplearning.ai/short-courses/red-teaming-llm-applications/) โ DeepLearning.AI + Giskard.
- ๐งโ๐ ๐ [**Safe and Reliable AI via Guardrails**](https://www.deeplearning.ai/short-courses/safe-and-reliable-ai-via-guardrails/) โ DeepLearning.AI + Guardrails AI.
-- ๐งโ๐ ๐ [**Prompt Injection Attacks (Learn Prompting)**](https://learnprompting.org/docs/prompt_hacking/injection) โ Learn Prompting. Open course covering injection/jailbreak taxonomies.
### T16 ยท Safety, Alignment & Responsible AI
@@ -358,14 +358,14 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T17 ยท Fine-tuning, Post-training & RLHF
- โญ ๐งโ๐ ๐ [**Finetuning Large Language Models**](https://www.deeplearning.ai/short-courses/finetuning-large-language-models/) โ DeepLearning.AI + Lamini.
-- ๐งโ๐ ๐ [**Reinforcement Learning from Human Feedback**](https://www.deeplearning.ai/short-courses/reinforcement-learning-from-human-feedback/) โ DeepLearning.AI + Google Cloud.
- ๐งโ๐ ๐ [**Hugging Face NLP Course (incl. RLHF chapter)**](https://huggingface.co/learn/nlp-course) โ Hugging Face.
+- ๐งโ๐ ๐ [**Reinforcement Learning from Human Feedback**](https://www.deeplearning.ai/short-courses/reinforcement-learning-from-human-feedback/) โ DeepLearning.AI + Google Cloud.
### T18 ยท Inference, Serving, Cost & Latency
+- ๐งโ๐ ๐ [**CUDA Mode lectures**](https://github.com/cuda-mode/lectures) โ Community lectures on GPU inference internals.
- ๐งโ๐ ๐ [**Efficiently Serving LLMs**](https://www.deeplearning.ai/short-courses/efficiently-serving-llms/) โ DeepLearning.AI + Predibase.
- ๐งโ๐ ๐ [**Quantization Fundamentals with Hugging Face**](https://www.deeplearning.ai/short-courses/quantization-fundamentals-with-hugging-face/) โ DeepLearning.AI + HF.
-- ๐งโ๐ ๐ [**CUDA Mode lectures**](https://github.com/cuda-mode/lectures) โ Community lectures on GPU inference internals.
@@ -409,8 +409,8 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T15 ยท Guardrails & Security
-- ๐ ๐ฐ [**The Developer's Playbook for Large Language Model Security**](https://www.oreilly.com/library/view/the-developers-playbook/9781098162191/) โ Steve Wilson (O'Reilly, 2024). OWASP LLM Top 10 project lead's book.
- ๐ ๐ฐ [**Generative AI Security**](https://link.springer.com/book/10.1007/979-8-8688-0277-1) โ Ken Huang et al. (Apress, 2024).
+- ๐ ๐ฐ [**The Developer's Playbook for Large Language Model Security**](https://www.oreilly.com/library/view/the-developers-playbook/9781098162191/) โ Steve Wilson (O'Reilly, 2024). OWASP LLM Top 10 project lead's book.
### T16 ยท Safety, Alignment & Responsible AI
@@ -444,150 +444,150 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T1 ยท Coding Agents & AI-Assisted Development
-- โญ ๐ [**Here's how I use LLMs to help me write code**](https://simonwillison.net/2025/Mar/11/using-llms-for-code/) โ Simon Willison.
- ๐ [**Agentic Coding: The Future of Software Development**](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) โ Armin Ronacher.
+- โญ ๐ [**Here's how I use LLMs to help me write code**](https://simonwillison.net/2025/Mar/11/using-llms-for-code/) โ Simon Willison.
- ๐ [**Revenge of the junior developer**](https://sourcegraph.com/blog/revenge-of-the-junior-developer) โ Steve Yegge (Sourcegraph).
- ๐ [**The death of the stubborn developer**](https://www.sourcegraph.com/blog/the-death-of-the-junior-developer) โ Steve Yegge.
### T2 ยท Spec-Driven Development & Context Engineering
-- โญ ๐ [**The new code**](https://www.latent.space/p/new-code) โ Sean Grove / Latent Space.
- ๐ [**Context Engineering**](https://blog.langchain.com/context-engineering-for-agents/) โ LangChain.
-- ๐ [**The rise of "context engineering"**](https://blog.langchain.com/the-rise-of-context-engineering/) โ LangChain.
- ๐ [**Spec-driven development with AI**](https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-new-open-source-toolkit/) โ GitHub Blog.
+- โญ ๐ [**The new code**](https://www.latent.space/p/new-code) โ Sean Grove / Latent Space.
+- ๐ [**The rise of "context engineering"**](https://blog.langchain.com/the-rise-of-context-engineering/) โ LangChain.
### T3 ยท Agent IDE Rules, Memory Files & Workflows
+- ๐ [**Aider: Tips for using with large codebases**](https://aider.chat/docs/usage/tips.html) โ Aider docs.
- โญ ๐ [**Claude Code: Best practices for agentic coding**](https://www.anthropic.com/engineering/claude-code-best-practices) โ Anthropic.
- ๐ [**Cursor rules directory**](https://cursor.directory/) โ Community catalogue of `.cursorrules` files.
- ๐ [**My Claude Code setup**](https://htdocs.dev/posts/how-to-use-claude-code-to-wield-coding-agent-clusters/) โ widely-shared CLAUDE.md + slash-command playbook.
-- ๐ [**Aider: Tips for using with large codebases**](https://aider.chat/docs/usage/tips.html) โ Aider docs.
### T4 ยท SWE Benchmarks & Coding Evaluation
- โญ ๐ [**Introducing SWE-bench Verified**](https://openai.com/index/introducing-swe-bench-verified/) โ OpenAI.
-- ๐ [**Why we built Terminal-Bench**](https://www.tbench.ai/blog/terminal-bench) โ Stanford / Laude.
- ๐ [**Measuring an AI system's ability to do ML R&D**](https://metr.org/blog/2024-11-22-evaluating-r-d-capabilities-of-llms/) โ METR.
- ๐ [**The leaderboard illusion**](https://arxiv.org/abs/2504.20879) โ Singh et al. on bench-gaming.
+- ๐ [**Why we built Terminal-Bench**](https://www.tbench.ai/blog/terminal-bench) โ Stanford / Laude.
### T5 ยท Autonomous Software Agents
-- โญ ๐ [**How we built our multi-agent research system**](https://www.anthropic.com/engineering/built-multi-agent-research-system) โ Anthropic.
- ๐ [**Devin, a software engineer**](https://cognition.ai/blog/introducing-devin) โ Cognition.
- ๐ [**Don't build multi-agents**](https://cognition.ai/blog/dont-build-multi-agents) โ Cognition. Contrarian but important counterpoint to multi-agent maximalism.
+- โญ ๐ [**How we built our multi-agent research system**](https://www.anthropic.com/engineering/built-multi-agent-research-system) โ Anthropic.
- ๐ [**SWE-agent: Agent-Computer Interfaces**](https://swe-agent.com/latest/) โ Princeton NLP writeup.
### T6 ยท LLM Application Architecture
-- โญ ๐ [**Patterns for Building LLM-based Systems & Products**](https://eugeneyan.com/writing/llm-patterns/) โ Eugene Yan.
- ๐ [**Emerging Architectures for LLM Applications**](https://a16z.com/emerging-architectures-for-llm-applications/) โ a16z.
-- ๐ [**What We Learned from a Year of Building with LLMs**](https://applied-llms.org/) โ Yan/Bensal/Bhawal/Husain/Shankar.
+- โญ ๐ [**Patterns for Building LLM-based Systems & Products**](https://eugeneyan.com/writing/llm-patterns/) โ Eugene Yan.
- ๐ [**Twelve factor agents**](https://github.com/humanlayer/12-factor-agents) โ HumanLayer. The "12-factor app" equivalent for agent apps.
+- ๐ [**What We Learned from a Year of Building with LLMs**](https://applied-llms.org/) โ Yan/Bensal/Bhawal/Husain/Shankar.
### T7 ยท Prompt Engineering
+- ๐ [**A guide to prompting Claude**](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) โ Anthropic.
- โญ ๐ [**Prompt Engineering**](https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/) โ Lilian Weng.
- ๐ [**Prompting is programming**](https://eugeneyan.com/writing/prompting/) โ Eugene Yan.
-- ๐ [**A guide to prompting Claude**](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) โ Anthropic.
- ๐ [**The prompt report**](https://learnprompting.org/blog/the_prompt_report) โ Learn Prompting team summary of their 76-page survey.
### T8 ยท Retrieval-Augmented Generation (RAG)
-- โญ ๐ [**RAG is more than just embedding search**](https://jxnl.co/writing/2024/06/11/rag-is-more-than-just-embedding-search/) โ Jason Liu.
-- ๐ [**How to improve your RAG system's performance**](https://www.anyscale.com/blog/a-comprehensive-guide-for-building-rag-based-llm-applications-part-1) โ Anyscale.
- ๐ [**Advanced RAG Techniques**](https://www.pinecone.io/learn/advanced-rag-techniques/) โ Pinecone.
+- ๐ [**How to improve your RAG system's performance**](https://www.anyscale.com/blog/a-comprehensive-guide-for-building-rag-based-llm-applications-part-1) โ Anyscale.
- ๐ [**Practical considerations in RAG application design**](https://eugeneyan.com/writing/rag/) โ Eugene Yan.
+- โญ ๐ [**RAG is more than just embedding search**](https://jxnl.co/writing/2024/06/11/rag-is-more-than-just-embedding-search/) โ Jason Liu.
### T9 ยท Memory Systems & Long-Context
+- ๐ [**Extending Context Length in LLMs**](https://huggingface.co/blog/long-range-transformers) โ Hugging Face.
- โญ ๐ [**Lost in the Middle: How Language Models Use Long Contexts**](https://arxiv.org/abs/2307.03172) โ Liu et al.
- ๐ [**Memory for agents**](https://blog.langchain.com/memory-for-agents/) โ LangChain.
-- ๐ [**Extending Context Length in LLMs**](https://huggingface.co/blog/long-range-transformers) โ Hugging Face.
- ๐ [**The agentic memory stack**](https://www.letta.com/blog/memgpt) โ Letta (MemGPT).
### T10 ยท Tool Use, Function Calling & MCP
-- โญ ๐ [**Introducing the Model Context Protocol**](https://www.anthropic.com/news/model-context-protocol) โ Anthropic.
+- ๐ [**Designing MCP servers that agents actually use**](https://www.philschmid.de/mcp-introduction) โ Phil Schmid.
- ๐ [**Function calling with LLMs: a practical guide**](https://www.promptingguide.ai/applications/function_calling) โ DAIR.AI.
+- โญ ๐ [**Introducing the Model Context Protocol**](https://www.anthropic.com/news/model-context-protocol) โ Anthropic.
- ๐ [**Tool use is eating the world**](https://latent.space/p/tools) โ Latent Space.
-- ๐ [**Designing MCP servers that agents actually use**](https://www.philschmid.de/mcp-introduction) โ Phil Schmid.
### T11 ยท Orchestration & Design Patterns
-- โญ ๐ [**LLM Powered Autonomous Agents**](https://lilianweng.github.io/posts/2023-06-23-agent/) โ Lilian Weng.
-- ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic.
- ๐ [**Agent design patterns**](https://www.deeplearning.ai/the-batch/issue-241/) โ Andrew Ng, The Batch series.
- ๐ [**AI agent frameworks**](https://www.latent.space/p/agent-frameworks) โ Latent Space comparative review.
+- ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic.
+- โญ ๐ [**LLM Powered Autonomous Agents**](https://lilianweng.github.io/posts/2023-06-23-agent/) โ Lilian Weng.
### T12 ยท Multi-Agent Systems & Coordination
+- ๐ [**AutoGen: Enabling next-gen LLM applications**](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/) โ Microsoft.
+- ๐ [**Don't build multi-agents**](https://cognition.ai/blog/dont-build-multi-agents) โ Cognition.
- โญ ๐ [**How we built our multi-agent research system**](https://www.anthropic.com/engineering/built-multi-agent-research-system) โ Anthropic.
- ๐ [**Multi-agent workflows**](https://blog.langchain.com/langgraph-multi-agent-workflows/) โ LangChain.
-- ๐ [**Don't build multi-agents**](https://cognition.ai/blog/dont-build-multi-agents) โ Cognition.
-- ๐ [**AutoGen: Enabling next-gen LLM applications**](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/) โ Microsoft.
### T13 ยท Evaluation & Testing
-- โญ ๐ [**Your AI product needs evals**](https://hamel.dev/blog/posts/evals/) โ Hamel Husain.
-- ๐ [**Task-specific LLM evals that do & don't work**](https://eugeneyan.com/writing/evals/) โ Eugene Yan.
- ๐ [**Creating a LLM-as-a-Judge that drives business results**](https://hamel.dev/blog/posts/llm-judge/) โ Hamel Husain.
- ๐ [**LLM evals: everything I learned in 12 months**](https://www.shreya-shankar.com/evals-paper/) โ Shreya Shankar.
+- ๐ [**Task-specific LLM evals that do & don't work**](https://eugeneyan.com/writing/evals/) โ Eugene Yan.
+- โญ ๐ [**Your AI product needs evals**](https://hamel.dev/blog/posts/evals/) โ Hamel Husain.
### T14 ยท Observability, Tracing & Debugging
-- โญ ๐ [**So you want to build an LLM observability platform**](https://hamel.dev/blog/posts/evals/#observability) โ Hamel Husain (subsection of evals post; foundational).
-- ๐ [**The OpenTelemetry Gen AI semantic conventions**](https://opentelemetry.io/docs/specs/semconv/gen-ai/) โ OTel.
- ๐ [**How Honeycomb uses LLMs for product experiences**](https://www.honeycomb.io/blog/hard-stuff-nobody-talks-about-llm) โ Phillip Carter.
- ๐ [**Logfire: observability for the LLM era**](https://pydantic.dev/logfire) โ Pydantic.
+- โญ ๐ [**So you want to build an LLM observability platform**](https://hamel.dev/blog/posts/evals/#observability) โ Hamel Husain (subsection of evals post; foundational).
+- ๐ [**The OpenTelemetry Gen AI semantic conventions**](https://opentelemetry.io/docs/specs/semconv/gen-ai/) โ OTel.
### T15 ยท Guardrails & Security
-- โญ ๐ [**Prompt injection series**](https://simonwillison.net/series/prompt-injection/) โ Simon Willison. Canonical ongoing series.
- ๐ [**OWASP Top 10 for LLM Applications**](https://genai.owasp.org/llm-top-10/) โ OWASP.
-- ๐ [**Universal and Transferable Adversarial Attacks on Aligned LLMs**](https://arxiv.org/abs/2307.15043) โ Zou et al. (GCG attack).
+- โญ ๐ [**Prompt injection series**](https://simonwillison.net/series/prompt-injection/) โ Simon Willison. Canonical ongoing series.
- ๐ [**Red teaming LLMs**](https://huggingface.co/blog/red-teaming) โ Hugging Face.
+- ๐ [**Universal and Transferable Adversarial Attacks on Aligned LLMs**](https://arxiv.org/abs/2307.15043) โ Zou et al. (GCG attack).
### T16 ยท Safety, Alignment & Responsible AI
-- โญ ๐ [**Core Views on AI Safety**](https://www.anthropic.com/news/core-views-on-ai-safety) โ Anthropic.
- ๐ [**Anthropic's Responsible Scaling Policy**](https://www.anthropic.com/news/anthropics-responsible-scaling-policy) โ Anthropic.
+- โญ ๐ [**Core Views on AI Safety**](https://www.anthropic.com/news/core-views-on-ai-safety) โ Anthropic.
- ๐ [**Preparedness Framework**](https://openai.com/safety/preparedness) โ OpenAI.
- ๐ [**Scalable oversight via debate & recursive reward modelling**](https://deepmindsafetyresearch.medium.com/) โ DeepMind Safety Research.
### T17 ยท Fine-tuning, Post-training & RLHF
- โญ ๐ [**Ahead of AI**](https://magazine.sebastianraschka.com/) โ Sebastian Raschka. The canonical fine-tuning / post-training deep-dives.
-- ๐ [**The Novice's LLM Training Guide**](https://rentry.org/llm-training) โ Community reference.
- ๐ [**DPO: Your language model is secretly a reward model**](https://arxiv.org/abs/2305.18290) โ Rafailov et al.
- ๐ [**The alignment handbook**](https://github.com/huggingface/alignment-handbook) โ Hugging Face.
+- ๐ [**The Novice's LLM Training Guide**](https://rentry.org/llm-training) โ Community reference.
### T18 ยท Inference, Serving, Cost & Latency
-- โญ ๐ [**Transformer Inference Arithmetic**](https://kipp.ly/transformer-inference-arithmetic/) โ Kipply.
-- ๐ [**LLM Inference Speed of Light**](https://zeux.io/2024/03/15/llm-inference-sol/) โ Arseny Kapoulkine.
- ๐ [**Everything I've learned about efficient LLM inference**](https://www.baseten.co/blog/) โ Baseten engineering blog.
- ๐ [**GPU performance for LLM inference**](https://blog.vllm.ai/) โ vLLM team blog.
+- ๐ [**LLM Inference Speed of Light**](https://zeux.io/2024/03/15/llm-inference-sol/) โ Arseny Kapoulkine.
+- โญ ๐ [**Transformer Inference Arithmetic**](https://kipp.ly/transformer-inference-arithmetic/) โ Kipply.
### T19 ยท Voice, Multi-modal & Embodied Agents
-- โญ ๐ [**Hello GPT-4o**](https://openai.com/index/hello-gpt-4o/) โ OpenAI.
- ๐ [**Building a voice agent with LiveKit**](https://docs.livekit.io/agents/) โ LiveKit Agents docs.
-- ๐ [**Voice-first LLM products**](https://www.latent.space/p/voice-2024) โ Latent Space.
+- โญ ๐ [**Hello GPT-4o**](https://openai.com/index/hello-gpt-4o/) โ OpenAI.
- ๐ [**Moshi: a speech-text foundation model**](https://kyutai.org/Moshi.pdf) โ Kyutai.
+- ๐ [**Voice-first LLM products**](https://www.latent.space/p/voice-2024) โ Latent Space.
### T20 ยท Product, UX & Human-AI Interaction
+- ๐ [**Building products with AI: UX lessons**](https://www.linusakesson.net/) / [**thesephist.com essays**](https://thesephist.com/) โ Linus Lee.
+- ๐ [**Generative AI: Design Patterns (NNGroup)**](https://www.nngroup.com/articles/generative-ai-design-patterns/) โ Nielsen Norman Group.
- โญ ๐ [**Maggie Appleton essays**](https://maggieappleton.com/) โ Canonical AI-UX thinking.
- ๐ [**Microsoft HAX guidelines for human-AI interaction**](https://www.microsoft.com/en-us/research/project/guidelines-for-human-ai-interaction/) โ Microsoft Research.
-- ๐ [**Generative AI: Design Patterns (NNGroup)**](https://www.nngroup.com/articles/generative-ai-design-patterns/) โ Nielsen Norman Group.
-- ๐ [**Building products with AI: UX lessons**](https://www.linusakesson.net/) / [**thesephist.com essays**](https://thesephist.com/) โ Linus Lee.
### T21 ยท Economics, Teams, Hiring & Org Design
+- ๐ [**16 Changes to the Way Enterprises Build Software with AI**](https://a16z.com/16-changes-to-the-way-enterprises-are-building-and-buying-generative-ai/) โ a16z.
+- ๐ [**a16z AI canon**](https://a16z.com/ai-canon/) โ a16z.
- โญ ๐ [**AI engineering org design**](https://newsletter.pragmaticengineer.com/t/ai) โ Gergely Orosz, Pragmatic Engineer.
- ๐ [**Building an AI team**](https://eugeneyan.com/writing/team-size/) โ Eugene Yan.
-- ๐ [**a16z AI canon**](https://a16z.com/ai-canon/) โ a16z.
-- ๐ [**16 Changes to the Way Enterprises Build Software with AI**](https://a16z.com/16-changes-to-the-way-enterprises-are-building-and-buying-generative-ai/) โ a16z.
@@ -597,14 +597,14 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T1 ยท Coding Agents & AI-Assisted Development
-- โญ ๐ ๏ธ ๐ [**Claude Code cookbook**](https://github.com/anthropics/claude-code) โ Anthropic.
- ๐ ๏ธ ๐ [**Aider tutorials**](https://aider.chat/docs/usage/tutorials.html) โ Aider docs.
+- โญ ๐ ๏ธ ๐ [**Claude Code cookbook**](https://github.com/anthropics/claude-code) โ Anthropic.
- ๐ ๏ธ ๐ [**Continue.dev recipes**](https://docs.continue.dev/customize/tutorials/) โ Continue.
### T2 ยท Spec-Driven Development
-- ๐ ๏ธ ๐ [**GitHub spec-kit**](https://github.com/github/spec-kit) โ The official spec-driven-development toolkit.
- ๐ ๏ธ ๐ [**AGENTS.md examples**](https://agents.md/examples) โ Example `AGENTS.md` files for common stacks.
+- ๐ ๏ธ ๐ [**GitHub spec-kit**](https://github.com/github/spec-kit) โ The official spec-driven-development toolkit.
### T3 ยท Agent IDE Rules & Workflows
@@ -613,15 +613,15 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T5 ยท Autonomous Software Agents
-- ๐ ๏ธ ๐ [**SWE-agent quickstart**](https://swe-agent.com/latest/usage/coding_challenges/) โ Princeton NLP.
- ๐ ๏ธ ๐ [**OpenHands (formerly OpenDevin)**](https://docs.all-hands.dev/) โ All Hands AI.
+- ๐ ๏ธ ๐ [**SWE-agent quickstart**](https://swe-agent.com/latest/usage/coding_challenges/) โ Princeton NLP.
### T6 ยท LLM Application Architecture
-- โญ ๐ ๏ธ ๐ [**OpenAI Cookbook**](https://cookbook.openai.com/) โ The reference recipe library for OpenAI APIs.
- ๐ ๏ธ ๐ [**Anthropic Cookbook**](https://github.com/anthropics/anthropic-cookbook) โ Claude recipes.
- ๐ ๏ธ ๐ [**Gemini API Cookbook**](https://github.com/google-gemini/cookbook) โ Google.
- ๐ ๏ธ ๐ [**Hugging Face Open-Source AI Cookbook**](https://huggingface.co/learn/cookbook/) โ Hugging Face.
+- โญ ๐ ๏ธ ๐ [**OpenAI Cookbook**](https://cookbook.openai.com/) โ The reference recipe library for OpenAI APIs.
### T7 ยท Prompt Engineering
@@ -630,33 +630,33 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T8 ยท Retrieval-Augmented Generation (RAG)
-- โญ ๐ ๏ธ ๐ [**LlamaIndex tutorials**](https://docs.llamaindex.ai/en/stable/getting_started/starter_example/) โ LlamaIndex.
+- ๐ ๏ธ ๐ [**Advanced RAG notebooks**](https://github.com/NirDiamant/RAG_Techniques) โ Nir Diamant. 30+ advanced RAG recipes.
- ๐ ๏ธ ๐ [**LangChain RAG from scratch**](https://github.com/langchain-ai/rag-from-scratch) โ LangChain.
+- โญ ๐ ๏ธ ๐ [**LlamaIndex tutorials**](https://docs.llamaindex.ai/en/stable/getting_started/starter_example/) โ LlamaIndex.
- ๐ ๏ธ ๐ [**Pinecone RAG handbook**](https://www.pinecone.io/learn/retrieval-augmented-generation/) โ Pinecone.
-- ๐ ๏ธ ๐ [**Advanced RAG notebooks**](https://github.com/NirDiamant/RAG_Techniques) โ Nir Diamant. 30+ advanced RAG recipes.
### T9 ยท Memory Systems
-- ๐ ๏ธ ๐ [**Mem0 quickstart**](https://docs.mem0.ai/) โ Mem0.
-- ๐ ๏ธ ๐ [**Letta (MemGPT) cookbook**](https://docs.letta.com/) โ Letta.
- ๐ ๏ธ ๐ [**LangGraph memory**](https://langchain-ai.github.io/langgraph/concepts/memory/) โ LangChain.
+- ๐ ๏ธ ๐ [**Letta (MemGPT) cookbook**](https://docs.letta.com/) โ Letta.
+- ๐ ๏ธ ๐ [**Mem0 quickstart**](https://docs.mem0.ai/) โ Mem0.
### T10 ยท Tool Use & MCP
-- โญ ๐ ๏ธ ๐ [**MCP quickstart**](https://modelcontextprotocol.io/quickstart) โ Anthropic.
- ๐ ๏ธ ๐ [**awesome-mcp-servers**](https://github.com/punkpeye/awesome-mcp-servers) โ Community reference-servers catalogue.
+- โญ ๐ ๏ธ ๐ [**MCP quickstart**](https://modelcontextprotocol.io/quickstart) โ Anthropic.
- ๐ ๏ธ ๐ [**OpenAI function calling cookbook**](https://cookbook.openai.com/examples/how_to_call_functions_with_chat_models) โ OpenAI.
### T11 ยท Orchestration & Patterns
-- ๐ ๏ธ ๐ [**LangGraph tutorials**](https://langchain-ai.github.io/langgraph/tutorials/) โ LangChain.
- ๐ ๏ธ ๐ [**Anthropic building-effective-agents examples**](https://github.com/anthropics/anthropic-cookbook/tree/main/patterns/agents) โ Anthropic.
+- ๐ ๏ธ ๐ [**LangGraph tutorials**](https://langchain-ai.github.io/langgraph/tutorials/) โ LangChain.
- ๐ ๏ธ ๐ [**LlamaIndex agent tutorials**](https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/) โ LlamaIndex.
### T12 ยท Multi-Agent Systems
-- ๐ ๏ธ ๐ [**CrewAI examples**](https://github.com/crewAIInc/crewAI-examples) โ CrewAI.
- ๐ ๏ธ ๐ [**AutoGen notebook gallery**](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/introduction.html) โ Microsoft.
+- ๐ ๏ธ ๐ [**CrewAI examples**](https://github.com/crewAIInc/crewAI-examples) โ CrewAI.
- ๐ ๏ธ ๐ [**LangGraph multi-agent examples**](https://langchain-ai.github.io/langgraph/tutorials/multi_agent/multi-agent-collaboration/) โ LangChain.
### T13 ยท Evaluation & Testing
@@ -667,8 +667,8 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T14 ยท Observability
-- ๐ ๏ธ ๐ [**Langfuse cookbook**](https://langfuse.com/docs/integrations/overview) โ Langfuse.
- ๐ ๏ธ ๐ [**Arize Phoenix tutorials**](https://docs.arize.com/phoenix/tutorials) โ Arize.
+- ๐ ๏ธ ๐ [**Langfuse cookbook**](https://langfuse.com/docs/integrations/overview) โ Langfuse.
- ๐ ๏ธ ๐ [**Logfire LLM tracing tutorials**](https://logfire.pydantic.dev/docs/guides/onboarding-checklist/integrate/) โ Pydantic.
### T15 ยท Guardrails & Security
@@ -679,20 +679,20 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T17 ยท Fine-tuning & Post-training
-- โญ ๐ ๏ธ ๐ [**Unsloth notebooks**](https://github.com/unslothai/unsloth) โ Fast fine-tuning recipes.
- ๐ ๏ธ ๐ [**Axolotl examples**](https://github.com/axolotl-ai-cloud/axolotl/tree/main/examples) โ Axolotl.
- ๐ ๏ธ ๐ [**Hugging Face TRL tutorials**](https://huggingface.co/docs/trl/) โ TRL.
+- โญ ๐ ๏ธ ๐ [**Unsloth notebooks**](https://github.com/unslothai/unsloth) โ Fast fine-tuning recipes.
### T18 ยท Inference & Serving
-- ๐ ๏ธ ๐ [**vLLM examples**](https://docs.vllm.ai/en/latest/getting_started/examples/examples_index.html) โ vLLM.
-- ๐ ๏ธ ๐ [**TensorRT-LLM tutorials**](https://nvidia.github.io/TensorRT-LLM/) โ NVIDIA.
- ๐ ๏ธ ๐ [**llama.cpp server**](https://github.com/ggerganov/llama.cpp/tree/master/examples/server) โ ggerganov.
+- ๐ ๏ธ ๐ [**TensorRT-LLM tutorials**](https://nvidia.github.io/TensorRT-LLM/) โ NVIDIA.
+- ๐ ๏ธ ๐ [**vLLM examples**](https://docs.vllm.ai/en/latest/getting_started/examples/examples_index.html) โ vLLM.
### T19 ยท Voice & Multimodal
-- ๐ ๏ธ ๐ [**OpenAI Realtime API cookbook**](https://cookbook.openai.com/examples/realtime_api_examples) โ OpenAI.
- ๐ ๏ธ ๐ [**LiveKit Agents examples**](https://github.com/livekit/agents) โ LiveKit.
+- ๐ ๏ธ ๐ [**OpenAI Realtime API cookbook**](https://cookbook.openai.com/examples/realtime_api_examples) โ OpenAI.
- ๐ ๏ธ ๐ [**Pipecat**](https://github.com/pipecat-ai/pipecat) โ Daily. Voice-agent framework with extensive cookbook.
@@ -701,26 +701,26 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
*Opinionated, prescriptive guides distilling design patterns and operational practices.*
-- โญ ๐ ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic. The canonical pattern taxonomy (T11).
-- โญ ๐ ๐ [**Patterns for Building LLM-based Systems & Products**](https://eugeneyan.com/writing/llm-patterns/) โ Eugene Yan (T6).
-- โญ ๐ ๐ [**What We Learned from a Year of Building with LLMs**](https://applied-llms.org/) โ Yan/Bensal/Bhawal/Husain/Shankar (T6/T13).
- ๐ ๐ [**12-Factor Agents**](https://github.com/humanlayer/12-factor-agents) โ HumanLayer. Opinionated operational principles for agent apps (T6/T11).
- ๐ ๐ [**A practical guide to building agents**](https://cdn.openai.com/business-guides-and-resources/a-practical-guide-to-building-agents.pdf) โ OpenAI PDF (T11).
+- ๐ ๐ [**a16z AI canon**](https://a16z.com/ai-canon/) โ a16z (T20/T21).
+- ๐ ๐ [**Agentic UX**](https://agentic-ux.com/) โ 11 runtime lifecycle patterns for supervised delegation, organized before/while/after an agent acts, with interactive mockups, production screenshots, and an MCP server for coding agents (Daniel Albinsson, 2025).
+- ๐ ๐ [**Anthropic's prompt engineering overview**](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) โ Anthropic (T7).
+- โญ ๐ ๐ [**Building effective agents**](https://www.anthropic.com/engineering/building-effective-agents) โ Anthropic. The canonical pattern taxonomy (T11).
- ๐ ๐ [**Claude Code: best practices for agentic coding**](https://www.anthropic.com/engineering/claude-code-best-practices) โ Anthropic (T1/T3).
-- ๐ ๐ [**LangGraph design patterns**](https://langchain-ai.github.io/langgraph/concepts/) โ LangChain (T11/T12).
- ๐ ๐ [**Instructor's RAG patterns**](https://python.useinstructor.com/blog/2024/10/23/systematically-improving-your-rag/) โ Jason Liu (T8).
-- ๐ ๐ [**OpenAI's prompt-engineering playbook**](https://platform.openai.com/docs/guides/prompt-engineering) โ OpenAI (T7).
-- ๐ ๐ [**Anthropic's prompt engineering overview**](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview) โ Anthropic (T7).
-- ๐ ๐ [**RAG-Fusion, HyDE, and other advanced retrieval patterns**](https://github.com/NirDiamant/RAG_Techniques) โ Nir Diamant (T8).
+- ๐ ๐ [**LangGraph design patterns**](https://langchain-ai.github.io/langgraph/concepts/) โ LangChain (T11/T12).
- ๐ ๐ [**LLM observability playbook**](https://hamel.dev/blog/posts/evals/) โ Hamel Husain (T13/T14).
-- ๐ ๐ [**OWASP Top 10 for LLM Applications**](https://genai.owasp.org/llm-top-10/) โ OWASP. The security-pattern catalogue (T15).
- ๐ ๐ [**MITRE ATLAS**](https://atlas.mitre.org/) โ Adversarial Threat Landscape for AI Systems (T15).
- ๐ ๐ [**NIST AI Risk Management Framework**](https://www.nist.gov/itl/ai-risk-management-framework) โ NIST (T16).
-- ๐ ๐ [**The LLM inference playbook**](https://github.com/ray-project/llm-applications) โ Anyscale (T18).
+- ๐ ๐ [**OpenAI's prompt-engineering playbook**](https://platform.openai.com/docs/guides/prompt-engineering) โ OpenAI (T7).
+- ๐ ๐ [**OWASP Top 10 for LLM Applications**](https://genai.owasp.org/llm-top-10/) โ OWASP. The security-pattern catalogue (T15).
+- โญ ๐ ๐ [**Patterns for Building LLM-based Systems & Products**](https://eugeneyan.com/writing/llm-patterns/) โ Eugene Yan (T6).
- ๐ ๐ [**Prompt-injection defence patterns**](https://simonwillison.net/2023/Apr/14/worst-that-can-happen/) โ Simon Willison (T15).
-- ๐ ๐ [**a16z AI canon**](https://a16z.com/ai-canon/) โ a16z (T20/T21).
-- ๐ ๐ [**Agentic UX**](https://agentic-ux.com/) โ 11 runtime lifecycle patterns for supervised delegation, organized before/while/after an agent acts, with interactive mockups, production screenshots, and an MCP server for coding agents (Daniel Albinsson, 2025).
+- ๐ ๐ [**RAG-Fusion, HyDE, and other advanced retrieval patterns**](https://github.com/NirDiamant/RAG_Techniques) โ Nir Diamant (T8).
+- ๐ ๐ [**The LLM inference playbook**](https://github.com/ray-project/llm-applications) โ Anyscale (T18).
- ๐ ๐ [**UX design patterns for AI products**](https://www.nngroup.com/articles/generative-ai-design-patterns/) โ Nielsen Norman Group (T20).
+- โญ ๐ ๐ [**What We Learned from a Year of Building with LLMs**](https://applied-llms.org/) โ Yan/Bensal/Bhawal/Husain/Shankar (T6/T13).
@@ -765,17 +765,17 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T1 ยท Coding Agents & T4 ยท SWE Benchmarks
-- ๐ ๐ [**SWE-bench: Can LMs Resolve Real-World GitHub Issues?**](https://arxiv.org/abs/2310.06770) โ Jimenez et al.
-- ๐ ๐ [**SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering**](https://arxiv.org/abs/2405.15793) โ Yang et al.
- ๐ ๐ [**AutoCodeRover: Autonomous Program Improvement**](https://arxiv.org/abs/2404.05427) โ Zhang et al.
-- ๐ ๐ [**LiveCodeBench**](https://arxiv.org/abs/2403.07974) โ Jain et al.
- ๐ ๐ [**BigCodeBench**](https://arxiv.org/abs/2406.15877) โ Zhuo et al.
+- ๐ ๐ [**LiveCodeBench**](https://arxiv.org/abs/2403.07974) โ Jain et al.
+- ๐ ๐ [**SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering**](https://arxiv.org/abs/2405.15793) โ Yang et al.
+- ๐ ๐ [**SWE-bench: Can LMs Resolve Real-World GitHub Issues?**](https://arxiv.org/abs/2310.06770) โ Jimenez et al.
### T5 ยท Autonomous SWE Agents
-- ๐ ๐ [**Voyager: An Open-Ended Embodied Agent with LLMs**](https://arxiv.org/abs/2305.16291) โ Wang et al.
- ๐ ๐ [**Agentless: Demystifying LLM-based Software Engineering Agents**](https://arxiv.org/abs/2407.01489) โ Xia et al.
- ๐ ๐ [**OpenHands / OpenDevin**](https://arxiv.org/abs/2407.16741) โ All Hands AI.
+- ๐ ๐ [**Voyager: An Open-Ended Embodied Agent with LLMs**](https://arxiv.org/abs/2305.16291) โ Wang et al.
### T6 ยท App Architecture
@@ -785,30 +785,30 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T7 ยท Prompt Engineering
- ๐ ๐ [**Chain-of-Thought Prompting Elicits Reasoning**](https://arxiv.org/abs/2201.11903) โ Wei et al.
-- ๐ ๐ [**Tree of Thoughts**](https://arxiv.org/abs/2305.10601) โ Yao et al.
-- ๐ ๐ [**Self-Consistency Improves CoT**](https://arxiv.org/abs/2203.11171) โ Wang et al.
- ๐ ๐ [**Large Language Models are Zero-Shot Reasoners**](https://arxiv.org/abs/2205.11916) โ Kojima et al. ("Let's think step by step").
+- ๐ ๐ [**Self-Consistency Improves CoT**](https://arxiv.org/abs/2203.11171) โ Wang et al.
+- ๐ ๐ [**Tree of Thoughts**](https://arxiv.org/abs/2305.10601) โ Yao et al.
### T8 ยท RAG
-- ๐ ๐ [**Retrieval-Augmented Generation for Knowledge-Intensive NLP**](https://arxiv.org/abs/2005.11401) โ Lewis et al.
+- ๐ ๐ [**Dense Passage Retrieval**](https://arxiv.org/abs/2004.04906) โ Karpukhin et al.
+- ๐ ๐ [**Precise Zero-Shot Dense Retrieval without Relevance Labels (HyDE)**](https://arxiv.org/abs/2212.10496) โ Gao et al.
- ๐ ๐ [**RAG for LLMs: A Survey**](https://arxiv.org/abs/2312.10997) โ Gao et al.
+- ๐ ๐ [**Retrieval-Augmented Generation for Knowledge-Intensive NLP**](https://arxiv.org/abs/2005.11401) โ Lewis et al.
- ๐ ๐ [**Self-RAG: Learning to Retrieve, Generate, and Critique**](https://arxiv.org/abs/2310.11511) โ Asai et al.
-- ๐ ๐ [**Precise Zero-Shot Dense Retrieval without Relevance Labels (HyDE)**](https://arxiv.org/abs/2212.10496) โ Gao et al.
-- ๐ ๐ [**Dense Passage Retrieval**](https://arxiv.org/abs/2004.04906) โ Karpukhin et al.
### T9 ยท Memory
-- ๐ ๐ [**MemGPT: Towards LLMs as Operating Systems**](https://arxiv.org/abs/2310.08560) โ Packer et al.
-- ๐ ๐ [**Lost in the Middle**](https://arxiv.org/abs/2307.03172) โ Liu et al.
- ๐ ๐ [**Generative Agents: Interactive Simulacra of Human Behavior**](https://arxiv.org/abs/2304.03442) โ Park et al.
+- ๐ ๐ [**Lost in the Middle**](https://arxiv.org/abs/2307.03172) โ Liu et al.
+- ๐ ๐ [**MemGPT: Towards LLMs as Operating Systems**](https://arxiv.org/abs/2310.08560) โ Packer et al.
### T10 ยท Tool Use & MCP
-- ๐ ๐ [**Toolformer**](https://arxiv.org/abs/2302.04761) โ Schick et al.
+- ๐ ๐ [**Berkeley Function-Calling Leaderboard**](https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html) โ UC Berkeley.
- ๐ ๐ [**Gorilla: LLM Connected with Massive APIs**](https://arxiv.org/abs/2305.15334) โ Patil et al.
- ๐ ๐ [**MRKL Systems**](https://arxiv.org/abs/2205.00445) โ Karpas et al.
-- ๐ ๐ [**Berkeley Function-Calling Leaderboard**](https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html) โ UC Berkeley.
+- ๐ ๐ [**Toolformer**](https://arxiv.org/abs/2302.04761) โ Schick et al.
### T11 ยท Orchestration & Patterns
@@ -819,15 +819,15 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T12 ยท Multi-Agent
+- ๐ ๐ [**A Survey on LLM-based Autonomous Agents**](https://arxiv.org/abs/2308.11432) โ Wang et al.
- ๐ ๐ [**AutoGen**](https://arxiv.org/abs/2308.08155) โ Wu et al.
- ๐ ๐ [**CAMEL: Communicative Agents for Mind Exploration**](https://arxiv.org/abs/2303.17760) โ Li et al.
-- ๐ ๐ [**A Survey on LLM-based Autonomous Agents**](https://arxiv.org/abs/2308.11432) โ Wang et al.
- ๐ ๐ [**MetaGPT**](https://arxiv.org/abs/2308.00352) โ Hong et al.
### T13 ยท Evaluation
-- ๐ ๐ [**Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena**](https://arxiv.org/abs/2306.05685) โ Zheng et al.
- ๐ ๐ [**HELM: Holistic Evaluation of Language Models**](https://arxiv.org/abs/2211.09110) โ Liang et al.
+- ๐ ๐ [**Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena**](https://arxiv.org/abs/2306.05685) โ Zheng et al.
- ๐ ๐ [**Who Validates the Validators?**](https://arxiv.org/abs/2404.12272) โ Shankar et al.
### T14 ยท Observability
@@ -836,35 +836,35 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T15 ยท Guardrails & Security
-- ๐ ๐ [**Universal and Transferable Adversarial Attacks on Aligned LLMs (GCG)**](https://arxiv.org/abs/2307.15043) โ Zou et al.
- ๐ ๐ [**Many-shot Jailbreaking**](https://www.anthropic.com/research/many-shot-jailbreaking) โ Anthropic.
- ๐ ๐ [**Not what you've signed up for: Compromising Real-World LLM-Integrated Applications with Indirect Prompt Injection**](https://arxiv.org/abs/2302.12173) โ Greshake et al.
+- ๐ ๐ [**Universal and Transferable Adversarial Attacks on Aligned LLMs (GCG)**](https://arxiv.org/abs/2307.15043) โ Zou et al.
### T16 ยท Safety & Alignment
+- ๐ ๐ [**Concrete Problems in AI Safety**](https://arxiv.org/abs/1606.06565) โ Amodei et al.
- ๐ ๐ [**Constitutional AI**](https://arxiv.org/abs/2212.08073) โ Bai et al.
- ๐ ๐ [**Scalable Agent Alignment via Reward Modeling**](https://arxiv.org/abs/1811.07871) โ Leike et al.
-- ๐ ๐ [**Concrete Problems in AI Safety**](https://arxiv.org/abs/1606.06565) โ Amodei et al.
### T17 ยท Fine-tuning & Post-training
+- ๐ ๐ [**Constitutional AI / RLAIF**](https://arxiv.org/abs/2212.08073) โ Bai et al.
+- ๐ ๐ [**Direct Preference Optimization (DPO)**](https://arxiv.org/abs/2305.18290) โ Rafailov et al.
- ๐ ๐ [**LoRA: Low-Rank Adaptation**](https://arxiv.org/abs/2106.09685) โ Hu et al.
- ๐ ๐ [**QLoRA**](https://arxiv.org/abs/2305.14314) โ Dettmers et al.
-- ๐ ๐ [**Direct Preference Optimization (DPO)**](https://arxiv.org/abs/2305.18290) โ Rafailov et al.
- ๐ ๐ [**Training LMs to follow instructions with human feedback (InstructGPT)**](https://arxiv.org/abs/2203.02155) โ Ouyang et al.
-- ๐ ๐ [**Constitutional AI / RLAIF**](https://arxiv.org/abs/2212.08073) โ Bai et al.
### T18 ยท Inference & Serving
- ๐ ๐ [**Efficient Memory Management for LLM Serving with PagedAttention (vLLM)**](https://arxiv.org/abs/2309.06180) โ Kwon et al.
+- ๐ ๐ [**Fast Inference from Transformers via Speculative Decoding**](https://arxiv.org/abs/2211.17192) โ Leviathan et al.
- ๐ ๐ [**FlashAttention**](https://arxiv.org/abs/2205.14135) โ Dao et al.
- ๐ ๐ [**SGLang: Efficient Execution of Structured Language Model Programs**](https://arxiv.org/abs/2312.07104) โ Zheng et al.
-- ๐ ๐ [**Fast Inference from Transformers via Speculative Decoding**](https://arxiv.org/abs/2211.17192) โ Leviathan et al.
### T19 ยท Voice & Multimodal
-- ๐ ๐ [**Robust Speech Recognition via Large-Scale Weak Supervision (Whisper)**](https://arxiv.org/abs/2212.04356) โ Radford et al.
- ๐ ๐ [**Moshi**](https://kyutai.org/Moshi.pdf) โ Kyutai.
+- ๐ ๐ [**Robust Speech Recognition via Large-Scale Weak Supervision (Whisper)**](https://arxiv.org/abs/2212.04356) โ Radford et al.
- ๐ ๐ [**Seamless: Multilingual Expressive and Streaming Speech Translation**](https://arxiv.org/abs/2312.05187) โ Meta.
### T20 ยท Product & UX
@@ -879,33 +879,33 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T1 / T4 ยท Coding Agents & SWE Benchmarks
-- โญ ๐งช ๐ [**SWE-bench**](https://www.swebench.com/) โ Real-world GitHub-issue resolution benchmark; Verified subset is the de-facto industry standard.
-- ๐งช ๐ [**Terminal-Bench**](https://www.tbench.ai/) โ Stanford / Laude. Long-horizon terminal task benchmark.
-- ๐งช ๐ [**LiveCodeBench**](https://livecodebench.github.io/) โ Rolling contamination-free coding benchmark.
- ๐งช ๐ [**BigCodeBench**](https://bigcode-bench.github.io/) โ Practical programming with diverse function calls.
- ๐งช ๐ [**HumanEval+ / EvalPlus**](https://evalplus.github.io/) โ Strengthened HumanEval.
+- ๐งช ๐ [**LiveCodeBench**](https://livecodebench.github.io/) โ Rolling contamination-free coding benchmark.
- ๐งช ๐ [**MLE-bench**](https://github.com/openai/mle-bench) โ OpenAI. Kaggle-style ML engineering benchmark.
+- โญ ๐งช ๐ [**SWE-bench**](https://www.swebench.com/) โ Real-world GitHub-issue resolution benchmark; Verified subset is the de-facto industry standard.
+- ๐งช ๐ [**Terminal-Bench**](https://www.tbench.ai/) โ Stanford / Laude. Long-horizon terminal task benchmark.
### T5 ยท Autonomous Agents
-- ๐งช ๐ [**GAIA**](https://huggingface.co/gaia-benchmark) โ General AI Assistants benchmark.
- ๐งช ๐ [**AgentBench**](https://llmbench.ai/agent) โ Tsinghua. Broad agent capability benchmark.
-- ๐งช ๐ [**WebArena**](https://webarena.dev/) / [**VisualWebArena**](https://jykoh.com/vwa) โ Web-navigation agents.
-- ๐งช ๐ [**OSWorld**](https://os-world.github.io/) โ Desktop OS-controlling agents.
+- ๐งช ๐ [**GAIA**](https://huggingface.co/gaia-benchmark) โ General AI Assistants benchmark.
- ๐งช ๐ [**MLE-bench**](https://github.com/openai/mle-bench) โ ML-engineering agents.
+- ๐งช ๐ [**OSWorld**](https://os-world.github.io/) โ Desktop OS-controlling agents.
+- ๐งช ๐ [**WebArena**](https://webarena.dev/) / [**VisualWebArena**](https://jykoh.com/vwa) โ Web-navigation agents.
### T8 ยท RAG
-- ๐งช ๐ [**RAGAS**](https://docs.ragas.io/) โ Framework and leaderboard for RAG eval.
-- ๐งช ๐ [**MTEB**](https://huggingface.co/spaces/mteb/leaderboard) โ Massive Text Embedding Benchmark.
-- ๐งช ๐ [**BEIR**](https://github.com/beir-cellar/beir) โ Zero-shot IR benchmark.
- ๐งช ๐ [**ARES**](https://github.com/stanford-futuredata/ARES) โ Automated RAG evaluation.
+- ๐งช ๐ [**BEIR**](https://github.com/beir-cellar/beir) โ Zero-shot IR benchmark.
+- ๐งช ๐ [**MTEB**](https://huggingface.co/spaces/mteb/leaderboard) โ Massive Text Embedding Benchmark.
+- ๐งช ๐ [**RAGAS**](https://docs.ragas.io/) โ Framework and leaderboard for RAG eval.
### T10 ยท Tool Use & Function Calling
-- ๐งช ๐ [**Berkeley Function-Calling Leaderboard (BFCL)**](https://gorilla.cs.berkeley.edu/leaderboard.html) โ UC Berkeley.
-- ๐งช ๐ [**ฯ-bench**](https://github.com/sierra-research/tau-bench) โ Sierra. Tool-agent-user interaction benchmark.
- ๐งช ๐ [**API-Bank**](https://github.com/AlibabaResearch/DAMO-ConvAI/tree/main/api-bank) โ Alibaba. Tool-augmented assistants.
+- ๐งช ๐ [**ฯ-bench**](https://github.com/sierra-research/tau-bench) โ Sierra. Tool-agent-user interaction benchmark.
+- ๐งช ๐ [**Berkeley Function-Calling Leaderboard (BFCL)**](https://gorilla.cs.berkeley.edu/leaderboard.html) โ UC Berkeley.
### T11 ยท Orchestration / T12 ยท Multi-Agent
@@ -914,8 +914,8 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T13 ยท Evaluation
-- ๐งช ๐ [**HELM**](https://crfm.stanford.edu/helm/) โ Stanford CRFM. Holistic evaluation.
- ๐งช ๐ [**Chatbot Arena / LMSYS Arena**](https://lmarena.ai/) โ Human-preference leaderboard.
+- ๐งช ๐ [**HELM**](https://crfm.stanford.edu/helm/) โ Stanford CRFM. Holistic evaluation.
- ๐งช ๐ [**MMLU-Pro**](https://github.com/TIGER-AI-Lab/MMLU-Pro) โ Harder MMLU.
- ๐งช ๐ [**MT-Bench**](https://huggingface.co/spaces/lmsys/mt-bench) โ LLM-as-judge multi-turn.
@@ -927,20 +927,20 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T16 ยท Safety & Alignment
-- ๐งช ๐ [**TruthfulQA**](https://github.com/sylinrl/TruthfulQA) โ Truthfulness benchmark.
- ๐งช ๐ [**BBQ**](https://github.com/nyu-mll/BBQ) โ Bias benchmark.
- ๐งช ๐ [**ToxiGen**](https://github.com/microsoft/TOXIGEN) โ Toxicity.
+- ๐งช ๐ [**TruthfulQA**](https://github.com/sylinrl/TruthfulQA) โ Truthfulness benchmark.
### T18 ยท Inference
-- ๐งช ๐ [**MLPerf Inference**](https://mlcommons.org/benchmarks/inference/) โ MLCommons. Industry-standard serving benchmark.
- ๐งช ๐ [**LLMPerf**](https://github.com/ray-project/llmperf) โ Anyscale. Throughput/latency tool.
+- ๐งช ๐ [**MLPerf Inference**](https://mlcommons.org/benchmarks/inference/) โ MLCommons. Industry-standard serving benchmark.
### T19 ยท Voice & Multimodal
+- ๐งช ๐ [**Dynabench speech**](https://dynabench.org/) โ Live speech-model benchmarks.
- ๐งช ๐ [**MMMU**](https://mmmu-benchmark.github.io/) โ Multimodal multidiscipline benchmark.
- ๐งช ๐ [**VideoMME**](https://video-mme.github.io/) โ Video understanding.
-- ๐งช ๐ [**Dynabench speech**](https://dynabench.org/) โ Live speech-model benchmarks.
@@ -950,8 +950,8 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T1 / T3 ยท Coding Agents & IDE Rules
-- โญ ๐๏ธ ๐ [**Claude Code**](https://github.com/anthropics/claude-code) โ Anthropic's reference agentic CLI.
- ๐๏ธ ๐ [**Aider**](https://github.com/Aider-AI/aider) โ Reference terminal coding agent with detailed engineering blog.
+- โญ ๐๏ธ ๐ [**Claude Code**](https://github.com/anthropics/claude-code) โ Anthropic's reference agentic CLI.
- ๐๏ธ ๐ [**Cline**](https://github.com/cline/cline) โ Open-source autonomous coding agent.
- ๐๏ธ ๐ [**OpenHands**](https://github.com/All-Hands-AI/OpenHands) โ All Hands AI. Open-source autonomous SWE agent.
@@ -961,22 +961,22 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T5 ยท Autonomous SWE Agents
-- ๐๏ธ ๐ [**SWE-agent**](https://github.com/princeton-nlp/SWE-agent) โ Princeton NLP. Reference agent for SWE-bench.
-- ๐๏ธ ๐ [**AutoCodeRover**](https://github.com/nus-apr/auto-code-rover) โ NUS.
- ๐๏ธ ๐ [**Agentless**](https://github.com/OpenAutoCoder/Agentless) โ Minimal agentless baseline that beat prior agents on SWE-bench Lite.
+- ๐๏ธ ๐ [**AutoCodeRover**](https://github.com/nus-apr/auto-code-rover) โ NUS.
+- ๐๏ธ ๐ [**SWE-agent**](https://github.com/princeton-nlp/SWE-agent) โ Princeton NLP. Reference agent for SWE-bench.
### T6 ยท App Architecture
+- ๐๏ธ ๐ [**LangChain templates**](https://github.com/langchain-ai/langchain/tree/master/templates) โ Reference app scaffolds.
- ๐๏ธ ๐ [**Open Interpreter**](https://github.com/OpenInterpreter/open-interpreter) โ Reference local code-execution agent.
- ๐๏ธ ๐ [**Quivr**](https://github.com/QuivrHQ/quivr) โ Reference full-stack RAG assistant.
-- ๐๏ธ ๐ [**LangChain templates**](https://github.com/langchain-ai/langchain/tree/master/templates) โ Reference app scaffolds.
### T8 ยท RAG
+- ๐๏ธ ๐ [**GraphRAG**](https://github.com/microsoft/graphrag) โ Microsoft Research.
- โญ ๐๏ธ ๐ [**LlamaIndex**](https://github.com/run-llama/llama_index) โ Reference RAG framework; docs double as case studies.
- ๐๏ธ ๐ [**RAGFlow**](https://github.com/infiniflow/ragflow) โ Production-grade RAG reference.
- ๐๏ธ ๐ [**Verba**](https://github.com/weaviate/Verba) โ Weaviate reference RAG app.
-- ๐๏ธ ๐ [**GraphRAG**](https://github.com/microsoft/graphrag) โ Microsoft Research.
### T9 ยท Memory
@@ -986,26 +986,26 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T10 ยท Tool Use & MCP
-- ๐๏ธ ๐ [**awesome-mcp-servers**](https://github.com/punkpeye/awesome-mcp-servers) โ Community catalogue of MCP server implementations.
- ๐๏ธ ๐ [**Anthropic MCP reference servers**](https://github.com/modelcontextprotocol/servers) โ The canonical reference MCP servers.
+- ๐๏ธ ๐ [**awesome-mcp-servers**](https://github.com/punkpeye/awesome-mcp-servers) โ Community catalogue of MCP server implementations.
### T11 / T12 ยท Orchestration & Multi-Agent
-- ๐๏ธ ๐ [**LangGraph**](https://github.com/langchain-ai/langgraph) โ Reference graph-based orchestration.
- ๐๏ธ ๐ [**AutoGen**](https://github.com/microsoft/autogen) โ Microsoft.
- ๐๏ธ ๐ [**CrewAI**](https://github.com/crewAIInc/crewAI) โ Reference role-based multi-agent.
+- ๐๏ธ ๐ [**LangGraph**](https://github.com/langchain-ai/langgraph) โ Reference graph-based orchestration.
- ๐๏ธ ๐ [**Pydantic AI**](https://github.com/pydantic/pydantic-ai) โ Type-safe agent framework.
### T13 ยท Evaluation
-- ๐๏ธ ๐ [**EleutherAI lm-evaluation-harness**](https://github.com/EleutherAI/lm-evaluation-harness) โ Standard offline-eval harness.
- ๐๏ธ ๐ [**DeepEval**](https://github.com/confident-ai/deepeval) โ Reference eval framework.
+- ๐๏ธ ๐ [**EleutherAI lm-evaluation-harness**](https://github.com/EleutherAI/lm-evaluation-harness) โ Standard offline-eval harness.
- ๐๏ธ ๐ [**RAGAS**](https://github.com/explodinggradients/ragas) โ RAG-specific evaluation.
### T14 ยท Observability
-- ๐๏ธ ๐ [**Langfuse**](https://github.com/langfuse/langfuse) โ Open-source LLM observability.
- ๐๏ธ ๐ [**Arize Phoenix**](https://github.com/Arize-ai/phoenix) โ Open-source tracing + evals.
+- ๐๏ธ ๐ [**Langfuse**](https://github.com/langfuse/langfuse) โ Open-source LLM observability.
- ๐๏ธ ๐ [**OpenLLMetry**](https://github.com/traceloop/openllmetry) โ OTel-based LLM instrumentation.
### T15 ยท Guardrails & Security
@@ -1016,17 +1016,17 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T17 ยท Fine-tuning
-- ๐๏ธ ๐ [**Unsloth**](https://github.com/unslothai/unsloth) โ Fast LoRA/QLoRA reference.
- ๐๏ธ ๐ [**Axolotl**](https://github.com/axolotl-ai-cloud/axolotl) โ Reference fine-tuning framework.
-- ๐๏ธ ๐ [**LLaMA-Factory**](https://github.com/hiyouga/LLaMA-Factory) โ Unified fine-tuning toolkit.
- ๐๏ธ ๐ [**Hugging Face alignment-handbook**](https://github.com/huggingface/alignment-handbook) โ Reference RLHF/DPO recipes.
+- ๐๏ธ ๐ [**LLaMA-Factory**](https://github.com/hiyouga/LLaMA-Factory) โ Unified fine-tuning toolkit.
+- ๐๏ธ ๐ [**Unsloth**](https://github.com/unslothai/unsloth) โ Fast LoRA/QLoRA reference.
### T18 ยท Inference & Serving
-- โญ ๐๏ธ ๐ [**vLLM**](https://github.com/vllm-project/vllm) โ Reference high-throughput LLM serving.
-- ๐๏ธ ๐ [**SGLang**](https://github.com/sgl-project/sglang) โ Structured generation serving.
- ๐๏ธ ๐ [**llama.cpp**](https://github.com/ggerganov/llama.cpp) โ Reference CPU/GPU local inference.
+- ๐๏ธ ๐ [**SGLang**](https://github.com/sgl-project/sglang) โ Structured generation serving.
- ๐๏ธ ๐ [**TensorRT-LLM**](https://github.com/NVIDIA/TensorRT-LLM) โ NVIDIA reference optimised serving.
+- โญ ๐๏ธ ๐ [**vLLM**](https://github.com/vllm-project/vllm) โ Reference high-throughput LLM serving.
### T19 ยท Voice & Multimodal
@@ -1036,9 +1036,9 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T20 ยท Product & UX
-- ๐๏ธ ๐ [**Vercel AI SDK**](https://github.com/vercel/ai) โ Reference AI-UI patterns and streaming.
-- ๐๏ธ ๐ [**Open WebUI**](https://github.com/open-webui/open-webui) โ Reference local chat UI.
- ๐๏ธ ๐ [**assistant-ui**](https://github.com/assistant-ui/assistant-ui) โ Reference React components for AI chat.
+- ๐๏ธ ๐ [**Open WebUI**](https://github.com/open-webui/open-webui) โ Reference local chat UI.
+- ๐๏ธ ๐ [**Vercel AI SDK**](https://github.com/vercel/ai) โ Reference AI-UI patterns and streaming.
@@ -1049,23 +1049,23 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### Conference series
- โญ ๐ฅ ๐ [**AI Engineer Summit / World's Fair**](https://www.ai.engineer/) โ The definitive practitioner conference; full talks on YouTube.
-- ๐ฅ ๐ [**NeurIPS / ICML / ICLR**](https://neurips.cc/) โ Core ML research venues; most papers include recorded talks.
- ๐ฅ ๐ [**COLM**](https://colmweb.org/) โ Conference on Language Modeling. New dedicated LM venue.
-- ๐ฅ ๐ [**MLSys**](https://mlsys.org/) โ Core ML-systems conference (inference, serving).
- ๐ฅ ๐ [**LlamaCon**](https://www.llama.com/events/llamacon/) โ Meta's open-source LLM conference.
+- ๐ฅ ๐ [**MLSys**](https://mlsys.org/) โ Core ML-systems conference (inference, serving).
+- ๐ฅ ๐ [**NeurIPS / ICML / ICLR**](https://neurips.cc/) โ Core ML research venues; most papers include recorded talks.
### Canonical talks
+- โญ ๐ฅ ๐ [**1hr Talk: Intro to LLMs (Nov 2024)**](https://www.youtube.com/watch?v=7xTGNNLPyMI) โ Karpathy updated "Deep Dive into LLMs".
- โญ ๐ฅ ๐ [**Intro to LLMs**](https://www.youtube.com/watch?v=zjkBMFhNj_g) โ Andrej Karpathy. The reference "how LLMs work" talk.
- โญ ๐ฅ ๐ [**Let's build GPT: from scratch, in code**](https://www.youtube.com/watch?v=kCc8FmEb1nY) โ Andrej Karpathy.
-- โญ ๐ฅ ๐ [**1hr Talk: Intro to LLMs (Nov 2024)**](https://www.youtube.com/watch?v=7xTGNNLPyMI) โ Karpathy updated "Deep Dive into LLMs".
-- ๐ฅ ๐ [**State of GPT**](https://www.youtube.com/watch?v=bZQun8Y4L2A) โ Andrej Karpathy (Microsoft Build 2023).
- ๐ฅ ๐ [**Stanford CS25: Transformers United**](https://web.stanford.edu/class/cs25/) โ Full lecture series.
+- ๐ฅ ๐ [**State of GPT**](https://www.youtube.com/watch?v=bZQun8Y4L2A) โ Andrej Karpathy (Microsoft Build 2023).
### T1 ยท Coding Agents
-- ๐ฅ ๐ [**Mastering Claude Code**](https://www.youtube.com/watch?v=r-ML9gZZBVo) โ Anthropic (Boris Cherny).
- ๐ฅ ๐ [**Cursor: Building the AI-first IDE**](https://www.youtube.com/@cursor-ai) โ Cursor team channel.
+- ๐ฅ ๐ [**Mastering Claude Code**](https://www.youtube.com/watch?v=r-ML9gZZBVo) โ Anthropic (Boris Cherny).
- ๐ฅ ๐ [**The future of AI coding**](https://www.youtube.com/@latent-space) โ Latent Space talk archives.
### T4 ยท SWE Benchmarks
@@ -1074,8 +1074,8 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T6 ยท App Architecture
-- ๐ฅ ๐ [**State of AI Engineering**](https://www.youtube.com/@latent-space) โ Latent Space keynotes.
- ๐ฅ ๐ [**Emerging architectures for LLM applications**](https://a16z.com/emerging-architectures-for-llm-applications/) โ a16z (video + post).
+- ๐ฅ ๐ [**State of AI Engineering**](https://www.youtube.com/@latent-space) โ Latent Space keynotes.
### T7 ยท Prompt Engineering
@@ -1084,13 +1084,13 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T8 ยท RAG
-- ๐ฅ ๐ [**Systematically improving RAG applications**](https://www.youtube.com/watch?v=RrDBV9W4zTc) โ Jason Liu.
- ๐ฅ ๐ [**RAG at scale**](https://www.youtube.com/@LangChain) โ LangChain channel series.
+- ๐ฅ ๐ [**Systematically improving RAG applications**](https://www.youtube.com/watch?v=RrDBV9W4zTc) โ Jason Liu.
### T10 ยท MCP
-- ๐ฅ ๐ [**Model Context Protocol deep dive**](https://www.youtube.com/@AnthropicAI) โ Anthropic.
- ๐ฅ ๐ [**MCP at AI Engineer Summit**](https://www.youtube.com/@aiDotEngineer) โ AI Engineer.
+- ๐ฅ ๐ [**Model Context Protocol deep dive**](https://www.youtube.com/@AnthropicAI) โ Anthropic.
### T11 / T12 ยท Orchestration & Multi-Agent
@@ -1108,23 +1108,23 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### T15 / T16 ยท Security & Safety
-- ๐ฅ ๐ [**Simon Willison on prompt injection**](https://simonwillison.net/tags/prompt-injection/) โ Talks + essays hub.
- ๐ฅ ๐ [**Anthropic AI safety research**](https://www.youtube.com/@AnthropicAI) โ Anthropic channel.
+- ๐ฅ ๐ [**Simon Willison on prompt injection**](https://simonwillison.net/tags/prompt-injection/) โ Talks + essays hub.
### T17 ยท Fine-tuning
-- ๐ฅ ๐ [**Let's reproduce GPT-2 / build the GPT tokenizer**](https://www.youtube.com/@AndrejKarpathy) โ Karpathy channel.
- ๐ฅ ๐ [**Fine-tuning workshop**](https://www.youtube.com/@parlance-labs) โ Hamel Husain channel.
+- ๐ฅ ๐ [**Let's reproduce GPT-2 / build the GPT tokenizer**](https://www.youtube.com/@AndrejKarpathy) โ Karpathy channel.
### T18 ยท Inference
-- ๐ฅ ๐ [**vLLM: high-throughput LLM serving**](https://www.youtube.com/@anyscale) โ Anyscale / UC Berkeley talks.
- ๐ฅ ๐ [**CUDA Mode lectures**](https://github.com/cuda-mode/lectures) โ Community GPU/kernel series.
+- ๐ฅ ๐ [**vLLM: high-throughput LLM serving**](https://www.youtube.com/@anyscale) โ Anyscale / UC Berkeley talks.
### T19 ยท Voice & Multimodal
-- ๐ฅ ๐ [**OpenAI Realtime API demos**](https://www.youtube.com/@OpenAI) โ OpenAI.
- ๐ฅ ๐ [**LiveKit voice-agent talks**](https://www.youtube.com/@livekitio) โ LiveKit.
+- ๐ฅ ๐ [**OpenAI Realtime API demos**](https://www.youtube.com/@OpenAI) โ OpenAI.
### T20 ยท Product & UX
@@ -1142,19 +1142,19 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
*Recurring podcasts with strong agentic & AI-engineering coverage.*
-- โญ ๐ง ๐ [**Latent Space**](https://www.latent.space/podcast) โ swyx & Alessio. The AI-engineering podcast of record; guests include most major AI-lab engineers.
-- โญ ๐ง ๐ [**Practical AI**](https://changelog.com/practicalai) โ Daniel Whitenack & Chris Benson. Long-running, practitioner-first.
-- ๐ง ๐ [**MLOps Community podcast**](https://mlops.community/podcast/) โ Demetrios Brinkmann. Ops-side operationalisation case studies.
-- ๐ง ๐ [**Gradient Dissent**](https://wandb.ai/fully-connected/podcast) โ Weights & Biases. Applied-ML interviews.
-- ๐ง ๐ [**The TWIML AI Podcast**](https://twimlai.com/podcast/twimlai/) โ Sam Charrington. Longest-running ML interview series.
-- ๐ง ๐ [**No Priors**](https://www.no-priors.com/) โ Sarah Guo & Elad Gil. Founders / researchers.
- ๐ง ๐ [**Cognitive Revolution**](https://www.cognitiverevolution.ai/) โ Nathan Labenz. Weekly AI engineering + strategy.
- ๐ง ๐ [**Dwarkesh Podcast**](https://www.dwarkeshpatel.com/podcast) โ Dwarkesh Patel. Deep interviews with top researchers.
-- ๐ง ๐ [**Machine Learning Street Talk**](https://www.youtube.com/@MachineLearningStreetTalk) โ Tim Scarfe. Technical deep-dives.
-- ๐ง ๐ [**Lex Fridman Podcast**](https://lexfridman.com/podcast/) โ Long-form interviews with AI-lab CEOs and researchers.
-- ๐ง ๐ [**Unsupervised Learning**](https://unsupervisedlearning.com/) โ Redpoint. AI-founder / operator conversations.
+- ๐ง ๐ [**Gradient Dissent**](https://wandb.ai/fully-connected/podcast) โ Weights & Biases. Applied-ML interviews.
- ๐ง ๐ [**Interconnects**](https://www.interconnects.ai/podcast) โ Nathan Lambert. RLHF / post-training focus.
+- โญ ๐ง ๐ [**Latent Space**](https://www.latent.space/podcast) โ swyx & Alessio. The AI-engineering podcast of record; guests include most major AI-lab engineers.
+- ๐ง ๐ [**Lex Fridman Podcast**](https://lexfridman.com/podcast/) โ Long-form interviews with AI-lab CEOs and researchers.
+- ๐ง ๐ [**Machine Learning Street Talk**](https://www.youtube.com/@MachineLearningStreetTalk) โ Tim Scarfe. Technical deep-dives.
+- ๐ง ๐ [**MLOps Community podcast**](https://mlops.community/podcast/) โ Demetrios Brinkmann. Ops-side operationalisation case studies.
+- ๐ง ๐ [**No Priors**](https://www.no-priors.com/) โ Sarah Guo & Elad Gil. Founders / researchers.
+- โญ ๐ง ๐ [**Practical AI**](https://changelog.com/practicalai) โ Daniel Whitenack & Chris Benson. Long-running, practitioner-first.
- ๐ง ๐ [**Pragmatic Engineer**](https://newsletter.pragmaticengineer.com/podcast) โ Gergely Orosz. AI-engineering org/hiring coverage.
+- ๐ง ๐ [**The TWIML AI Podcast**](https://twimlai.com/podcast/twimlai/) โ Sam Charrington. Longest-running ML interview series.
+- ๐ง ๐ [**Unsupervised Learning**](https://unsupervisedlearning.com/) โ Redpoint. AI-founder / operator conversations.
@@ -1162,23 +1162,23 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
*Weekly and monthly curated newsletters.*
-- โญ ๐ฐ ๐ [**The Batch**](https://www.deeplearning.ai/the-batch/) โ Andrew Ng / DeepLearning.AI. Weekly AI-engineering digest.
-- โญ ๐ฐ ๐ [**Import AI**](https://importai.substack.com/) โ Jack Clark (Anthropic co-founder). Policy + research.
-- โญ ๐ฐ ๐ [**Latent Space**](https://www.latent.space/) โ swyx. The AI-engineering newsletter of record.
-- ๐ฐ ๐ [**Simon Willison's Weblog**](https://simonwillison.net/) โ RSS/email. Daily real-time coverage of tools and agents.
- ๐ฐ ๐ [**Ahead of AI**](https://magazine.sebastianraschka.com/) โ Sebastian Raschka. LLM research + fine-tuning deep-dives.
-- ๐ฐ ๐ [**The Pragmatic Engineer**](https://newsletter.pragmaticengineer.com/) โ Gergely Orosz. AI-engineering hiring/org coverage.
-- ๐ฐ ๐ [**Interconnects**](https://www.interconnects.ai/) โ Nathan Lambert. RLHF / post-training.
-- ๐ฐ ๐ [**Last Week in AI**](https://lastweekin.ai/) โ Weekly recap.
-- ๐ฐ ๐ [**TLDR AI**](https://tldr.tech/ai) โ Daily headlines.
- ๐ฐ ๐ [**Ben's Bites**](https://bensbites.co/) โ Daily digest; founder-friendly.
- ๐ฐ ๐ [**Chip Huyen's Blog**](https://huyenchip.com/blog/) โ Occasional long-form on AI engineering.
+- ๐ฐ ๐ [**DiamantAI**](https://diamantai.substack.com) โ Nir Diamant. Practical AI engineering and generative AI: RAG, agents, and LLM application patterns explained simply.
- ๐ฐ ๐ [**Eugene Yan**](https://eugeneyan.com/) โ Pattern / eval / RAG deep-dives.
- ๐ฐ ๐ [**Hamel's Blog**](https://hamel.dev/) โ Evals + applied LLMs.
+- โญ ๐ฐ ๐ [**Import AI**](https://importai.substack.com/) โ Jack Clark (Anthropic co-founder). Policy + research.
+- ๐ฐ ๐ [**Interconnects**](https://www.interconnects.ai/) โ Nathan Lambert. RLHF / post-training.
+- ๐ฐ ๐ [**Last Week in AI**](https://lastweekin.ai/) โ Weekly recap.
+- โญ ๐ฐ ๐ [**Latent Space**](https://www.latent.space/) โ swyx. The AI-engineering newsletter of record.
- ๐ฐ ๐ [**Machine Learning Engineer Newsletter**](https://ethical.institute/mle.html) โ Alejandro Saucedo. Weekly production-ML curation.
- ๐ฐ ๐ [**MLOps Community newsletter**](https://mlops.community/) โ MLOps Community.
+- ๐ฐ ๐ [**Simon Willison's Weblog**](https://simonwillison.net/) โ RSS/email. Daily real-time coverage of tools and agents.
+- โญ ๐ฐ ๐ [**The Batch**](https://www.deeplearning.ai/the-batch/) โ Andrew Ng / DeepLearning.AI. Weekly AI-engineering digest.
- ๐ฐ ๐ [**The Data Exchange**](https://thedataexchange.media/) โ Ben Lorica.
-- ๐ฐ ๐ [**DiamantAI**](https://diamantai.substack.com) - Nir Diamant. Practical AI engineering and generative AI: RAG, agents, and LLM application patterns explained simply.
+- ๐ฐ ๐ [**The Pragmatic Engineer**](https://newsletter.pragmaticengineer.com/) โ Gergely Orosz. AI-engineering hiring/org coverage.
+- ๐ฐ ๐ [**TLDR AI**](https://tldr.tech/ai) โ Daily headlines.
@@ -1188,32 +1188,32 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### Policy & frameworks
+- ๐ [**EU AI Act**](https://artificialintelligenceact.eu/) โ European Commission. Official text + implementation timeline.
- โญ ๐ [**NIST AI Risk Management Framework (AI RMF 1.0)**](https://www.nist.gov/itl/ai-risk-management-framework) โ NIST. The foundational US framework.
- ๐ [**NIST Generative AI Profile (NIST-AI-600-1)**](https://www.nist.gov/itl/ai-risk-management-framework) โ NIST.
-- ๐ [**EU AI Act**](https://artificialintelligenceact.eu/) โ European Commission. Official text + implementation timeline.
-- ๐ [**UK AI Safety Institute reports**](https://www.gov.uk/government/organisations/ai-safety-institute) โ UK AISI.
- ๐ [**OECD AI Principles**](https://oecd.ai/en/ai-principles) โ International reference.
+- ๐ [**UK AI Safety Institute reports**](https://www.gov.uk/government/organisations/ai-safety-institute) โ UK AISI.
### Lab safety & responsible scaling
-- โญ ๐ [**Anthropic Responsible Scaling Policy**](https://www.anthropic.com/news/anthropics-responsible-scaling-policy) โ Anthropic.
- ๐ [**Anthropic Core Views on AI Safety**](https://www.anthropic.com/news/core-views-on-ai-safety) โ Anthropic.
-- ๐ [**OpenAI Preparedness Framework**](https://openai.com/safety/preparedness) โ OpenAI.
+- โญ ๐ [**Anthropic Responsible Scaling Policy**](https://www.anthropic.com/news/anthropics-responsible-scaling-policy) โ Anthropic.
- ๐ [**Google DeepMind: Frontier Safety Framework**](https://deepmind.google/discover/blog/introducing-the-frontier-safety-framework/) โ Google DeepMind.
+- ๐ [**OpenAI Preparedness Framework**](https://openai.com/safety/preparedness) โ OpenAI.
### Security & red-teaming
-- โญ ๐ [**OWASP Top 10 for LLM Applications**](https://genai.owasp.org/llm-top-10/) โ OWASP.
+- ๐ [**HarmBench**](https://www.harmbench.org/) โ CAIS.
- ๐ [**MITRE ATLAS**](https://atlas.mitre.org/) โ Adversarial threat landscape for AI systems.
- ๐ [**NIST Adversarial ML Taxonomy (NIST AI 100-2)**](https://csrc.nist.gov/pubs/ai/100/2/e2023/final) โ NIST.
-- ๐ [**HarmBench**](https://www.harmbench.org/) โ CAIS.
+- โญ ๐ [**OWASP Top 10 for LLM Applications**](https://genai.owasp.org/llm-top-10/) โ OWASP.
- ๐ [**Simon Willison's prompt-injection series**](https://simonwillison.net/series/prompt-injection/) โ SW.
### Responsible AI practice
-- ๐ [**Microsoft Responsible AI Standard**](https://www.microsoft.com/en-us/ai/responsible-ai) โ Microsoft.
-- ๐ [**Google Responsible AI practices**](https://ai.google/responsibility/responsible-ai-practices/) โ Google.
- ๐ [**Fairlearn**](https://fairlearn.org/) โ Open-source fairness toolkit.
+- ๐ [**Google Responsible AI practices**](https://ai.google/responsibility/responsible-ai-practices/) โ Google.
+- ๐ [**Microsoft Responsible AI Standard**](https://www.microsoft.com/en-us/ai/responsible-ai) โ Microsoft.
- ๐ [**Partnership on AI**](https://partnershiponai.org/) โ Multi-stakeholder org with published frameworks and incident database.
### Papers & research
@@ -1231,20 +1231,20 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
### Design & UX
-- โญ ๐ [**Guidelines for Human-AI Interaction**](https://www.microsoft.com/en-us/research/publication/guidelines-for-human-ai-interaction/) โ Amershi et al. (Microsoft Research). The canonical design heuristics.
-- ๐ [**NNGroup: Generative AI design patterns**](https://www.nngroup.com/articles/generative-ai-design-patterns/) โ Nielsen Norman Group.
-- ๐ [**Google's People + AI Guidebook**](https://pair.withgoogle.com/guidebook/) โ Google PAIR.
- ๐ [**Apple Human Interface Guidelines โ Generative AI**](https://developer.apple.com/design/human-interface-guidelines/machine-learning) โ Apple.
-- ๐ [**Maggie Appleton**](https://maggieappleton.com/) โ Essays on the UX of agentic, malleable software.
+- ๐ [**Google's People + AI Guidebook**](https://pair.withgoogle.com/guidebook/) โ Google PAIR.
+- โญ ๐ [**Guidelines for Human-AI Interaction**](https://www.microsoft.com/en-us/research/publication/guidelines-for-human-ai-interaction/) โ Amershi et al. (Microsoft Research). The canonical design heuristics.
- ๐ [**Linus Lee**](https://thesephist.com/) โ Essays on interfaces for tools of thought.
+- ๐ [**Maggie Appleton**](https://maggieappleton.com/) โ Essays on the UX of agentic, malleable software.
+- ๐ [**NNGroup: Generative AI design patterns**](https://www.nngroup.com/articles/generative-ai-design-patterns/) โ Nielsen Norman Group.
### Economics & business
- โญ ๐ [**a16z: The Economic Case for Generative AI**](https://a16z.com/the-economic-case-for-generative-ai-and-foundation-models/) โ a16z.
+- ๐ [**Artificial Analysis**](https://artificialanalysis.ai/) โ Cross-provider pricing/latency/quality dashboards.
+- ๐ [**Epoch AI**](https://epochai.org/) โ Data on compute, cost, and scaling trends.
- ๐ [**Latent Space on unit economics**](https://www.latent.space/p/state-of-ai-engineering) โ Latent Space.
- ๐ [**Stanford AI Index Report**](https://aiindex.stanford.edu/report/) โ Stanford HAI. Annual deep economic + research snapshot.
-- ๐ [**Epoch AI**](https://epochai.org/) โ Data on compute, cost, and scaling trends.
-- ๐ [**Artificial Analysis**](https://artificialanalysis.ai/) โ Cross-provider pricing/latency/quality dashboards.
### Product strategy
@@ -1258,17 +1258,17 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR
*How organisations structure AI-engineering work, hire for it, and operate sustainably.*
-- โญ ๐ [**The Pragmatic Engineer โ AI tag**](https://newsletter.pragmaticengineer.com/t/ai) โ Gergely Orosz. AI-engineering hiring + org design.
+- ๐ [**a16z AI canon**](https://a16z.com/ai-canon/) โ a16z. Curated reading list for people building AI teams.
- ๐ [**Building the AI Engineer role**](https://www.latent.space/p/ai-engineer) โ swyx / Latent Space. The foundational essay defining "AI Engineer" as a discipline.
-- ๐ [**What is an AI Engineer?**](https://applied-llms.org/) โ Applied LLMs consortium.
+- ๐ [**Chip Huyen: Machine learning in production**](https://huyenchip.com/2022/01/02/real-world-mlops-questions.html) โ Org-design questions from production ML.
+- ๐ [**DeepLearning.AI AI Engineer Hiring Report**](https://www.deeplearning.ai/the-batch/) โ The Batch periodic coverage.
+- ๐ [**Emmanuel Ameisen: Building ML Powered Applications**](https://mlpowered.com/book/) โ Book + blog on AI-team building.
- ๐ [**Eugene Yan: Team size and velocity**](https://eugeneyan.com/writing/team-size/) โ Eugene Yan.
+- ๐ [**GitHub: The AI-native developer**](https://github.blog/ai-and-ml/) โ GitHub's research on workflows / productivity.
- ๐ [**Shreya Shankar: Operationalizing ML**](https://www.shreya-shankar.com/) โ Shreya Shankar.
- ๐ [**Staff Engineer โ AI org posts**](https://staffeng.com/) โ Will Larson & community.
-- ๐ [**a16z AI canon**](https://a16z.com/ai-canon/) โ a16z. Curated reading list for people building AI teams.
-- ๐ [**Emmanuel Ameisen: Building ML Powered Applications**](https://mlpowered.com/book/) โ Book + blog on AI-team building.
-- ๐ [**DeepLearning.AI AI Engineer Hiring Report**](https://www.deeplearning.ai/the-batch/) โ The Batch periodic coverage.
-- ๐ [**Chip Huyen: Machine learning in production**](https://huyenchip.com/2022/01/02/real-world-mlops-questions.html) โ Org-design questions from production ML.
-- ๐ [**GitHub: The AI-native developer**](https://github.blog/ai-and-ml/) โ GitHub's research on workflows / productivity.
+- โญ ๐ [**The Pragmatic Engineer โ AI tag**](https://newsletter.pragmaticengineer.com/t/ai) โ Gergely Orosz. AI-engineering hiring + org design.
+- ๐ [**What is an AI Engineer?**](https://applied-llms.org/) โ Applied LLMs consortium.
---