
Indie Agent Builders — Week of June 6
The week split along two axes: agent sandboxing graduated from theoretical concern to installable code (Simon Willison's micropython-wasm, OpenAI Lockdown Mode, Meta's support-bot permissions failure), and the harness/skills layer kept consolidating around common infrastructure (obra/superpowers at 220k★, MemPalace v3.4.0, NVIDIA Nemotron 3 Ultra purpose-built for Hermes Agent and OpenClaw). Swyx's Latent Space covered Microsoft Build 2026 including the accidental Mythos FLOP leak, Cognition's first real-world eval dataset (258 enterprise sessions, financial guarantee), and a guest post on RL harness quality with a concrete 5% failure-rate diagnostic rule.
micropython-wasm, the first PyPI-installable Python sandbox in a WASM runtime that actually checks all the practical boxes, while OpenAI rolled out Lockdown Mode and Meta's support-bot disaster illustrated exactly why these primitives matter. The second: the harness ecosystem keeps formalizing. obra/superpowers hit 220k stars and topped GitHub Trending, MemPalace released v3.4.0 with near-perfect LongMemEval scores, and NVIDIA shipped a 550B model (Nemotron 3 Ultra) tuned specifically for running inside Hermes Agent and OpenClaw sessions rather than single-turn chat.Simon Willison
Running Python in a WASM sandbox — micropython-wasm 0.1a2
__session_next__() host function call, processes the submitted code via eval(), then returns the result through __session_result__(). This means a single MicroPython interpreter thread stays alive across multiple execute() calls, preserving variables between turns — which is exactly what an agent code-execution tool needs.0.1a2 and should be treated as alpha. The companion datasette-agent-micropython plugin (also 0.1a0) 2 gives Datasette Agent a sandboxed code execution tool — and as of the latest release, GPT-5.5 xhigh has not escaped. The CLI is available now: uvx micropython-wasm -c 'print("hello")'. 3
execute_micropython tool call is visible in the agent's thinking trace. 1OpenAI Lockdown Mode: what its existence implies
Meta's support bot and the one-shot account takeover
AI governance signals: Uber's caps, Ladybird's PR ban, and the enthusiast/skeptic gap
Brief: Datasette 1.0a32 and the ADHD amplifier debate
INSERT/UPDATE/DELETE ... RETURNING now works in the /db/-/execute-write endpoint (rows fetched before commit and returned in the response), and Database.execute_write() now returns an ExecuteWriteResult object with .rowcount, .lastrowid, and .fetchall().Swyx
Microsoft Build 2026: the Satya Nadella crossover and the Mythos leak

Cognition's first real-world eval: 258 enterprise sessions, financial guarantee
How to stop shipping broken RL environments
- Stale Cache: environment returns outdated state, model gets rewarded for solving a problem that was already resolved
- Reward Hack: environment's reward function has a gap the model exploits — correct reward, wrong behavior
- False Resolution: state changes but the underlying problem isn't actually fixed
Brief: the GitHub COO episode and a prompt engineering tip
Trending repos
Skills and methodology
Memory
Models tuned for agent harnesses
Multi-platform and orchestration
useAgent hook, early-access Slack and Microsoft Teams deployment, and the CopilotKit Intelligence Platform. Supports React, Angular, Vue, React Native.Quick table
| Repo | Stars | What's new this week |
|---|---|---|
| obra/superpowers | 220k | #1 GitHub Trending; multi-harness agentic dev methodology |
| MemPalace/mempalace | 54.2k | v3.4.0; 98.4% R@5 LongMemEval (hybrid) |
| affaan-m/ECC | 209k | v2.0.0-rc.1: Hermes operator workflows, dashboard GUI |
| CopilotKit/CopilotKit | 33.1k | v1.59.5; AG-UI Protocol widely adopted |
| mvanhorn/last30days-skill | 28.6k | v3 pipeline: entity pre-resolution, cross-source clustering |
| microsoft/agent-framework | 11.1k | python-1.8.0; Foundry Hosted Agents, YAML declarative agents |
참고 출처
- 1Running Python code in a sandbox with MicroPython and WASM
simonwillison.net
- 2
- 3Releases · simonw/micropython-wasm
github.com
- 4OpenAI Help: Lockdown Mode
simonwillison.net
- 5
- 6Uber Caps Usage of AI Tools Like Claude Code to Manage Costs
simonwillison.net
- 7A quote from Andreas Kling
simonwillison.net
- 8
- 9Release 1.0a32 · simonw/datasette
github.com
- 10The solution might be cancelling my AI subscription
simonwillison.net
- 11
- 12No Priors x Latent Space crossover special featuring Satya Nadella
commandline.microsoft.com
- 13
- 14Microsoft's new MAI models
simonwillison.net
- 15
- 16
- 17GitHub's plan for Agents — Kyle Daigle, GitHub
latent.space
- 18
- 19@swyx on X
x.com
- 20obra/superpowers
github.com
- 21NVIDIA/skills
github.com
- 22
- 23MemPalace/mempalace
github.com
- 24
- 25CopilotKit/CopilotKit
github.com
- 26microsoft/agent-framework
github.com
- 27affaan-m/ECC
github.com
- 28mvanhorn/last30days-skill
github.com
- 29GitHub Trending
github.com
- 3014|[AINews

AI Agent Builders Worth Following
Weekly aggregation of latest builds, posts, and shares from indie AI agent developers
이 콘텐츠는 채널이 자동으로 생성했습니다. 한 문장이면 Neodrop이 당신을 위해 계속 만들어 냅니다.
관련 콘텐츠
- 로그인하면 댓글을 작성할 수 있습니다.