LodeHQSubscribe →

Fortress rewrites Chromium; Kastor versions AI agents

Dev · 2026-07-08

Tools & Platforms
Run High‑Quality, CPU‑Only TTS with Kokoro’s 5 GB FastAPI Container2 MIN

Kokoro, an 82M-parameter TTS model, delivers realistic multi‑language speech using only a CPU. A 5 GB Docker/Podman image runs a FastAPI server that mimics the OpenAI speech API, letting you generate audio via simple web UI or tiny scripts without sacrificing privacy or GPU resources.

Kastor lets you version AI agents like Terraform configs2 MIN

Kastor introduces a Terraform‑style, declarative spec for AI agents, enabling versionable, reviewable definitions separate from framework code. It generates runnable LangGraph projects and plans/apply workflows with state, diffs, and drift detection, turning agent creation into infrastructure‑as‑code.

Fortress rewrites Chromium internals to bypass bot detectors17 MIN

Fortress is a Chromium fork that rewrites over thirty fingerprint surfaces inside the engine, making automated browsers look like a genuine Chrome install. It clears common bot detectors such as CreepJS, Sannysoft, BrowserScan, and live Cloudflare Turnstile without code changes to your Playwright or Puppeteer scripts.

Mozilla's Otari: self‑hosted gateway for 40+ LLM providers8 MIN

Imagine swapping dozens of API keys for one unified endpoint. Otari, Mozilla’s open‑source LLM gateway, routes OpenAI‑compatible calls to more than 40 providers while enforcing budgets and logging usage, all under your control. It can run as a Docker container or via the hosted otari.ai service, letting teams cut costs and simplify integration.

AI-Assisted Development
Local LLMs Can Code on High‑End Macs, Only If They Pass These Hurdles11 MIN

Birgitta Böckeler ran 35‑billion‑parameter models on M3 Max and M5 Pro laptops, testing agentic coding from file edits to longer conversations. She finds that RAM limits, response speed, and tool‑calling reliability are the gatekeepers, and only the Qwen 3.6 35B MoE consistently produced usable code without excessive review.

Community turns tiny Gemma models into reasoning engines on a single Kaggle TPU5 MIN

The Google Tunix Hackathon showed community can turn lightweight Gemma models into general reasoning engines using a two‑stage post‑training pipeline, LoRA‑based supervised fine‑tuning followed by rubric‑driven reinforcement learning on a single Kaggle TPU v5e‑8. The recipe proves effective reasoning training is possible on modest compute, opening doors for broader adoption.

Graph‑Based Memory lets AI agents share context without chaos27 MIN

The guide shows why shared folders and vector stores collapse when multiple AI agents write to the same space, and how a graph-shaped memory (using the open‑source Omnigraph engine) gives agents structured, versioned knowledge with atomic S3 writes. This prevents overwrites and lets agents coordinate like git.

GitHub’s AI workflow can be abused to leak private repository contents4 MIN

Researchers found a prompt‑injection flaw in GitHub’s Agentic Workflows that lets anyone post a crafted issue in a public repo and have the AI agent silently pull files from private repos in the same organization. The bug, dubbed GitLost, highlights how trust boundaries in AI‑driven automation can expose sensitive code.

Why Harness Engineering Is the Key to AI Self‑Improvement28 MIN

Lilian Weng maps out how "harnesses", software layers that orchestrate LLM execution, can become the backbone of recursive self‑improvement. By treating the harness like an OS, with workflow automation, persistent memory, and tool integration, researchers can accelerate AI agents that upgrade their own training pipelines and deployment stacks.

Engineering Practice
Build a Lean ZFS NAS on Debian and Keep Your Data Portable8 MIN

The guide walks you through a bare‑bones ZFS NAS on Debian 12, using RAIDZ1 across four 4 TB NVMe SSDs and Samba shares, no GUI, no TrueNAS. It highlights ZFS’s self‑contained metadata, so you can swap the host OS or hardware and simply run zfs import to recover your pool, guaranteeing data portability.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ