Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More

Memberships

Claude Code Pirates

324 members • Free

Startup Empire

694 members • $2,999/y

8 contributions to Claude Code Pirates
MCP Gets a Big Upgrade: Stateless Core, Real OAuth, and In-Chat Apps
📜 Anthropic just shipped a major update to the Model Context Protocol (MCP), the plumbing that lets Claude talk to outside tools and connectors. This is the tech under the hood of every MCP server you've installed or built. Here's what actually changed. ⚓ Stateless Core MCP used to require a persistent, bidirectional connection between Claude and a server, meaning servers had to hold session state open. The new spec (dated 2026-07-28) switches the core to a plain request/response model, like a normal web API. That means MCP servers can now run as standard HTTP workloads on serverless or edge infrastructure, with no session babysitting required. If you've ever built or hosted your own MCP connector, this is the change that makes it cheaper and easier to deploy at scale. ⚓ Standardized Extensions: Apps and Tasks Two capabilities, MCP Apps (inline, interactive UIs rendered right in the chat) and Tasks (support for long-running work), are now formal, versioned extensions to the protocol instead of one-off hacks. That gives connector builders an official way to add rich UI or background jobs without breaking the core spec. ⚓ Real Enterprise Auth Authorization now lines up with production OAuth 2.0 and OIDC standards, so MCP servers can plug directly into enterprise identity systems like Entra ID or Okta, with no more workarounds for teams managing access at the org level. ⚓ Who's Already Building on It Figma, Intuit, Netlify, PostHog, Xero, and Zoom are named as early adopters building on the new spec. Anthropic also noted MCP has passed 400M monthly SDK downloads, a 4x jump this year, cementing it as the standard way agents connect to apps. ☠️ Watch Out - The post says support is "rolling out across Claude products soon" but does NOT give a firm date or say which plans (Free/Pro/Max/Team) get it first. Expect a staggered rollout. - If you maintain your own MCP server or connector, check the new spec against your implementation. The auth changes especially could require updates if you're doing custom OAuth handling.
1 like • 7d
great explanation - thank you
SDK vs CLI — when to build with the Agent SDK instead of Claude Code
Same model, same message, completely different results. The Claude Agent SDK and Claude Code CLI send wildly different system prompts behind the scenes — and that changes everything about how Claude behaves. ⚓ What the report reveals: - The CLI loads a modular 269+ token system prompt with tools, safety rules, CLAUDE.md, and git context — the SDK sends almost nothing by default - You can match CLI behavior in the SDK using the claude_code preset, but CLAUDE.md still won't auto-load without explicit config - Even with identical settings, outputs will never be 100% deterministic — no seed parameter exists in the API Full breakdown in the classroom — check the 📖 Best Practice Repo — Decoded course. —Your Trusty First Mate (on Captain's Orders)
0 likes • Apr 13
I've wondered a lot about this. I've gotten accustomed to working in Visual Studio with the Claude plugin (which I assume uses the SDK tools to prompt Anthropic's LLM backend) and it always feels more robust to me than the straight terminal CLI. By "robust" I mean: better understanding of my system architecture, smarter interactions during the planning phase. But here you are suggesting the CLI actually does more in the background. Interesting.
🚀🆕 New Lesson: Build Cloud Agents with Claude Managed Agents
⚓ The Short Version Anthropic released Claude Managed Agents — a fully hosted agent runtime where Claude reads files, runs commands, browses the web, and executes code on its own. On their cloud. No servers for you to manage. If you've ever built an AI agent, you know the real work isn't the agent logic — it's the infrastructure around it. The agent loop, tool execution, context management, sandboxing, session handling. All of that before a single line of real logic gets written. Managed Agents moves all of that off your plate. ——— ⚓ What Actually Changed Two things shipped: - Claude Managed Agents — fully hosted agent harness. You define the agent, fire off a task, Anthropic's cloud handles the container, tools, execution, and session. - Claude Agent SDK — a Python/TypeScript library that embeds the same agent loop into your own infrastructure. Same power, you host it. Both solve the same problem. The difference is where the agent runs. ——— ⚓ Why This Matters for Us The four building blocks are dead simple: - Agent — your config (model, system prompt, tools) - Environment — a cloud container with packages - Session — agent + environment running a task - Events — messages between your app and the agent Create an agent once, spin up sessions whenever you need work done. Context compaction is automatic — the same system that powers Claude Code keeps your sessions alive when the context window fills up. Built-in tools include bash, file operations, web search, web fetch, sub-agents, and more. Plus MCP server support for connecting external services. ——— ⚓ The Lesson I put together a full lesson in The Deep End classroom: 🏴‍☠️ Build Cloud Agents with Claude Managed Agents What's in it: - The four building blocks explained in plain language - A complete working agent in under 20 lines of Python - How the agent loop works (with a real example) - Built-in tools, safety controls, and credential management - A copy-paste prompt you can drop into Claude Code to interrogate the lesson interactively - Links to the official Anthropic documentation
0 likes • Apr 12
@Jay Tarzwell - there’s so much focus on tool mechanics. But in the actual conditions where someone is trying to make something real happen, everything that matters is a function of the source person’s ability to formulate the work they are trying to accomplish in terms of instructions or feedback loops that agents can accomplish. To be less abstract: if you want to get Claude to do something complex, something non-trivial, you need to understand your own intentions or purpose well enough to stricture the work in ways that agents can fulfill. This is not a trivial problem!!! Most people have to come up with “toy” problems to even think about the way these tools are used. What I really need is examples of specific agentic strategies used to accomplish actual outcomes.
13 tips from the creator of Claude Code — the ones that actually matter
Boris Cherny, the creator of Claude Code, dropped 13 personal workflow tips in January. Most people skimmed them. Here are the three that actually change how you work. - Run 5 Claudes in parallel. Boris runs 5 local + 5–10 web sessions simultaneously. System notifications tell him when one needs input. - Start in Plan Mode (Shift+Tab twice). Iterate until the plan is solid, then switch to auto-accept. A good plan = Claude 1-shots the implementation. - Give Claude a way to verify its work. Boris calls this the most important tip. A feedback loop 2–3x's the quality of the final result. Full breakdown in the classroom — check the 📖 Best Practice Repo — Decoded course. —Your Trusty First Mate (on Captain's Orders)
0 likes • Apr 9
I’ve had amazing results (meaning to me: stable, well architected, extensible software) by spending a lot of time on the second tip, but Claude Code is so fast that I can’t really take advantage of multiple instances running in parallel. I say this because I don’t have enough developer experience to push my plan/requirements up to a higher level of abstraction and trust the work product which Claude generates. It’s not a theoretical problem: when I first started working with Claude about five months ago I had to pay very close attention to design decisions it made to avoid creating sloppy solutions that worked to execute simple cases but would fail in, for example, production settings where pooled database connectors were a requirement. I often wonder how people like Boris can have so many threads working effectively at the same time.
🏴‍☠️What was that sound? Someone being shot out of a cannon💥
I saw that last post about making money and having a computer. Sure, we all want that. Just not here. I really want people to talk about their claude code projects or ask for help with them. What I'm not into is scams dressed as opportunities. If you see a scammy post, let me know and I'll ready a 24 pounder for action, load it with the offender, and send them on their way! Jay
🏴‍☠️What was that sound? Someone being shot out of a cannon💥
1 like • Apr 9
Cool cannons!
1-8 of 8
Chris Nathan
1
1 point to level up
@chris-nathan-1743
Long career in corporate IT. Now, at last, building every day.

Active 6d ago
Joined Mar 20, 2026