AI News Feed

Open-source models, agents, and infrastructure — curated daily

Terminal AgentsClaude Code21 Aug 2026

Claude Code v2.1.239: v2.1.239

What's changed - Cost estimates (`/cost`, status line, `--max-budget-usd`) now include the 1.1× US-only-inference premium for data-residency workspaces - Added the one-time fullscreen renderer offer on Bedrock, Vertex, Foundry and other previously excluded setups; new installs there now start in fullscreen - Added `/claude-api upgrade` to migrate Python projects from `anthropic` 0.x to 1.x, and updated the skill's Python reference for 1.x (timeouts use `anthropic.Timeout`, not `httpx.Timeout`) - Cloud sessions: plugins synced from claude.ai now show as `name@synced`, work with `claude plugin enable/disable <name>@synced`, and never override a same-named plugin you installed - Alpine/musl builds: native image paste, clipboard, and audio-capture add-ons now load (musl-built binaries instead of glibc ones refused by the runtime) - The usage-limit message shown when your monthly spend limit is already used up now also says when your session or weekly limit resets - Fixed Bedrock streaming behind proxies that strip the response Content-Type header,

GitHub Releases
InfrastructureOllama21 Aug 2026

Ollama v0.33.0-rc2: v0.33.0

What's Changed * mlx: fix mac assumptions on linux/windows by @dhiltgen in https://github.com/ollama/ollama/pull/17898 * mlx update by @dhiltgen in https://github.com/ollama/ollama/pull/17886 * lint fixes by @dhiltgen in https://github.com/ollama/ollama/pull/17897 * app: add claude desktop app by @ParthSareen in https://github.com/ollama/ollama/pull/17899 * app: polish onboarding layout and disable zoom by @hoyyeva in https://github.com/ollama/ollama/pull/17885 * launch: fall back to npx for DeepSeek Harness by @ParthSareen in https://github.com/ollama/ollama/pull/17758 * mlxrunner: make prefix cache restore points survive cancelled and resumed prefills by @jessegross in https://github.com/ollama/ollama/pull/17901 * app: add Connect your apps experience by @hoyyeva in https://github.com/ollama/ollama/pull/17900 * app: claude model management by @ParthSareen in https://github.com/ollama/ollama/pull/17915 **Full Changelog**: https://github.com/ollama/ollama/compare/v0.32.15...v0.33.0-rc0

GitHub Releases
ModelsOpen Source21 Aug 2026

How we made a text-to-speech model respond in sub-50 ms

Hacker News discussion: "How we made a text-to-speech model respond in sub-50 ms" — 133 points. Trending in the AI community.

Hacker News
ModelsOpen Source21 Aug 2026

Show HN: OzBrain, a shared brain for knowledge between agents and your team

I think agent-first chat interfaces will be a primary software modality and busy dashboard/UI will go away. I’m not sure who exactly wins it, but I want my knowledge to grow/go with me.A lot of the “knowledge” ie research, analysis, reasoning will be done by agents as the primary user. Our current notes tools & tasks management systems were built for humans… I don’t care what the 17th thing on my bug backlog is. I want to conduct agents that can execute for me and do great work.What I built OzBrain to do: + Create a central place for agent reasoned knowledge to live + Be agnostic about what apps/agents connect to it + Capture everything and track it so I can audit it + Enable teams, collaborators or partners to share brains + Handle conflicts so many agents in the same article doesn’t blow up + Refactor knowledge into

Hacker News
ModelsClaude21 Aug 2026

Quick impressions: A week of using Codex more than Claude

Hacker News discussion: "Quick impressions: A week of using Codex more than Claude" — 89 points. Trending in the AI community.

Hacker News
AutonomousOpenHands21 Aug 2026

OpenHands v1.15.0: v1.15.0

1.15.0 (2026-08-21) <!-- Release notes generated using configuration in .github/release.yml at main --> What's Changed Features * feat(sidebar): add getting started checklist with settings toggle by @FraterCCCLXIII in https://github.com/OpenHands/OpenHands/pull/16182 * feat: show workspace path in Files view by @HurrairaBaloch in https://github.com/OpenHands/OpenHands/pull/16362 * feat(automations): install a catalog entry that ships a script bundle by @VascoSch92 in https://github.com/OpenHands/OpenHands/pull/16680 * feat: add LLM provider-connections UI (local agent-server) by @juanmichelini in https://github.com/OpenHands/OpenHands/pull/16616 * feat: polish automations dashboard, recommended rail, and Add/Import flow by @FraterCCCLXIII in https://github.com/OpenHands/OpenHands/pull/16688 * feat(conversation): add overview panel and unified commits drawer by @FraterCCCLXIII in https://github.com/OpenHands/OpenHands/pull/16230 * feat: send template provenance for versioned setup entries by @hieptl in https://github.com/OpenHands/OpenHands/pull/16458 * feat: instrument onboarding checklist link clicks by @hieptl in https://github.com/OpenHands/OpenHands/pull/16777 Bug Fixes * fix: prevent silent agent profile downgrade by @neubig in https://github.com/OpenHands/OpenHands/pull/16523 * fix: always show all workspace folders in grouped view regardless of pagination by @mohitdebian in https://github.com/OpenHands/OpenHands/pull/16444 *

GitHub Releases
ModelsDeepSeek21 Aug 2026

DeepSeek-v4-flash-vision-exp

Hacker News discussion: "DeepSeek-v4-flash-vision-exp" — 350 points. Trending in the AI community.

Hacker News
ModelsOpen Source20 Aug 2026

Launch HN: Vendo (YC S26) – Let users build features on top of your product

Hi HN, we’re Yousef & Nour, founders of Vendo (https://vendo.run). Vendo lets users create new features inside the software they already use. A user describes the dashboard, workflow, or small app they need, and Vendo builds it on top of the product’s existing data, API, and interface.Demo: https://www.youtube.com/watch?v=VdpHehY64lsWe built Vendo because every SaaS eventually faces the same problem: every customer needs something slightly different. One wants a new report and another needs a workflow that only makes sense for their team. These requests either sit on the roadmap, become one-off engineering work, or force the customer into spreadsheets and external tools. We wanted the user to be able to create the missing feature themselves, without leaving the product.Here is how it works:- npx vendo init reads the product&#x27;s API surface, theme, routes, and more. These are used so that the apps Vendo creates (1) look on-brand and native and (2)

Hacker News
Terminal AgentsClaude Code20 Aug 2026

Claude Code v2.1.238: v2.1.238

What's changed - Added a `keybindingFlavor` setting: set it to `"readline"` to make Ctrl+W in the prompt delete back to the previous whitespace, as in Bash; the default (`"classic"`) is unchanged - Plugin marketplaces: `headersHelper` on a url marketplace or a catalog entry runs a command that mints HTTP headers (e.g. a short-lived token) for catalog and same-origin archive fetches - A catalog entry's `headersHelper` runs only when you install or update that plugin, after its command is shown; `claude plugin install/update` ask `[y/N]` (or pass `-y`) - Added `claude self-hosted-runner --defer-shutdown-max-min <minutes>`: on SIGTERM, keep serving attached sessions, park what is left after that many minutes, then exit - Added `claude self-hosted-runner --proxy-authorization-command` / `--proxy-authorization-file` for egress proxies that require a freshly issued `Proxy-Authorization` header on every connection - Fixed unbounded memory growth in long interactive sessions: subagent tool results are now released once they leave the recent display

GitHub Releases
ModelsOpen Source20 Aug 2026

Show HN: We chased a weather balloon across Montana and never found it

Since April, I have been working with Sam Flynn (https://drook.dev) to make this balloon payload, UpLink. We did a similar launch last year with Hack Club but this was our first independent launch.UpLink was a 491 gram payload testing the insulation properties of 3D printing filaments, while also transmitting 320x240 images over a radio link -- up from the 18x10 images last year!This is a writeup on our engineering process, mistakes made, and learning experiences. It covers:- Custom electronics designed in KiCad- Firmware design- Results from the data we received on the ground- Image transmission- Launch day logistics, and where things went wrongAll hardware, software, firmware, and CAD is available on GitHub: https://github.com/radeeyate/UpLink, licensed + certified as open source hardware: https://certification.oshwa.org/us002826.htmlIf you just want to see the images received, I put up a gallery here: https://uplink.gallery.radi8.dev/If you have any questions, comments, or concerns, let me know. I&#x27;m happy to answer

Hacker News