Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Books

  1. Desenvolvimento de Software na Era da IA
    Desenvolvimento de Software na Era da IA
    Dos Prompts Às Especificações
    J.C.Ködel

    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.

  2. AI-Assisted Development
    AI-Assisted Development
    Working With Coding Agents
    Yohan Rodriguez

    A working engineer's guide to building and maintaining production software with autonomous terminal coding agents (410 manuscript pages).

  3. Modern DevOps for Cloud and AI Platforms
    Modern DevOps for Cloud and AI Platforms
    Architecting, Operating, and Scaling Reliable Software Systems in the Age of AI
    Steve Publications

    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.

  4. Context Engineering - PT
    Context Engineering - PT
    Engenharia de Informação para Sistemas de IA
    J.C.Ködel

    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.

  5. FOCUS Architecture - PT
    FOCUS Architecture - PT
    Feature-Oriented, Clean, Unidirectional and Scalable Architecture
    J.C.Ködel

    Mexer em uma coisa quebra outra? FOCUS Architecture é uma arquitetura opinativa, organizada por problema, não pela moda, para sistemas que crescem sem apodrecer.

  6. 算力、能源与人
    算力、能源与人
    智能变便宜之后,增长、投资与人的选择
    杨永飞

    AI 越便宜,真正稀缺的越不是答案,而是能源、组织、制度与可核验的判断。本书提供一套连接技术、经济、投资和个人学习的实用框架。

  7. Building AI That Knows Your Data
    Building AI That Knows Your Data
    RAG From Scratch · Volume I · Foundations
    JC Marin

    Your company's answers are already written down. This book builds the machine that finds them.

  8. What Your AI Cannot Prove
    What Your AI Cannot Prove
    Governing AI in Regulated Industries
    KnowlytiX

    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.

  9. Loop Engineering: The Science of AI Agents
    Loop Engineering: The Science of AI Agents
    Designing Reliable, Self-Correcting AI Systems That Think Before They Act
    Steve Publications

    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.

  10. 判断力:AI时代最值钱的能力
    判断力:AI时代最值钱的能力
    执行成本趋近于零,判断的成本没有变——AI越强,判断力越值钱
    kejia shao

    执行的成本趋近于零,判断的成本没有变。AI越强,判断力越值钱。

  11. StackPilot
    StackPilot
    A Graph-Grounded AI Agent for Governed Change
    Nageswar Keetha

    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.

  12. Coffee Break AI
    Coffee Break AI
    Understand How Artificial Intelligence Really Works - One Short Chapter at a Time
    Finxter

    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.

  13. Modern Code Review in the AI Era
    Modern Code Review in the AI Era
    A Comprehensive Guide to Building Better Software Through Collaborative Review and Intelligent Automation
    Steve Publications

    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.

  14. Agentic Orchestration
    Agentic Orchestration
    How Process Discipline Governs and Scales AI Agents in Enterprise Operations
    Bernd Rücker and Amy Johnston

    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.

  15. 从零构建 AI Agent
    从零构建 AI Agent
    16 步从 Hello World 到 Skill 插件系统——基于真实项目的实战笔记,附完整教学代码
    傅政

    16 章手写一个 CLI Agent。从 Hello World 到 Skill 插件系统,只用 Python 标准库 + OpenAI SDK。每章附真实项目踩坑笔记——来自 git 提交历史的 bug、设计失误和凌晨调试的教训。读完你会理解 Agent 的底层运作方式,而非只是会用某个框架。