Awesome Agentic Engineering Resources

June 18, 2026 · View on GitHub

Awesome License: CC0-1.0 PRs Welcome Last Commit Contributors X

Awesome Agentic Engineering Resources

A curated list of high-signal resources — articles, books, courses, cookbooks, papers, playbooks, benchmarks, talks, podcasts, and newsletters — for agentic engineering and AI engineering.

This is a resources list, not a tools list. Open-source tools for building agentic systems live in the sister list awesome-production-agentic-systems; production ML tooling lives in awesome-production-machine-learning. This list covers the learning, design, and operational resources that sit alongside those tools — including both:

Agentic engineering focuses on using AI agents to do software engineering (Copilot, Cursor, Claude Code, Aider, Cline, Windsurf, Codex; spec-driven development; context engineering; agent IDE rules and memory files; SWE benchmarks). AI / agentic systems engineering focuses on building agentic and LLM-powered systems (architecture, RAG, memory, tool use & MCP, orchestration, multi-agent coordination, evaluation, observability, guardrails, safety, fine-tuning, inference, product/UX, economics, teams).

You can keep up to date by watching this repo for the monthly releases summarising newly added resources 🤩

This list was proposed in EthicalML/awesome-production-machine-learning#709 as a sister list focused on resources rather than tools.

Legend

Resources are tagged with icons so you can scan and filter at a glance:

IconMeaning
Editors' pick — start here
🆓Free to access
💰Paid
📘Book
🧑‍🎓Course
🎥Video / talk
🎧Audio / podcast
📄Paper
🛠️Hands-on cookbook / tutorial
📋Playbook / design-pattern catalog
🧪Benchmark / leaderboard
🏗️Reference implementation / case study
📰Newsletter
⭐ Trending / What's New🧭 Core & Foundations🗓️ Milestones Timeline
👥 Communities🧑‍🎓 Courses📘 Books
✍️ Articles & Essays🛠️ Tutorials & Cookbooks📋 Playbooks & Patterns
📄 Papers & Research🧪 Benchmarks & Leaderboards🏗️ Reference Implementations
🎥 Talks & Conferences🎧 Podcasts📰 Newsletters
🛡️ Governance, Safety & Responsible AI🎨 Product, UX & Economics of AI🧑‍🤝‍🧑 Teams, Hiring & Org Design

Topic Coverage Matrix

Resources are organised as a matrix: the top-level sections above (rows) are resource types, and each section is sub-divided by topic. The 21 topics, T1T21, are shared across sections. This lets you read vertically ("what papers exist on RAG?") or horizontally ("where do I find resources on Coding Agents?").

Topics:

#Topic
T1Coding Agents & AI-Assisted Development (Copilot, Cursor, Claude Code, Aider, Cline, Windsurf, Codex)
T2Spec-Driven Development & Context Engineering (AGENTS.md, spec-kit, rules files)
T3Agent IDE Rules, Memory Files & Developer Workflows
T4SWE Benchmarks & Coding Evaluation
T5Autonomous Software Agents & Long-Horizon Engineering Tasks
T6LLM Application Architecture & System Design
T7Prompt Engineering
T8Retrieval-Augmented Generation (RAG)
T9Memory Systems & Long-Context
T10Tool Use, Function Calling & MCP
T11Orchestration, Planning & Design Patterns
T12Multi-Agent Systems & Coordination
T13Evaluation & Testing
T14Observability, Tracing & Debugging
T15Guardrails & Security (prompt injection, jailbreaks, red-teaming)
T16Safety, Alignment & Responsible AI
T17Fine-tuning, Post-training, RLHF & Reasoning Training
T18Inference, Serving, Cost & Latency
T19Voice, Multi-modal & Embodied Agents
T20Product, UX & Human-AI Interaction Design
T21Economics, Teams, Hiring & Org Design

Coverage ( = populated, = opportunistic / partial, = out of scope for that row):

Row \ TopicT1T2T3T4T5T6T7T8T9T10T11T12T13T14T15T16T17T18T19T20T21
Core & Foundations
Communities
Courses
Books
Articles & Essays
Tutorials & Cookbooks
Playbooks & Patterns
Papers & Research
Benchmarks
Reference Impls
Talks & Conferences
Podcasts
Newsletters

The Trending / What's New, Milestones Timeline, Governance & Responsible AI, Product / UX / Economics, and Teams, Hiring & Org Design sections collapse across topics and are presented as curated lists rather than matrix cells.

Contributing to the list

Please review our CONTRIBUTING.md before submitting a PR — it explains the one-line description style, how to pick the right row/topic cell, and the quality bar for inclusion. Thank you to the community for supporting the list's growth 🚀

Want to receive recurring updates on this repo and other advancements

You can join the Machine Learning Engineer newsletter. Join over 70,000 ML professionals and enthusiasts who receive weekly curated articles & tutorials on production Machine Learning. Machine Learning Engineer newsletter
Also check out Awesome Production Agentic Systems and Awesome Production Machine Learning, the sister lists of open-source tools for agentic systems and production ML respectively. Awesome Production Agentic Systems
Star History Chart

Main Content

Rotating pinned items: the most-discussed agentic & AI-engineering resources of the current cycle. Refreshed regularly — see CONTRIBUTING.md for nomination criteria.

  • ⭐ 🆓 A practical guide to building agents — OpenAI (2025). 30-page PDF covering when (and when not) to build agents, tool design, guardrails, and human-in-the-loop patterns.
  • 🆓 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 — 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 — Anthropic (2025). CLAUDE.md, slash-commands, headless mode, custom permissions — the canonical how-to-use-Claude-Code reference.
  • 🆓 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 — 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 / Agentic Coding: The Future of Software Development with Agents — Armin Ronacher (2025). Widely-shared essays on what it actually feels like to ship with agentic coding tools day-to-day.
  • 🆓 The 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.

🧭 Core & Foundations

Canonical "what is agentic engineering / AI engineering" reading. Start here.

T1 · Coding Agents & AI-Assisted Development

T2 · Spec-Driven Development & Context Engineering

  • 🆓 AGENTS.md — Community standard for per-repo agent instructions.
  • 🆓 spec-kit — GitHub's toolkit and essay set on spec-driven development with coding agents.
  • ⭐ 🆓 The new code — Sean Grove (OpenAI) on Latent Space. The canonical "specs are the new code" essay.
  • 🆓 The rise of "context engineering" — LangChain. Why prompt engineering became context engineering.

T6 · LLM Application Architecture & System Design

T7 · Prompt Engineering

T8 · Retrieval-Augmented Generation (RAG)

T10 · Tool Use, Function Calling & MCP

T11 · Orchestration, Planning & Design Patterns

T13 · Evaluation & Testing

🗓️ Milestones Timeline

Dated, field-defining events that shaped agentic & AI engineering.

DateEventReference
2017-06Transformer architecture introducedAttention Is All You Need
2020-05GPT-3 shows in-context learning at scaleLanguage Models are Few-Shot Learners
2020-05RAG framework introducedRAG for Knowledge-Intensive NLP
2021-06GitHub Copilot preview launches — first mainstream AI coding assistantGitHub blog
2022-01Chain-of-Thought promptingWei et al.
2022-03InstructGPT / RLHFOuyang et al.
2022-10ReAct: reasoning + acting agent loopYao et al.
2022-11ChatGPT release — mainstream adoption inflectionOpenAI
2023-03GPT-4 releaseOpenAI
2023-03HuggingGPT / Toolformer-era tool useToolformer
2023-03LangChain & LlamaIndex hit mainstream
2023-05Voyager: open-ended agents in MinecraftVoyager
2023-06Simon Willison coins "prompt injection" as a durable threat categorySW blog
2023-10SWE-bench released — real-world coding evalSWE-bench
2023-12Mixture-of-experts open models (Mixtral)Mistral
2024-03Devin demo — autonomous software agent pitchCognition
2024-05GPT-4o: native multi-modal + realtime voiceOpenAI
2024-06Anthropic's "Building effective agents" publishesAnthropic
2024-07SWE-bench Verified launchedOpenAI
2024-09o1 reveals reasoning-model eraOpenAI
2024-11Model Context Protocol (MCP) announcedAnthropic
2025-02Claude Code general availabilityAnthropic
2025-05AGENTS.md published as cross-agent standardagents.md
2025-06GitHub spec-kit / "new code" essays formalise spec-driven devspec-kit

👥 Communities

Discords, Slacks, forums, and meetups where practitioners gather.

  • 🆓 AI Dev Board — Community-curated hub for AI engineering resources and discussions.
  • 🆓 AI Engineer World's Fair / Latent Space Discord — Practitioner community anchoring the AI Engineer conference series.
  • 🆓 Anthropic Discord — Official Claude / Claude Code / MCP community.
  • 🆓 Cursor Community Forum — User-driven forum for Cursor rules, MCP, and workflows.
  • 🆓 EleutherAI Discord — Open research community; strong training/interpretability discussion.
  • 🆓 Hacker News — Filter for "LLM", "agent", "Claude", "Cursor" — where engineering-side essays trend.
  • 🆓 Hugging Face Discord & Forums — Transformers, TRL, PEFT, model-hub discussions.
  • 🆓 LangChain Discord — Heavy day-to-day Q&A on agent orchestration, RAG, evaluation, MCP.
  • 🆓 LlamaIndex Discord — RAG-centric builder community with active reference-impl discussion.
  • 🆓 MLOps Community — Slack + podcast + meetups; the biggest practitioner community at the ops/engineering intersection. Active agent and LLM-ops channels.
  • 🆓 r/LocalLLaMA — The definitive open-weights / local-inference forum; fastest signal for new models, quantisation, and serving.
  • 🆓 r/MachineLearning — Academic and practitioner mix; where new papers and threads get dissected.

🧑‍🎓 Courses

Structured courses — free and paid, university and industry.

T1 · Coding Agents & AI-Assisted Development

T4 · SWE Benchmarks & Coding Evaluation

T6 · LLM Application Architecture & System Design

T7 · Prompt Engineering

T8 · Retrieval-Augmented Generation (RAG)

T10 · Tool Use, Function Calling & MCP

T11 · Orchestration, Planning & Design Patterns

T12 · Multi-Agent Systems

T13 · Evaluation & Testing

T14 · Observability, Tracing & Debugging

T15 · Guardrails & Security

T16 · Safety, Alignment & Responsible AI

T17 · Fine-tuning, Post-training & RLHF

T18 · Inference, Serving, Cost & Latency

📘 Books

Published and in-progress books covering agentic & AI engineering.

T1 · Coding Agents & AI-Assisted Development

T6 · LLM Application Architecture & System Design

T7 · Prompt Engineering

  • 📘 🆓 Prompt Engineering for LLMs — John Berryman & Albert Ziegler (O'Reilly, 2024). From Copilot's original tech-lead.
  • 📘 💰 The Prompt Report — Schulhoff et al. (2024). A 76-page survey that effectively functions as a book-length prompting reference.

T8 · RAG

  • 📘 💰 Building LLM Apps — Valentina Alto (Wiley, 2024). RAG-heavy application text.
  • 📘 💰 RAG Made Simple - Nir Diamant (2025). A visual, code-free walkthrough of 22 retrieval-augmented generation techniques explained through diagrams and analogies.
  • 📘 🆓 RAG-Driven Generative AI — Denis Rothman (Packt, 2024).

T10 · Tool Use & MCP

T11 · Orchestration & Design Patterns

T13 · Evaluation

T15 · Guardrails & Security

T16 · Safety, Alignment & Responsible AI

  • 📘 💰 Human Compatible — Stuart Russell (2019). The foundational alignment argument.
  • 📘 💰 The Alignment Problem — Brian Christian (2020). The canonical popular-press primer.

T17 · Fine-tuning & Post-training

T18 · Inference & Serving

T20 · Product & UX

T21 · Economics, Teams & Org

✍️ Articles & Essays

Long-form writing from canonical authors and engineering teams.

T1 · Coding Agents & AI-Assisted Development

T2 · Spec-Driven Development & Context Engineering

T3 · Agent IDE Rules, Memory Files & Workflows

T4 · SWE Benchmarks & Coding Evaluation

T5 · Autonomous Software Agents

T6 · LLM Application Architecture

T7 · Prompt Engineering

T8 · Retrieval-Augmented Generation (RAG)

T9 · Memory Systems & Long-Context

T10 · Tool Use, Function Calling & MCP

T11 · Orchestration & Design Patterns

T12 · Multi-Agent Systems & Coordination

T13 · Evaluation & Testing

T14 · Observability, Tracing & Debugging

T15 · Guardrails & Security

T16 · Safety, Alignment & Responsible AI

T17 · Fine-tuning, Post-training & RLHF

T18 · Inference, Serving, Cost & Latency

T19 · Voice, Multi-modal & Embodied Agents

T20 · Product, UX & Human-AI Interaction

T21 · Economics, Teams, Hiring & Org Design

🛠️ Tutorials & Cookbooks

Hands-on, code-first guides and official cookbooks from model providers and framework authors.

T1 · Coding Agents & AI-Assisted Development

T2 · Spec-Driven Development

T3 · Agent IDE Rules & Workflows

T5 · Autonomous Software Agents

T6 · LLM Application Architecture

T7 · Prompt Engineering

T8 · Retrieval-Augmented Generation (RAG)

T9 · Memory Systems

T10 · Tool Use & MCP

T11 · Orchestration & Patterns

T12 · Multi-Agent Systems

T13 · Evaluation & Testing

T14 · Observability

T15 · Guardrails & Security

T17 · Fine-tuning & Post-training

T18 · Inference & Serving

T19 · Voice & Multimodal

📋 Playbooks & Design-Pattern Catalogs

Opinionated, prescriptive guides distilling design patterns and operational practices.

📄 Papers & Research

Foundational papers, surveys, and benchmark papers. Includes a dated milestone-papers table.

Milestone Papers

DateKeywordsInstitutionPaper
2017-06TransformerGoogleAttention Is All You Need
2018-10BERTGoogleBERT: Pre-training of Deep Bidirectional Transformers
2020-05GPT-3, ICLOpenAILanguage Models are Few-Shot Learners
2020-05RAGMetaRAG for Knowledge-Intensive NLP Tasks
2021-06LoRAMicrosoftLoRA: Low-Rank Adaptation of LLMs
2022-01CoTGoogleChain-of-Thought Prompting
2022-03InstructGPT / RLHFOpenAITraining LMs to follow instructions with human feedback
2022-10ReActPrinceton / GoogleReAct: Synergizing Reasoning and Acting
2022-12Constitutional AIAnthropicConstitutional AI
2023-02ToolformerMetaToolformer: LMs Can Teach Themselves to Use Tools
2023-03ReflexionNortheasternReflexion
2023-03Self-RefineCMUSelf-Refine: Iterative Refinement
2023-05Tree of ThoughtsPrincetonTree of Thoughts
2023-05QLoRAUWQLoRA: Efficient Finetuning of Quantized LLMs
2023-05VoyagerNVIDIA / CaltechVoyager: Open-Ended Embodied Agent
2023-05DPOStanfordDPO: Your LM Is Secretly a Reward Model
2023-06LLM-as-JudgeUC BerkeleyJudging LLM-as-a-Judge
2023-07Generative AgentsStanford / GoogleGenerative Agents: Interactive Simulacra
2023-07Lost in the MiddleStanfordLost in the Middle
2023-07GCGCMUUniversal and Transferable Adversarial Attacks
2023-09Agent surveyFudanThe Rise and Potential of LLM-based Agents
2023-10SWE-benchPrincetonSWE-bench: Can LMs Resolve Real-World Issues?
2023-10AutoGenMicrosoftAutoGen: Enabling Multi-Agent Conversations
2023-11GAIAMeta / HFGAIA: Benchmark for General AI Assistants
2023-12RAG SurveyTongjiRAG for LLMs: A Survey
2024-02SWE-agentPrincetonSWE-agent: Agent-Computer Interfaces
2024-05Many-shot jailbreakingAnthropicMany-shot Jailbreaking
2024-06Prompt ReportMarylandThe Prompt Report
2024-06τ-benchSierraτ-bench: Tool-Agent-User benchmark
2024-09o1 / reasoningOpenAILearning to Reason with LLMs

T1 · Coding Agents & T4 · SWE Benchmarks

T5 · Autonomous SWE Agents

T6 · App Architecture

T7 · Prompt Engineering

T8 · RAG

T9 · Memory

T10 · Tool Use & MCP

T11 · Orchestration & Patterns

T12 · Multi-Agent

T13 · Evaluation

T14 · Observability

T15 · Guardrails & Security

T16 · Safety & Alignment

T17 · Fine-tuning & Post-training

T18 · Inference & Serving

T19 · Voice & Multimodal

T20 · Product & UX

🧪 Benchmarks & Leaderboards

Public benchmarks and leaderboards for coding agents, tool use, RAG, evaluation, and more.

T1 / T4 · Coding Agents & SWE Benchmarks

  • 🧪 🆓 BigCodeBench — Practical programming with diverse function calls.
  • 🧪 🆓 HumanEval+ / EvalPlus — Strengthened HumanEval.
  • 🧪 🆓 LiveCodeBench — Rolling contamination-free coding benchmark.
  • 🧪 🆓 MLE-bench — OpenAI. Kaggle-style ML engineering benchmark.
  • ⭐ 🧪 🆓 SWE-bench — Real-world GitHub-issue resolution benchmark; Verified subset is the de-facto industry standard.
  • 🧪 🆓 Terminal-Bench — Stanford / Laude. Long-horizon terminal task benchmark.

T5 · Autonomous Agents

  • 🧪 🆓 AgentBench — Tsinghua. Broad agent capability benchmark.
  • 🧪 🆓 GAIA — General AI Assistants benchmark.
  • 🧪 🆓 MLE-bench — ML-engineering agents.
  • 🧪 🆓 OSWorld — Desktop OS-controlling agents.
  • 🧪 🆓 WebArena / VisualWebArena — Web-navigation agents.

T8 · RAG

  • 🧪 🆓 ARES — Automated RAG evaluation.
  • 🧪 🆓 BEIR — Zero-shot IR benchmark.
  • 🧪 🆓 MTEB — Massive Text Embedding Benchmark.
  • 🧪 🆓 RAGAS — Framework and leaderboard for RAG eval.

T10 · Tool Use & Function Calling

T11 · Orchestration / T12 · Multi-Agent

  • 🧪 🆓 AgentBench — General agent-capability.
  • 🧪 🆓 AgentBoard — HKUST. Analytic, fine-grained agent eval.

T13 · Evaluation

T15 · Guardrails & Security

T16 · Safety & Alignment

  • 🧪 🆓 BBQ — Bias benchmark.
  • 🧪 🆓 ToxiGen — Toxicity.
  • 🧪 🆓 TruthfulQA — Truthfulness benchmark.

T18 · Inference

  • 🧪 🆓 LLMPerf — Anyscale. Throughput/latency tool.
  • 🧪 🆓 MLPerf Inference — MLCommons. Industry-standard serving benchmark.

T19 · Voice & Multimodal

  • 🧪 🆓 Dynabench speech — Live speech-model benchmarks.
  • 🧪 🆓 MMMU — Multimodal multidiscipline benchmark.
  • 🧪 🆓 VideoMME — Video understanding.

🏗️ Reference Implementations & Case Studies

Public production write-ups and canonical reference repositories that teach by example.

T1 / T3 · Coding Agents & IDE Rules

  • 🏗️ 🆓 Aider — Reference terminal coding agent with detailed engineering blog.
  • ⭐ 🏗️ 🆓 Claude Code — Anthropic's reference agentic CLI.
  • 🏗️ 🆓 Cline — Open-source autonomous coding agent.
  • 🏗️ 🆓 OpenHands — All Hands AI. Open-source autonomous SWE agent.

T2 · Spec-Driven Dev

T5 · Autonomous SWE Agents

  • 🏗️ 🆓 Agentless — Minimal agentless baseline that beat prior agents on SWE-bench Lite.
  • 🏗️ 🆓 AutoCodeRover — NUS.
  • 🏗️ 🆓 SWE-agent — Princeton NLP. Reference agent for SWE-bench.

T6 · App Architecture

T8 · RAG

  • 🏗️ 🆓 GraphRAG — Microsoft Research.
  • ⭐ 🏗️ 🆓 LlamaIndex — Reference RAG framework; docs double as case studies.
  • 🏗️ 🆓 RAGFlow — Production-grade RAG reference.
  • 🏗️ 🆓 Verba — Weaviate reference RAG app.

T9 · Memory

  • 🏗️ 🆓 Letta (MemGPT) — Reference agentic-memory implementation.
  • 🏗️ 🆓 Mem0 — Reference memory layer.
  • 🏗️ 🆓 Zep — Long-term memory store.

T10 · Tool Use & MCP

T11 / T12 · Orchestration & Multi-Agent

  • 🏗️ 🆓 AutoGen — Microsoft.
  • 🏗️ 🆓 CrewAI — Reference role-based multi-agent.
  • 🏗️ 🆓 LangGraph — Reference graph-based orchestration.
  • 🏗️ 🆓 Pydantic AI — Type-safe agent framework.

T13 · Evaluation

T14 · Observability

  • 🏗️ 🆓 Arize Phoenix — Open-source tracing + evals.
  • 🏗️ 🆓 Langfuse — Open-source LLM observability.
  • 🏗️ 🆓 OpenLLMetry — OTel-based LLM instrumentation.
  • 🏗️ 🆓 Future AGI — Open-source platform to trace, evaluate, simulate, guard, and auto-improve AI agents.

T15 · Guardrails & Security

T17 · Fine-tuning

T18 · Inference & Serving

  • 🏗️ 🆓 llama.cpp — Reference CPU/GPU local inference.
  • 🏗️ 🆓 SGLang — Structured generation serving.
  • 🏗️ 🆓 TensorRT-LLM — NVIDIA reference optimised serving.
  • ⭐ 🏗️ 🆓 vLLM — Reference high-throughput LLM serving.

T19 · Voice & Multimodal

  • 🏗️ 🆓 LiveKit Agents — Voice-agent reference.
  • 🏗️ 🆓 Pipecat — Daily's voice-agent framework.
  • 🏗️ 🆓 Ultravox — Real-time speech LM.

T20 · Product & UX

  • 🏗️ 🆓 assistant-ui — Reference React components for AI chat.
  • 🏗️ 🆓 Open WebUI — Reference local chat UI.
  • 🏗️ 🆓 Vercel AI SDK — Reference AI-UI patterns and streaming.

🎥 Talks, Workshops & Conferences

Recorded talks, workshops, and conference series worth watching.

Conference series

  • ⭐ 🎥 🆓 AI Engineer Summit / World's Fair — The definitive practitioner conference; full talks on YouTube.
  • 🎥 🆓 COLM — Conference on Language Modeling. New dedicated LM venue.
  • 🎥 🆓 LlamaCon — Meta's open-source LLM conference.
  • 🎥 🆓 MLSys — Core ML-systems conference (inference, serving).
  • 🎥 🆓 NeurIPS / ICML / ICLR — Core ML research venues; most papers include recorded talks.

Canonical talks

T1 · Coding Agents

T4 · SWE Benchmarks

T6 · App Architecture

T7 · Prompt Engineering

T8 · RAG

T10 · MCP

T11 / T12 · Orchestration & Multi-Agent

T13 · Evaluation

T14 · Observability

T15 / T16 · Security & Safety

T17 · Fine-tuning

T18 · Inference

T19 · Voice & Multimodal

T20 · Product & UX

T21 · Economics & Teams

🎧 Podcasts

Recurring podcasts with strong agentic & AI-engineering coverage.

📰 Newsletters

Weekly and monthly curated newsletters.

🛡️ Governance, Safety & Responsible AI

Policy frameworks, safety research, red-teaming resources, and responsible-AI guidance.

Policy & frameworks

Lab safety & responsible scaling

Security & red-teaming

Responsible AI practice

Papers & research

🎨 Product, UX & Economics of AI

Going beyond engineering: designing for AI, human-AI interaction, and the economics of LLM applications.

Design & UX

Economics & business

Product strategy

🧑‍🤝‍🧑 Teams, Hiring & Org Design

How organisations structure AI-engineering work, hire for it, and operate sustainably.


How to suggest a resource

Please use one of the issue templates (resource suggestion, broken link, or trending nomination) or open a pull request following the guidance in CONTRIBUTING.md. The curation methodology and update cadence are documented in NOTES.md.

Update cadence

Weekly: PR triage and broken-link fixes. Monthly: trending rotation and new-resource batches. Quarterly: full thoroughness pass against the checklist in NOTES.md.

License

CC0 — To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.