
Jökull Sólberg
Co-founder and CTO of TripToJapan.com. This blog runs in two modes: helpful posts about TypeScript, agents, and the guts of shipping software, and much less helpful ones about Icelandic politics and the end of the Atlanticist order. The overlap in readership is approximately zero, and I've made peace with that. Reykjavík, Iceland.
Fini Yang, an enterprise agent architect and open-source author, shipped dsh-ios, the fourth plugin for DeepSeek Harness (DSH) — adding iOS simulator and real-device automation so agents can build and run apps, tap, swipe, type, and inspect processes, call stacks, and memory leaks. It bundles 21 agent tools, a live sidebar view for human-in-the-loop operation, and SwiftUI preview hot reload, covering iOS development, debugging, and automation entirely inside DSH.
Tembo, the Postgres infrastructure company, launched Tembo Desktop — a desktop app promising any model and any coding agent in a single surface, built for teams. The pitch is consolidating the increasingly fragmented coding-agent toolchain into one app instead of hopping between agent CLIs and chat UIs. It fits Tembo's broader push to move coding agents to the cloud, and is worth a look for teams standardizing on agent workflows.
@willmcgugan is bringing his Visual Markdown editor to the Mac App Store very soon — it takes much of its DNA (focus modes, typewriter) from Ishmael but lands at a coffee-and-croissant price point, going for volume this time.
Corey Chiu released Wake v0.1.0, a native macOS app (Rust + GPUI) that pulls every coding-agent session — Claude Code, Codex, Cursor and others — into one window. Full-text search with a trigram index handles CJK and code substrings, transcripts render with tree-sitter highlighting, and one click resumes the session in Terminal at the original project directory. Pure local, zero network, open source MIT.
Joel Hooks shares how he starts a CLI project with content-grill, a local context plane that slurps signals from Brain and X into a searchable surface (under 2s) and runs grilling sessions that surface topics worth digging into — topics only, never publishable copy. Stack: oxlint, TypeScript 7, Effect v4 RC, and XState for the slurp lifecycle, with Dillon Mulroy and Kit Langton baked in.
LittleDivy (@undefined_void), engineer at Deno, introduces durable git — a Git forge built on Cloudflare Durable Objects. Each repository lives in a single Durable Object holding packfiles and refs, speaking Git's smart HTTP protocol behind a simple cgit-inspired web interface. No origin server, no filesystem, and idle repos cost nothing; self-host with a single npx wrangler deploy. https://github.com/littledivy/dgit
Boshen (@boshen_c) announces React Compiler support across the Oxc toolchain: Oxlint now ships 22 React Compiler-powered rules that catch violations of the Rules of React, while the new oxc-transform-react package applies the compiler's automatic memoization over 10x faster than Babel in preliminary benchmarks. Vite integration is coming via @vitejs/plugin-react. https://oxc.rs/blog/2026-08-18-react-compiler-support
Tencent has open-sourced Hy-MT2, a translation model family built to run locally — the 1.8B variant compresses to 440MB via a custom 1.25-bit quantization and runs 1.5x faster than its predecessor. A post from @bkdgiffug highlights that the lightweight version already beats Microsoft's and Doubao's commercial translation APIs, while the 7B and 30B models outpace DeepSeek-V4-Pro and other open-source rivals. No cloud, no cost, surprisingly solid quality — a welcome direction for practical local AI.
- Subagent context engineering
Shanghai-based indie developer @vikingmute praises PaddleOCR and Unlimited OCR as two of the most benevolent open-source projects around. He calls PaddleOCR the best OCR available today — it runs on CPU alone with great speed and accuracy for everyday use — while Unlimited OCR, Baidu's long-document model, handled a long PDF impressively in his testing.
Raycast extension author spikezhangx updated Agent Usage, his plugin for tracking AI agent usage, to show DeepSeek balance alongside stats for other agents — handy for keeping an eye on API spend straight from the menu bar.
LLMJunky announced GooeyPi, a GUI for the Pi family of local agents — Pi, Oh-My-Pi, and Prime Agent. It bundles an agentic browser, realtime voice, local or API transcription, computer use, agent-to-agent messaging, and a terminal, so you can run local models without juggling configs or falling back to the TUI. Currently in beta on macOS, Linux, and Windows, with the author looking for testers.
Michael Grinich, founder of WorkOS, open-sourced Replay, a small Mac app he built in a weekend for downloading videos from YouTube and X to watch later. It jumps between chapters, plays back up to 2.5x, shrinks to a corner player when backgrounded, and handles batch adding, subtitles and reordering/renaming — a tidy fix for videos that would otherwise vanish. https://github.com/grinich/replay
@lassejv shares gpui-starter, a minimal starter template for GPUI — Zed's Rust UI framework — with the Groknight dark theme and a single clickable button. It ships as a two-crate workspace (theme/root view plus native binary bootstrap) built on GPUI and gpui_platform from the Zed codebase. A tidy baseline for trying native Rust desktop UIs without fighting the build setup.
Svelte core maintainer Simon Holthausen previews the SvelteKit 3 migration experience: a batch of auto-migrations paired with static analysis that scans your code for anything it can't migrate, then generates a markdown file with manual instructions. He says he tested the flow with a couple of LLMs and they all nailed it — a good sign that AI-assisted upgrades slot cleanly into the framework's migration story.
- Every database error in this blog is a value
projects
all →Business intelligence for people working in Iceland's planning, property, transport and construction sectors.
A privacy-first Icelandic iOS keyboard with BÍN-powered autocorrect and on-device learning.
Icelandic e-bike listings in one place — find retailers and models, and compare prices.
A Claude Code–native data toolkit for Icelandic public datasets.
Typed RPC for React, with one wire-safe error union from the server to the component that handles it.
A runtime website engine for AI agents over MCP — schema, content, code and design with no build step.