@adxtyahq: Good list. I'd add: - Dataset Engineering - https://huyenchip.com/machine-learning-systems-design/toc.html… - Product E…

X AI KOLs Timeline News

Summary

A tweet thread compiling essential resources for AI engineering, covering dataset engineering, evaluations, context engineering, agent memory, MCP, observability, inference optimization, and security.

Good list. I'd add: - Dataset Engineering - https://huyenchip.com/machine-learning-systems-design/toc.html… - Product Evals - https://developers.openai.com/api/docs/guides/evaluation-best-practices… - OpenAI Evals - https://developers.openai.com/api/docs/guides/evals… - Context Engineering - https://anthropic.com/engineering/effective-context-engineering-for-ai-agents… - Agent Memory & Context Lifecycle - https://platform.claude.com/cookbook/tool-use-context-engineering/context-engineering-tools… - MCP & Tool Ecosystems - https://modelcontextprotocol.io - Observability & Tracing - https://docs.langfuse.com - AI Agent Evaluation - https://deepeval.com/guides/guides-ai-agent-evaluation… - Inference Optimization (KV Cache, PagedAttention, Batching) - https://docs.vllm.ai - Security Engineering (Prompt Injection, Agent Safety) - https://owasp.org/www-project-top-10-for-large-language-model-applications/… - Business Metrics & Product Thinking - https://lennysnewsletter.com A surprising number of AI engineers spend more time debugging retrieval, context, caching, queues, permissions, and analytics than they do writing prompts.
Original Article
View Cached Full Text

Cached at: 06/09/26, 08:48 AM

Good list.

I’d add:

  • Dataset Engineering - https://huyenchip.com/machine-learning-systems-design/toc.html…
  • Product Evals - https://developers.openai.com/api/docs/guides/evaluation-best-practices…
  • OpenAI Evals - https://developers.openai.com/api/docs/guides/evals…
  • Context Engineering - https://anthropic.com/engineering/effective-context-engineering-for-ai-agents…
  • Agent Memory & Context Lifecycle - https://platform.claude.com/cookbook/tool-use-context-engineering/context-engineering-tools…
  • MCP & Tool Ecosystems - https://modelcontextprotocol.io
  • Observability & Tracing - https://docs.langfuse.com
  • AI Agent Evaluation - https://deepeval.com/guides/guides-ai-agent-evaluation…
  • Inference Optimization (KV Cache, PagedAttention, Batching) - https://docs.vllm.ai
  • Security Engineering (Prompt Injection, Agent Safety) - https://owasp.org/www-project-top-10-for-large-language-model-applications/…
  • Business Metrics & Product Thinking - https://lennysnewsletter.com

A surprising number of AI engineers spend more time debugging retrieval, context, caching, queues, permissions, and analytics than they do writing prompts.


Machine learning systems design

Source: https://huyenchip.com/machine-learning-systems-design/toc.html

Machine Learning Interviews

Chip Huyen huyenchip.com @chipro

Table of Contents

  1. Introduction1. Research vs production1. Performance requirements 2. Compute requirements
  2. Design a machine learning system1. Project setup 2. Data pipeline 3. Modeling1. Model selection 2. Training1. Debugging 2. Hyperparameter tuning 3. Scaling 4. Serving
  3. Case studies
  4. Exercises

Next: Introduction

Mohit Goyal (Harness arc) (@ByteMohit): As an AI Engineer. Please learn

>Harness engineering, not just prompt engineering

>Context engineering, not just long prompts

>Prompt caching vs. semantic caching tradeoffs

>KV cache management, eviction, reuse, and memory pressure at scale

>Prefill vs. decode latency and

Similar Articles