Notes

cookie-es v3 from @pi0 and the unjs team brings RFC 6265bis compliance with stricter validation and safer defaults. A small but solid ESM-native cookie parser for anyone building HTTP infrastructure in TypeScript.

pi-interactive-subagents@DanielGri's extension for spawning non-blocking sub-agents in terminal multiplexer panes. Call subagent() and it returns immediately while the sub-agent works in its own pane. Results steer back into the main session as async notifications. A live widget shows all running agents with elapsed time and progress.

@yazins's OpenOats is a macOS meeting companion that transcribes both sides of your calls in real-time and surfaces relevant talking points from your own notes. Runs entirely on-device with local speech recognition — no audio leaves your Mac. Pair it with Ollama for fully offline LLM suggestions, or connect to cloud models via OpenRouter. Recent updates added speaker diarization for up to 10 participants, slashed CPU usage from 84% to 17%, and introduced background mode with menu bar integration.

Swarm is a new tool from @penberg for coordinating coding agents in parallel instead of treating them like terminal sessions. The pitch is that parallel agents can offset the latency and drift that show up when a single agent gets stuck or goes off track.

@outsource_ shares a high-performing jailbreak and MLX quant release for Gemma 4 31B on Apple Silicon. Mostly interesting as a snapshot of the still-accelerating model-jailbreak ecosystem rather than something I'd treat as a product recommendation.

@andrewfarah open sourced a CLI for syncing X bookmarks into a local, agent-readable store. The useful bit is not just backup — it makes bookmarks queryable and usable in downstream automation and note-processing pipelines.

@realalexniebuhr shipped an opinionated Astro starter for deploying to Cloudflare Workers. Handy if you want a batteries-included path into the Astro + Cloudflare stack without burning time on setup and wiring.

@criccomini points to Web Quality Skills, a repo of agent-oriented guidance for Lighthouse and Core Web Vitals work. Useful as a reusable review layer for performance, accessibility, SEO, and general frontend quality.

@karpathy makes the case for publishing 'idea files' instead of polished apps when agents can handle most of the implementation details. It's a good articulation of how software artifacts change when turning ideas into working code gets dramatically cheaper.

Ducklings brings DuckDB Wasm to browsers and Cloudflare Workers, and the latest update adds Iceberg catalog support via R2 Data Catalog. That makes it more interesting as a lightweight analytics layer for serverless and edge environments.

@0xSero interviewed the creator of Pi, the coding agent at the core of OpenClaw. Worth bookmarking less as product news and more as a conversation about how agent tooling is being built by the people closest to it.

@0xSero rounds up agentic development environments for 2026, with Zed and T3Code leading his list. More useful as a quick snapshot of current builder taste than as a definitive ranking, but still a handy map of the space.

@Voxyz_ai explains an easy mistake in the Gemma 4 naming scheme: variants like E4B reduce compute cost, not memory footprint. A small but useful clarification if you're trying to choose the right model for constrained hardware.

Cave is @ItsAndreKoenig's self-hosted platform for running opencode agents in isolated sandboxes on your own server. The interesting part is the infrastructure framing: agents as managed, reproducible remote workloads instead of laptop-bound assistants.

@kevinnguyendn open sourced ByteRover CLI, a persistent memory layer for coding agents built around inspectability and token efficiency. The appeal is longer-running project memory without treating agent state as an opaque black box.

@ashleybchae is very bullish on oh-my-codex, especially its autopilot flow for turning vague ideas into planned, coded, and tested output. The appeal is less the individual feature and more the promise of higher-level, lower-supervision Codex workflows.

EmDash is @dok2001's pitch for a modern WordPress successor: TypeScript, serverless deployment, MIT licensed, x402 monetization, and an MCP server built in. More interesting than a nostalgic clone — it’s an attempt to redesign publishing software around the agent era.

@makisuo published another Effect-focused coding skill, this time aimed at reviewing and correcting the small mistakes models still make when writing Effect code. Useful if you want agent output that feels more idiomatic and production-ready instead of merely type-correct.

@jurajmasar announces general availability for Better Stack Error Tracking, a Sentry-compatible, AI-native product positioned as a lower-cost alternative. The interesting angle is not just price, but the attempt to rethink error tracking for modern observability workflows.

agentOS is Rivet's beta runtime for agents: a portable, open-source system built on WASM and V8 isolates, designed to embed directly into backend infrastructure. The interesting claim is not just speed or cost, but the idea of giving agents an OS-like execution layer with pluggable filesystems and support for coding-agent workflows.