Leanpub Header

Skip to main content

AI Co-Worker Bundle

AI bundle for professionals who want AI working alongside them, not just answering questions

Bought separately

$89.97

$69.99

You pay

Author earns

$

Also available for 3 book credits with a Reader Membership

These books have a total suggested price of $89.97. Get them now for only $69.99!
About

About

About the Bundle

This is going to be an absolute AI bundle for professionals who want AI working alongside them, not just answering questions.

The "Co-Intelligence with Claude" walks you through five role-based projects, each building a working system that keeps producing while you step away. The "MCP Integrations for Microsoft 365" extends this into the enterprise, turning Excel and Word into AI-driven automation hubs through Claude and the Model Context Protocol. The "Build GenAI Agents with OpenAI + vLLM" adds the engineering depth like structured outputs, tool calling, and local model serving such that you can build your own agents from scratch.

Together these books take you from delegating work to Claude to architecting the agent systems that do it.

Books

About the Books

MCP Integrations for Microsoft 365

Design practical AI workflows with Excel, Word, and various MS Office tools using Model Context Protocol

This book practically brings you the easy-to-follow solutions wherein you can connect AI-driven automation to everyday business tools using Model Context Protocol (MCP), with Microsoft Excel and Word as the primary execution and delivery surfaces. This book focuses on practical integration patterns that developers and technical teams can apply directly in real business environments. You won’t find any discussions of model internals or theoretical AI concepts here.

The book presents a structured approach to building governed, auditable workflows. It shows how Excel rows act as requests, YAML playbooks define execution logic, and tools such as Jira, databases, document repositories, and reporting systems are integrated through well-defined contracts. We use Microsoft Word as a controlled output surface for reports and deliverables. There are audit logs and approval mechanisms in place to ensure transparency and traceability throughout the workflow lifecycle. I will guide you through designing MCP tool contracts, mapping Excel columns to tool arguments, normalizing results for analytics, and shaping outputs for Excel and Power BI. In this book, you will learn to implement safety patterns such as idempotency, retries, policy allowlists, tenant isolation, and least-privilege access. It includes practical chapters on connector development, authentication and secrets handling, governance controls, diagnostics, testing strategies, and deployment patterns for both scheduled and on-demand execution.

I strongly recommend this book to developers, platform engineers, and technical architects who work with Microsoft 365. These professionals will learn to integrate AI-assisted workflows into existing business processes without unnecessary complexity.

Key Learnings
  • Turn Excel and Word into powerful AI-driven control and delivery hubs for business automation.
  • Automate business workflows with AI Agents without exposing users, model internals and LLMs.
  • Build predictable, auditable, and reusable automation using tool contracts and playbooks.
  • Trigger real business actions across Jira, databases, and documents using Excel and Word.
  • Make use of YAML playbooks to transform multi-step business processes into workflows.
  • Make use of audit logs, approvals, and correlation IDs to execute transparent and compliant AI actions.
  • Prevent duplicate actions using idempotency and request tracking.
  • Practice versioning, policies, and strict access controls for scaling MCP connectors.
  • Protect workflows from regressions and failures with operational diagnostics and testing.
Table of Content
  1. MCP and Agent Primer
  2. Microsoft 365 Project Blueprint
  3. Tool Contracts for Excel and Word Automation
  4. Building MCP Connectors as Business Actions
  5. Authentication and Secrets for Microsoft 365 and SaaS
  6. Governance, Approvals, and Audit Trails
  7. Workflow Runner with YAML Playbooks
  8. Jira Connector with Excel Requests
  9. Data and Knowledge Connectors
  10. Shipping MCP Integrations across Microsoft 365 Teams

Build GenAI Agents with OpenAI + vLLM

Develop portable AI agents in Python with structured outputs, tool calling, OpenAI Agents SDK, vLLM, model switching, CLI, API, and Docker deployment

AI agents are getting easier to build, but the surrounding ecosystem of models, SDKs, and frameworks is changing quickly. A lot of agent apps get tricky to maintain since they depend too much on a certain provider, library, or deployment setup. This book looks at a practical alternative, which is to make AI agents whose main logic doesn't change while models, SDKs, and runtimes can be changed around it. It's not about using complicated frameworks. Rather, this book shows you simple architectural patterns that let you set up an agent application so that tools, schemas, prompts, and business logic can stay separate from the runtime layer.

For starters, it'll be a simple loop with agents, and we'll gradually build on that with tools that make things deterministic, outputs in a structured JSON format, and schema validation. It'll teach skills, like switching between models through configuration, running the same agent with hosted models or local inference using vLLM, and isolating SDK-specific integrations behind small adapter layers. Later, we will focus on packaging and deployment, in which we will convert the agent into a command-line tool, expose it through a minimal HTTP API, and package the application using Docker. Ultimately, the book puts the project together as a reusable starter template that can be used as a basis for future agent-based applications.

Instead of talking about shortcuts or automation, this book focuses on practical development patterns for building maintainable AI agents. Basically, this book is perfect for Python developers, software engineers, and AI practitioners who want a step-by-step process for designing agents that can adapt as the surrounding ecosystem changes.

Key Learnings
  • Build GenAI agents using simple agent loop that accepts prompts, calls tools, and returns structured AI responses.
  • Use structured JSON outputs and Pydantic schemas to make AI agent responses reliable and safe for automation.
  • Design AI tools as deterministic Python functions so agents can call calculators, summarizers, and utilities predictably.
  • Create portable AI agents by separating business logic from LLM and model APIs.
  • Implement a model gateway pattern to switch between OpenAI models, local LLMs, or other providers via configuration.
  • Run the same agent with OpenAI models or local LLM inference using vLLM.
  • Prevent SDK lock-in by isolating AI SDK integrations behind runtime adapters.
  • Use LLM regression prompts and schema validation for better stability of AI Agents during switching the models.
  • Package AI agent as CLI tool and HTTP API for real applications and integrations.
  • Deploy AI agents with Docker containers and environment variable.
Table of Content
  1. Shipping GenAI Agent in Minutes
  2. Building Agent Workflows
  3. Reliable and Structured Agent Output
  4. Switching Models without Rewriting Agent
  5. Running vLLM
  6. Designing Stable Business Logic across Multiple SDKs
  7. Agent Packaging and Deployment

Co-Intelligence with Claude

Automate your whole job and let your digital version work with zero programming

Can you imagine if the most repetitive parts of your job could run without you and do it more accurately than you do on your busiest day?

This book shows any working professional how to create a digital version of themselves that can handle real work while they focus on what matters. Through five hands-on projects, we'll show you how to teach Claude to work as an executive assistant, a marketing manager, a sales representative, a finance controller, and an IT operations engineer. All you have to do is connect the tools you already use every daycapture your own judgment as reusable rules, and schedule the work to happen on its own, before you sit down, overnight, around the clock.

Each project follows one simple pattern, and it's pretty much the same every time. First, you connect your tools. Then, you teach Claude your method. Next, you schedule the routine, and finally, you refine the results. Every day, you'll get briefings, reports, drafts, and decisions that are all ready to go. After you're done, I am confident you'll have five working automations and, even better, a step-by-step method for automating pretty much any role.

Key Learnings
  • Link your essential tools to Claude securely, with no code required.
  • Record your own judgment as reusable skills Claude applies consistently every time.
  • Create schedules for routines to run before you arrive, overnight, and around the clock.
  • Implement a self-improving loop to ensure results refine tomorrow's automated work.
  • Design human checkpoints that control the process while eliminating tedious labor.
  • Fully automate an executive assistant workflow, from briefings to travel and reports.
  • Launch a marketing engine that researches, writes, publishes, and measures on schedule.
  • Operate a sales desk that automatically prospects, prepares, follows up, and forecasts.
  • Manage finances, track compliance, and generate reports on time.
  • Monitor systems, triage tickets, and draft incident responses while you sleep.

Table of Content
  1. Wiring Claude into Workday
  2. Morning Briefing that gets Automated
  3. Automated Inbox Triage, Meeting Prep, and Follow-Ups
  4. Travel, Expenses, and Weekly Operations Report
  5. Setting up Marketing Command Center
  6. Automated Trend Research and Content Calendar
  7. Draft to Publish Keyboardless
  8. Performance Tracking and Monthly Marketing Report
  9. Building AI Sales Desk
  10. Prospect Research and Call Prep on Autopilot
  11. Proposals, Follow-Ups, and Pipeline Management
  12. Weekly Pipeline Review
  13. Connecting Claude to Financial World
  14. Invoice Processing and Transaction Reconciliation
  15. Expense Management and Compliance Monitoring
  16. Financial Reporting before you Begin
  17. Managing AI Operations Hub
  18. Ticket Triage and Automated First Response
  19. Incident Monitoring, Log Analysis, and Response Drafting
  20. Daily Ops Report and Capacity Planning

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $15 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub