Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Artificial Intelligence

  1. Claude Code for Beginners
    Claude Code for Beginners
    SouthStone Publications

    A hands-on guide to Anthropic's command-line AI coding assistant. Learn to install, converse with, and steer Claude Code through file edits, testing, debugging, refactors, and Git workflows, then build a real project from scratch and connect it to external tools with MCP.

  2. Retrieval-Augmented Generation
    Retrieval-Augmented Generation
    Where the pipeline actually fails — chunking, retrieval, attribution and the numbers that hide it
    Hatem M.

    Chunk at 500 with 50 of overlap. Retrieve five. Add a reranker. Use hybrid search.Repeated everywhere, justified almost nowhere. This book measures them instead, on corpora built so that the correct answer follows fromhow they were made. Several results contradicted the advice: the hybrid combination lost inevery condition tested, neither reranker produced an effect above the noise floor, andattribution collapsed to 0.170 while retrieval was still reporting 0.920.

  3. Embeddings and Vector Search
    Embeddings and Vector Search
    Every index built from scratch. Every recall figure checked against exact ground truth.
    Hatem M.

    Vector databases give you a similarity metric, an index with four tuning parameters, acompression option and a way to filter — and almost no guidance on what any of it costs. This book builds each one from scratch and measures it. The proximity graph, the invertedfile, the product quantiser: implemented in NumPy, included with the text, and checkedagainst exhaustive search — so every recall figure here is exact rather than estimated.

  4. Agentic Engineering Transition Playbook
    Agentic Engineering Transition Playbook
    From Coder to Orchestrator
    NeuraGrowth

    Both parts of the Transition Playbook in one 139-page volume: the mental models, the orchestration patterns, and two 30-day plans for moving from writing code to directing agents.

  5. Claude MCP Setup Guide
    Claude MCP Setup Guide
    Connect Real Tools to Claude Desktop Without Touching a Terminal
    NeuraGrowth

    Four MCP servers installed end to end without a terminal, plus a troubleshooting decision tree and five workflows to run the day you finish.

  6. Context Budget Playbook
    Context Budget Playbook
    Auditing, Compressing and Caching LLM Context at Production Scale
    NeuraGrowth

    Measure where LLM context costs accumulate, then cut them with deduplication, summarization, truncation and cache exploitation, with a cost model that shows the ROI of each.

  7. Basics of Clustering Using k-Means
    Basics of Clustering Using k-Means
    Find the groups, choose how many, and know when to trust them
    Ritesh Modi

    A machine can hand you a grouping that is confident, stable, internally consistent, and seven times worse than the one it found a moment earlier. Nothing in the output says so.This book works k-means through completely on twelve bakery customers, small enough that every number is printed and checkable. You will build the method from nothing, see exactly where it succeeds, and see exactly where it fails silently.Fifty-eight figures, every one captured from a running implementation.

  8. Prompting and Controlled Output
    Prompting and Controlled Output
    Why prompting works when it works — built, broken and measured from scratch
    Hatem M.

    Prompting has more advice than evidence. This book measures it instead: a model reading apattern it has never seen, the same model failing at a task in one pass and solving itperfectly in four, a decoder that guarantees a format instead of improving the odds, and amodel that is 2.4% accurate while 78.6% confident. Six central claims are built from scratch and measured on a single CPU core. Everythingtaken from published research sits in a grey box marked "Not measured here" — so you neverhave to guess which is which.

  9. ਜਾਦੂਗਰ ਦਾ ਲੈਂਸ: AI ਵਾਂਗ ਸੋਚਣਾ ਸਿੱਖੋ (ਪੰਜਾਬੀ ਸੰਸਕਰਣ)

    ਆਪਣੇ ਹੱਥੀਂ ਬਣਾਏ ਇੱਕ ਕੰਮ ਕਰਦੇ LLM ਰਾਹੀਂ AI ਵਾਂਗ ਸੋਚਣਾ ਸਿੱਖੋ। Cray Research ਦੀ ਪਰਖੀ ਅਤੇ ਪਰਵਾਨਿਤ ਸਿਸਟਮ ਸੋਚ ਨੂੰ ਆਧੁਨਿਕ AI 'ਤੇ ਲਾਗੂ ਕਰੋ। ਉਹ ਕੁਝ ਕਰ ਦਿਖਾਓ ਜਿਸਨੂੰ ਹੋਰ ਲੋਕ ਅਸੰਭਵ ਸਮਝਦੇ ਹਨ।

  10. A varázsló lencséje: Tanulj meg úgy gondolkodni, mint egy MI (Magyar Kiadás)
    A varázsló lencséje: Tanulj meg úgy gondolkodni, mint egy MI (Magyar Kiadás)
    HPC mesterségbeli tudás gyakornoki program, 3. kötet
    Edward W. Barnard and TranslateAI

    Tanulj meg úgy gondolkodni, mint egy mesterséges intelligencia, egy saját kezűleg felépített, működő nagy nyelvi modell (LLM) segítségével. Ez a Cray Research-nél csiszolt, gyakorlatban bevált rendszerszemléletű gondolkodást alkalmazza a modern MI-re. Érj el olyat, amit mások lehetetlennek tartanak.

  11. A Guide to Using Artificial Intelligence Correctly

    A practical, code-first guide to today's AI models — from context windows and hallucinations to autonomous agents and multi-agent workflows. Twenty chapters, real code in five languages, and a clear-eyed look at where AI is headed next.

  12. Foundations of Large Language Models
    Foundations of Large Language Models
    What the model is actually doing — and why every certification asks about it differently
    Hatem M.

    Five certifications ask about the same twenty topics, and each one stops at a differentdepth. This book teaches the topic once, properly, then shows you exactly where each examstops — with 61 original practice questions where every wrong option is explained. Every number in it was measured. Every line of code was run. The code is included.

  13. Engenharia Avançada de Agentes de IA: Edição Estendida
    Engenharia Avançada de Agentes de IA: Edição Estendida
    Uma obra definitiva para arquitetos que buscam domínio total sobre sistemas autônomos
    Diego Costa

    Domine a arquitetura de sistemas de IA autônomos. Um guia completo cobrindo motores de raciocínio, memória de longo prazo, orquestração multiagentes, otimização de custos e o Model Context Protocol (MCP). O livro definitivo para arquitetos e desenvolvedores.

  14. 智能体满级玩家
    智能体满级玩家
    把个人 AI 智能体跑稳·跑对·跑久
    kejia shao

    面向智能体重度用户的实战可靠性手册:不教造智能体、不教提示词技巧、不做产品测评; 每天用智能体 2 小时以上、已配多个工具、需要一套可预算 / 可监控 / 可验收的运营方法的实践者;

  15. The EU AI Act: A Complete Guide for Organizations
    The EU AI Act: A Complete Guide for Organizations
    Understanding, Implementing, and Operating in Compliance with Europe's Landmark AI Regulation
    Steve Publications

    The EU AI Act is changing the rules for anyone building, buying or using AI. This practical guide cuts through the legal complexity and shows what compliance actually requires. With clear explanations, real-world cases, templates and checklists, it gives leaders and teams the tools to turn regulation into workable AI governance.