Notes

@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.

@michaelfreedman says pg_textsearch is now GA on TigerData Cloud and open source: a BM25 search engine implemented directly inside Postgres in C, with tokenization, indexing, and query execution all staying in the database instead of living in a sidecar service.

@lucaslovexoxo's Amore handles everything needed to self-publish macOS apps outside the App Store: Sparkle updates, code signing, notarization, DMG creation, and hosting. It includes a CLI for CI/CD pipelines and AI-assisted releases, S3-compatible storage, phased rollouts, and beta channels — removing days of manual Sparkle setup.

@helloitsaustin shares his setup for managing Google Ads with Claude Cowork — a custom plugin connecting to the Google Ads API via MCP, encoding common paid search workflows into skills. Works on desktop and Dispatch. He has moved 90% of his growth marketing work from chat to Cowork.

@mynameistito built a terminal-native tool for creating Cloudflare API tokens — no more clicking through dashboard dropdowns. Select accounts, choose services, set read/write permissions, and generate tokens in seconds. Run it with npx directly from the command line.

Ollama now uses Apple's MLX framework under the hood on macOS, unlocking significantly faster performance on Apple Silicon. This accelerates local AI workflows from personal assistants to coding agents — a major win for developers running LLMs on M-series Macs without needing cloud APIs.