A IA mudou a forma de escrever código, mas o verdadeiro impacto está na engenharia de software. Este livro explica por que especificação, arquitetura e contexto passaram a ocupar o centro do desenvolvimento moderno.
A working engineer's guide to building and maintaining production software with autonomous terminal coding agents (410 manuscript pages).
Cloud, Kubernetes, AI, security and automation have changed what DevOps really means. This book cuts through the hype with practical guidance for building reliable, scalable platforms using proven patterns, real production lessons and modern engineering practices that help teams move faster without sacrificing stability.
Context Engineering mostra como estruturar a informação do projeto para que a IA produza software consistente, previsível e alinhado com os teus padrões de engenharia.
Mexer em uma coisa quebra outra? FOCUS Architecture é uma arquitetura opinativa, organizada por problema, não pela moda, para sistemas que crescem sem apodrecer.
AI 越便宜,真正稀缺的越不是答案,而是能源、组织、制度与可核验的判断。本书提供一套连接技术、经济、投资和个人学习的实用框架。
Your company's answers are already written down. This book builds the machine that finds them.
Your pilot went well. That was never the question. In a regulated industry, an AI system is acceptable only when it can prove what it did: which source it used, what stopped it acting, why it decided as it did eleven months ago. A field guide for the executives who have to sign.
AI agents are only as good as the loops behind them. This book shows you how to build systems that plan, act, evaluate and improve with every step. Learn the patterns, frameworks and engineering practices behind reliable, self-correcting agents that solve real problems in production.
执行的成本趋近于零,判断的成本没有变。AI越强,判断力越值钱。
StackPilot shows how to use graph-grounded AI to plan and explain infrastructure changes while keeping authorization, execution, and accountability under deterministic and human control. It is a practical guide for building safer AI-assisted infrastructure operations—from typed intent and evidence retrieval to approval manifests, observation, and earned production authority.
Every news feed is full of AI buzzwords: Transformers, tokens, embeddings, context windows, hallucinations, objective functions. Yet most explanations are either dense academic textbooks or empty marketing fluff. ☕ Coffee Break AI is your practical guide to AI. Written in plain English with warm real-world analogies. It breaks down the core mechanisms of AI into 40 bite-sized chapters.
Great software is built through great reviews. This book shows you how to spot hidden bugs, improve design, strengthen security, and review AI-generated code with confidence. Packed with practical examples and proven techniques, it helps you write better software in a world where humans and AI build code together.
Building an impressive AI agent demo is easy. Running one in production—reliably, at scale, with governance—is where most enterprises get stuck. Agentic Orchestration shows how BPMN-based process orchestration governs AI agents at scale, drawing on real deployments across banking, telecom, and healthcare. Reasoning without orchestration is expensive chaos. This book shows the way out.
16 章手写一个 CLI Agent。从 Hello World 到 Skill 插件系统,只用 Python 标准库 + OpenAI SDK。每章附真实项目踩坑笔记——来自 git 提交历史的 bug、设计失误和凌晨调试的教训。读完你会理解 Agent 的底层运作方式,而非只是会用某个框架。