pmkelly4444
- Karma
- 0
- Created
- ()
- Submissions
- 0
- We gave an AI agent eyes. It didn't even use them (agentvoyagerproject.com)
- Skills vs. MCP vs. prompts: which agent setup works best? (agentvoyagerproject.com)
- The Slop KPI Era: How Tokenmaxxing Is Making AI Worse (portofcontext.com)
-
The core idea: @sandbox(dependencies=["pandas"]) turns any function into one that runs inside an isolated Podman container with dependency caching built in on uv. You call it like a normal function, but the code…
- Pctx-Py – Code Mode for Python Tools and MCP (portofcontext.com)
-
Hey HN! I built pctx, a framework that lets AI agents execute code directly instead of making tool calls to save on tokens on MCP. I've been working on code generation in Rust for 2 years, mostly fighting with OpenAPI…
- Open Source and Local Code Mode MCP in Deno Sandboxes (portofcontext.com)
- Code execution with MCP: Building more efficient agents (anthropic.com)
-
Hi HN, I’m Patrick. Elias, Kevin, and I are building Sideko (https://sideko.dev), a new type of code generator for building and maintaining API client SDKs from OpenAPI specs. Traditional SDK generators rely on static…
- Building an SDK Generator: Maintaining Custom Files (sideko.dev)
- Can APIs be beautiful? (sideko.dev)
- Should we still call it DevRel? (sideko.dev)
- Full Stack Dev with FastAPI (sideko.dev)
- Show HN: Hacker News API SDKs → Code Generation in Rust (hacker-news.sideko.dev)
Hi Hacker News! Patrick and Elias here. We built an SDK / Documentation generator for REST APIs. The link included shows the shiny output of our system: the docs! We generated 5 SDKs and docs from the Hacker News…