Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Books

  1. Vibe Coding para Desarrolladores
    Vibe Coding para Desarrolladores
    Arquitectura, práctica y equipo en la era del código asistido por IA — volumen avanzado
    Diogenes Alberto Moreira

    Si creés que la IA "democratiza" la programación, este libro te va a discutir: la vara no baja, sube. Estas herramientas son más peligrosas en manos sin criterio. 30 capítulos para dominarlas —incluido cuándo NO usarlas.

  2. Teach It Once (BETA)
    Teach It Once (BETA)
    Set up a personal AI that knows you and works on its own
    Michael Zelbel

    Your AI has not forgotten you. It simply cannot show you what it knows, let you correct it, take it with you, or act on it. This book fixes all four: plain files you own, an assistant with hands on them, rules it will not cross, and work that lands before you wake up. No code, no terminal.

  3. Programar con IA, Programar para la IA
    Programar con IA, Programar para la IA
    Cómo crear un SaaS moderno usando la IA como copiloto y como plataforma.
    Juan Urquiza

    El software cambió de puerta de entrada: ya no abrimos apps, le hablamos a un asistente. Aprende a construir para ese mundo —una app AI-native real con MCP, OAuth y LLMs— usando la IA como copiloto. De cero a producción.

  4. Measuring the Mind of Machines
    Measuring the Mind of Machines
    A Comprehensive Guide to AI Model Benchmarking
    Steve Publications

    The future of AI depends on how we measure it. This book cuts through the hype to show what benchmarks really tell us, where they fall short and why better evaluation leads to better models. Practical, clear and grounded in real-world experience, it is an essential guide for anyone building, studying or deploying modern AI.

  5. AI for Financial Risk, Compliance and Regulatory Reporting
    AI for Financial Risk, Compliance and Regulatory Reporting
    Production Systems and Architecture for Modern Banking
    Sreedhara Reddy Kotha

    A £4.1M PRA compliance failure. A fictional bank called Avon & Wessex. Sixteen chapters and 23 systems showing exactly how to build production-grade, auditable AI for credit, market, operational and liquidity risk, model governance, and regulatory reporting — the practitioner's guide UK banking has been missing.

  6. The Claude Opus 5 Prompt Guide
    The Claude Opus 5 Prompt Guide
    The Definitive Reference for Mastering Anthropic's Most Capable Model
    Steve Publications

    Discover how to unlock the full potential of Claude Opus 5 with a practical guide built on Anthropic's official documentation and proven best practices. From writing your first effective prompt to designing sophisticated agentic workflows and production-ready systems this book gives you the techniques, patterns and insights needed to achieve more accurate, reliable and consistent results.

  7. Beyond "Ship and Pray"
    Beyond "Ship and Pray"
    Testing Agentic Systems with Geometric Ground Truth
    Agus Sudjianto and Wing Yan Lau

    An agent can score well on average and still fail exactly where it matters. Beyond “Ship and Pray” shows how to replace benchmark averages with designed experiments, geometric ground truth and failure attribution—so teams can discover when an agent breaks, identify the responsible component and test whether it fails safely under tool faults.

  8. Beyond "Chunk and Pray"
    Beyond "Chunk and Pray"
    Building Trustworthy RAG with Geometric Knowledge Graphs
    Agus Sudjianto and Wing Yan Lau

    Top-k is not relevance, retrieved text is not evidence and an LLM judging another LLM is not verification. Beyond “Chunk and Pray” shows how to build RAG that answers through a verified knowledge graph, preserves exact numbers, cites its sources and abstains when it cannot prove the answer.

  9. Claude Code - Guía no oficial
    Claude Code - Guía no oficial
    Cómo dirigir a un agente de código sin perder el control (ni la cabeza)
    Óscar Bustos

    Claude Code puede trabajar solo durante horas. La pregunta no es si confiar en él — es cómo dirigirlo para que ese tiempo no se convierta en el tuyo, limpiando después.

  10. Generative Media & Visual Workflow Engines. Node-Based AI Canvases, Real-Time Media Streaming Pipelines, and WebGPU Processing in TypeScript
    No Description Available
  11. Model Context Protocol (MCP) & Computer Use. Standardizing Tool Integration, Vision-Driven Browser Automation, and Agent Governance in TypeScript
    No Description Available
  12. Left of the Loop
    Left of the Loop
    When AI writes the code, shared understanding becomes the scarce resource.
    Simon Schrottner

    AI made implementation cheap and shared understanding scarce. This is the book about how teams should adapt the process.

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

    FOCUS Architecture presents an opinionated architectural approach for creating simple, organized, and maintainable systems. Instead of multiplying layers and abstractions, the book demonstrates how to structure applications around four components—View, Orchestrator, Use Case, and Repository—thereby reducing the cost of change and simplifying the work for both developers and AI tools.

  14. The Sequence Machines: Comparing RNN and Transformer Architectures in Modern AI

    Two architectures. One choice: process a sequence step by step, or all at once. From that single decision flows almost every difference between RNNs and Transformers: how fast they train, how far they remember, and why parallelism won. A rigorous, diagram-rich comparison that derives the field instead of just surveying it.

  15. Practical Data Engineering
    Practical Data Engineering
    Pipelines, warehouses, and the modern data stack from scratch
    CAIO INCAU

    Build a complete data pipeline from scratch — no cloud signup needed. Fifteen chapters covering ingestion, loading, data modeling, dbt, Airflow, data quality, streaming, observability, and performance optimization. Everything runs locally with Python and DuckDB.