|
| 1 | +<!--lint disable table-pipe-alignment table-cell-padding double-link awesome-spell-check--> |
| 2 | +<!--Rationale: lint suppression is intentional for this curated index. Repeated canonical links across sections and dense matrix/timeline tables trigger high-noise violations that are expected in this format; spell-check is disabled because this list contains many proper nouns, project names, and acronyms that repeatedly false-positive.--> |
| 3 | + |
1 | 4 | [](https://awesome.re) |
2 | 5 | [](https://creativecommons.org/publicdomain/zero/1.0/) |
3 | 6 | [](https://github.com/EthicalML/awesome-agentic-engineering-resources/pulls) |
|
12 | 15 |
|
13 | 16 | 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](https://github.com/EthicalML/awesome-production-agentic-systems); production ML tooling lives in [awesome-production-machine-learning](https://github.com/EthicalML/awesome-production-machine-learning). This list covers the *learning, design, and operational resources* that sit alongside those tools — including both: |
14 | 17 |
|
15 | | -- **Agentic engineering** — 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). |
16 | | -- **AI / agentic systems engineering** — 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). |
| 18 | +**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). |
17 | 19 |
|
18 | 20 | You can keep up to date by watching this repo for the monthly releases summarising newly added resources 🤩 |
19 | 21 |
|
@@ -104,7 +106,7 @@ The **Trending / What's New**, **Milestones Timeline**, **Governance & Responsib |
104 | 106 |
|
105 | 107 | Please review our [CONTRIBUTING.md](./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 🚀 |
106 | 108 |
|
107 | | -## Want to receive recurrent updates on this repo and other advancements? |
| 109 | +## Want to receive recurring updates on this repo and other advancements |
108 | 110 |
|
109 | 111 | <table> |
110 | 112 | <tr> |
@@ -144,7 +146,7 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR |
144 | 146 | /> |
145 | 147 | </picture> |
146 | 148 |
|
147 | | -# Main Content |
| 149 | +## Main Content |
148 | 150 |
|
149 | 151 | <a name="trending"></a> |
150 | 152 | ## ⭐ Trending / What's New |
@@ -1041,7 +1043,7 @@ Please review our [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a PR |
1041 | 1043 |
|
1042 | 1044 | - ⭐ 🎥 🆓 [**Intro to LLMs**](https://www.youtube.com/watch?v=zjkBMFhNj_g) — Andrej Karpathy. The reference "how LLMs work" talk. |
1043 | 1045 | - ⭐ 🎥 🆓 [**Let's build GPT: from scratch, in code**](https://www.youtube.com/watch?v=kCc8FmEb1nY) — Andrej Karpathy. |
1044 | | -- ⭐ 🎥 🆓 [**[1hr Talk] Intro to LLMs (Nov 2024)**](https://www.youtube.com/watch?v=7xTGNNLPyMI) — Karpathy updated "Deep Dive into LLMs". |
| 1046 | +- ⭐ 🎥 🆓 [**1hr Talk: Intro to LLMs (Nov 2024)**](https://www.youtube.com/watch?v=7xTGNNLPyMI) — Karpathy updated "Deep Dive into LLMs". |
1045 | 1047 | - 🎥 🆓 [**State of GPT**](https://www.youtube.com/watch?v=bZQun8Y4L2A) — Andrej Karpathy (Microsoft Build 2023). |
1046 | 1048 | - 🎥 🆓 [**Stanford CS25: Transformers United**](https://web.stanford.edu/class/cs25/) — Full lecture series. |
1047 | 1049 |
|
@@ -1255,11 +1257,10 @@ Please use one of the [issue templates](https://github.com/EthicalML/awesome-age |
1255 | 1257 |
|
1256 | 1258 | ## Update cadence |
1257 | 1259 |
|
1258 | | -- **Weekly** — PR triage, broken-link fixes. |
1259 | | -- **Monthly** — Trending rotation, new-resource batches. |
1260 | | -- **Quarterly** — full thoroughness pass against the checklist in [NOTES.md](./NOTES.md). |
| 1260 | +Weekly: PR triage and broken-link fixes. Monthly: trending rotation and new-resource batches. Quarterly: full thoroughness pass against the checklist in [NOTES.md](./NOTES.md). |
1261 | 1261 |
|
| 1262 | +<!--lint disable awesome-license--> |
1262 | 1263 | ## License |
1263 | 1264 |
|
1264 | 1265 | [](https://creativecommons.org/publicdomain/zero/1.0/) — To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work. |
1265 | | - |
| 1266 | +<!--lint enable awesome-license--> |
0 commit comments