HackerHeap
New build every Friday

>Build with
AI agents.

For working developers who want to actually build with AI agents — not just read about them. Every video ships a runnable repo. Claude Code, MCP, agent automation, honest comparisons. No hype.

// Latest build

This week's video + posts

All builds →
// Pillars

What we cover

01

Claude Code

Skills, hooks, sub-agents, plugins, slash commands. Production setups for solo devs and teams.

Explore →
02

MCP servers

Build them, install them, debug them. Working code, the protocol, the gotchas.

Explore →
03

AI workflows

Real automation pipelines — content, ops, dev. Replace SaaS sprawl with one good agent.

Explore →
04

Honest comparisons

Claude vs Cursor vs Codex vs Windsurf, on real codebases. Updated quarterly.

Explore →
// Cornerstone guide

The complete 2026 guide to building MCP servers

An end-to-end walkthrough — protocol, transports, security, testing, deployment — with working Python code you can fork.

Includes 12 chapters, 4 starter repos, debugging cookbook, and a reference implementation you can fork.

~8,000 words Updated May 2026 Free
Read the guide →
# MCP server in 12 lines (Python)
from mcp.server.fastmcp import FastMCP

server = FastMCP("hackerheap-hello")

@server.tool()
def greet(name: str) -> str:
    return f"Hello, {name}"

if __name__ == "__main__":
    server.run()
// Friday Build

One build a week. Straight to your inbox.

What I shipped this week, one prompt worth stealing, three things worth reading. No spam, no AI hype, unsubscribe in one click.

weekly · 5 min read · no spam
// From the archive

Interview prep, AI-era

All archive →