> For the complete documentation index, see [llms.txt](https://docs.tuannvm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuannvm.com/blog/reading.md).

# Reading

- [2025-08-13 CPU Cache-Friendly Data Structures in Go 10x Speed with Same Algorithm](https://docs.tuannvm.com/blog/reading/2025-08-13-cpu-cache-friendly-data-structures-in-go-10x-speed-with-same-algorithm.md)
- [The Dot-Com Bubble: A Comprehensive Analysis of Causes, Collapse, and Long-Term Impact](https://docs.tuannvm.com/blog/reading/2025-08-30-the-dot-com-bubble.md)
- [2025-09-15 A postmortem of three recent issues](https://docs.tuannvm.com/blog/reading/2025-09-15-a-postmortem-of-three-recent-issues.md)
- [2025-09-18 Code Mode - The better way to use MCP](https://docs.tuannvm.com/blog/reading/2025-09-18-code-mode-the-better-way-to-use-mcp.md)
- [2025-09-30 The Bitter Lesson](https://docs.tuannvm.com/blog/reading/2025-09-30-the-bitter-lesson.md)
- [2025-10-01 Nobody Cares How Hard You Work](https://docs.tuannvm.com/blog/reading/2025-10-01-nobody-cares-how-hard-you-work.md)
- [2025-10-02 Claude Skills - Turn Your Best Process Into Repeatable AI Work](https://docs.tuannvm.com/blog/reading/2025-10-02-claude-skills-turn-your-best-process-into-repeatable-ai-work.md)
- [2025-10-03 We Broke Our EKS Cluster Autoscaler During Amazon AL2023 Migration (and Fixed It)](https://docs.tuannvm.com/blog/reading/2025-10-03-we-broke-our-eks-cluster-autoscaler-during-amazon-al2023-migration-and-fixed-it.md)
- [2025-10-09 Effective Context Engineering for AI Agents](https://docs.tuannvm.com/blog/reading/2025-10-09-effective-context-engineering-for-ai-agents.md)
- [2025-10-10 This Is How Much Anthropic and Cursor Spend On Amazon Web Services](https://docs.tuannvm.com/blog/reading/2025-10-10-this-is-how-much-anthropic-and-cursor-spend-on-amazon-web-services.md)
- [2025-10-15 Server-Side Apply in Kubernetes controllers](https://docs.tuannvm.com/blog/reading/2025-10-15-server-side-apply-in-kubernetes-controllers.md)
- [2025-10-16 Claude Skills are awesome, maybe a bigger deal than MCP](https://docs.tuannvm.com/blog/reading/2025-10-16-claude-skills-are-awesome-maybe-a-bigger-deal-than-mcp.md)
- [2025-10-20 Inside the breach that broke the internet - The untold story of Log4Shell](https://docs.tuannvm.com/blog/reading/2025-10-20-inside-the-breach-that-broke-the-internet-the-untold-story-of-log4shell.md)
- [2025-10-23 Summary of the Amazon DynamoDB Service Disruption in Northern Virginia (US-EAST-1) Region](https://docs.tuannvm.com/blog/reading/2025-10-23-summary-of-the-amazon-dynamodb-service-disruption-in-northern-virginia-us-east-1-region.md)
- [2025-11-01 Why one of the world’s most brilliant AI scientists left the US for China](https://docs.tuannvm.com/blog/reading/2025-11-01-why-one-of-the-worlds-most-brilliant-ai-scientists-left-the-us-for-china.md)
- [2025-11-04 Apple's native container v0.5.0 runtime](https://docs.tuannvm.com/blog/reading/2025-11-04-apples-native-container-v0.5.0-runtime.md)
- [Making the Case for Agentic AI Media Buying](https://docs.tuannvm.com/blog/reading/2025-11-05-making-the-case-for-agentic-ai-media-buying.md)
- [I Was Wrong About Agent Skills and How I Refactor](https://docs.tuannvm.com/blog/reading/2025-11-06-i-was-wrong-about-agent-skills-and-how-i-refactor.md)
- [How Uber Built a Conversational AI](https://docs.tuannvm.com/blog/reading/2025-11-11-how-uber-built-a-conversational-ai.md)
- [Minimum Evolvable Product](https://docs.tuannvm.com/blog/reading/2025-11-11-minimum-evolvable-product.md)
- [Disrupting AI-Powered Espionage](https://docs.tuannvm.com/blog/reading/2025-11-15-disrupting-ai-powered-espionage.md)
- [Disrupting the first-reported AI-orchestrated cyber espionage campaign](https://docs.tuannvm.com/blog/reading/2025-11-15-disrupting-the-first-reported-ai-orchestrated-cyber-espionage-campaign.md)
- [Amazon EKS Provisioned Control Plane](https://docs.tuannvm.com/blog/reading/2025-11-25-amazon-eks-provisioned-control-plane-amazon-eks.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tuannvm.com/blog/reading.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
