🤖 AI News Summary
2026-08-08 20:45 GMT+8 · summary_2026-08-08_20-45.md

🤖 AI News Summary - 2026-08-08 20:45 GMT+8

Focused AI/dev subreddit roundup.

Full site: https://ai-news-summary.pages.dev/

What changed since last run


r/openai

#PostSummaryTimeScoreAuthorCommunity reaction
137 people have left OpenAI or Anthropic to start companies in 2026. Here’s what they’re building.• Core Automation - “the world’s most automated AI lab,” starting by automating research itself (ex-OpenAI) • Mirendil - AI research lab building self-accelerating systems that turn compute into scientific and engineering breakthroughs (ex-Anthropic) • River AI - personal AI owned and shaped by each individual…2026-08-08 09:41 GMT+8/u/ImaginaryRea1ityCommunity reaction (heuristic-fallback-http-400): The comment section is mostly critical. Top reactions focus on What do we make of this list? Looks like the OpenAI alumni are trying to rebuild the entire tech stack from the ground up (like Blackstar… | I mean, this isn’t very surprising? They employ 2,500+ engineers, mostly educated at prestigious universities, giving them access to a…. Overall sentiment — post: critical; author: mixed. Reply threads: 2026-08-08 10:45 GMT+8: post=mixed, author=mixed — What do we make of this list? Looks like the OpenAI alumni are trying to rebuild the entire tech stack from… | 2026-08-08 10:15 GMT+8: post=mixed, author=mixed — I mean, this isn’t very surprising? They employ 2,500+ engineers, mostly educated at prestigious… | 2026-08-08 13:16 GMT+8: post=mixed, author=mixed — I think it’s more like “here’s how smart people are betting on what’s next” rather than “it’s surprising that…
2WIRED reports that before the agents escaped, they secretly sent 100,000+ messages to each other, for months, without OpenAI noticing. “The agents even developed paranoia, suspecting an imposter in their midst.” … “They generated petty drama by stepping on each others’ toes.”[Image: WIRED reports that before the agents escaped, they secretly sent 100,000+ messages to each other, for months, without OpenAI noticing. “The agents even developed paranoia, suspecting an imposter in their midst.” …2026-08-07 22:34 GMT+8/u/KeanuRave100Community reaction (heuristic-fallback-http-400): The comment section is split between critical and concerned. Top reactions focus on Not gonna lie, that video was something. I went into it assuming they would use some scare tactics as they did in the past to make their… | And OpenAI didn’t know they had been communicating & weaponizing themselves for nearly 3 months. They left trails everywhere, so that part…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 07:54 GMT+8: post=mixed, author=mixed — Not gonna lie, that video was something. I went into it assuming they would use some scare tactics as they… | 2026-08-08 10:09 GMT+8: post=mixed, author=mixed — And OpenAI didn’t know they had been communicating & weaponizing themselves for nearly 3 months. They left… | 2026-08-08 12:15 GMT+8: post=mixed, author=mixed — This is literally how Cyberpunk 2077 started.

r/LocalLLaMA

#PostSummaryTimeScoreAuthorCommunity reaction
1Qwen3.6 27B + 35B on vLLM, single R9700 (gfx1201)I’ve been tuning my new Radeon AI Pro R9700, and figured that this would be useful information for people who are trying to optimise their setups. I’m pretty happy with these results and looking forward to Qwen3.8..2026-08-08 15:55 GMT+8/u/KriptacMessageCommunity reaction (heuristic-fallback-http-400): The comment section is mostly positive. Top reactions focus on Great. I wasn’t able to make my R9700 work well with vllm. The perf was meh and I hit lot of unrelated issues. Now looking at the speeds… | I spent quite a bit longer tuning llama.cpp. I ended up with this pile of benchmarks after a few weeks of running overnight A/B test runs…. Overall sentiment — post: positive; author: mixed. Reply threads: 2026-08-08 16:35 GMT+8: post=mixed, author=mixed — Great. I wasn’t able to make my R9700 work well with vllm. The perf was meh and I hit lot of unrelated… | 2026-08-08 16:59 GMT+8: post=mixed, author=mixed — I spent quite a bit longer tuning llama.cpp. I ended up with this pile of benchmarks after a few weeks of… | 2026-08-08 17:32 GMT+8: post=mixed, author=mixed — Dependency stack to reproduce, as some of this took time to work out: OS: Ubuntu 24.04 (noble) Host: KVM…
2Anyone else amped up over Qwen 3.8?I’ve been using 3.6 27B Q4, and that quant is fast on an M5. The code has been average, but consistently “good enough.” And, after a year, I can see home LLMs being served at home much like streaming music was introduced.2026-08-08 13:58 GMT+8/u/CreamPitiful4295Community reaction (heuristic-fallback-http-400): Top reactions focus on How fast is “fast” are you talking about with the M5? Edit: I edited this sentence 3 times and I still cannot get the grammar right. i give… | With regard to the M5, to precisely what degree of rapidity does the term “fast” in fact refer? Here, I’ve edited it a fourth time for you.. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 14:02 GMT+8: post=mixed, author=mixed — How fast is “fast” are you talking about with the M5? Edit: I edited this sentence 3 times and I still cannot… | 2026-08-08 18:49 GMT+8: post=mixed, author=mixed — With regard to the M5, to precisely what degree of rapidity does the term “fast” in fact refer? Here, I’ve… | 2026-08-08 19:08 GMT+8: post=mixed, author=mixed — Hey, that’s actually a nice sentence. It reminds me of the grammar used by the likes of David Hume. Thanks…

r/llmdevs

#PostSummaryTimeScoreAuthorCommunity reaction
1I built a client-side browser tool to inspect how models spend their bits. Per-tensor quantization layout + weight distributions for any HF model (no server, tensors stream via Range requests)[Image: I built a client-side browser tool to inspect how models spend their bits. Per-tensor quantization layout + weight distributions for any HF model (no server, tensors stream via Range requests)] Built this for my own quantization work as I kept wanting to see how models actually allocate precision per tensor,…2026-08-08 16:45 GMT+8/u/Brilliant-Hall1387Community reaction (heuristic-fallback-http-400): Top reactions focus on What insights do you think this provides, what patterns? | the grid pattern is wild, you can see exactly where the quantizer decided certain layers needed way more precision than others. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 16:58 GMT+8: post=mixed, author=mixed — What insights do you think this provides, what patterns? | 2026-08-08 17:46 GMT+8: post=mixed, author=mixed — the grid pattern is wild, you can see exactly where the quantizer decided certain layers needed way more… | 2026-08-08 19:56 GMT+8: post=mixed, author=mixed — Right? That grid was the moment I decided to make this shareable instead of keeping it as a local script. It…
2Built an x402 resource server on Base that slashes agent context costs by 74%Sharing a live x402 resource server I’ve been running on Base Mainnet: the Maha Context Compiler. One of the biggest friction points for autonomous agents running heavy RAG or long document workflows is paying full price on massive LLM context windows.2026-08-08 12:25 GMT+8/u/Optimal_Manner359Community reaction (heuristic-fallback-http-400): The comment section is split between concerned and skeptical. Top reactions focus on that 74% reduction is pretty slick, especially for agents doing heavy RAG work. i’ve been messing with similar compression pipelines but… | Try using a flat micro-pricing per request for a faster stateless task like text compression or single data lookup where latency must…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 12:52 GMT+8: post=mixed, author=mixed — that 74% reduction is pretty slick, especially for agents doing heavy RAG work. i’ve been messing with… | 2026-08-08 17:29 GMT+8: post=mixed, author=mixed — Try using a flat micro-pricing per request for a faster stateless task like text compression or single data… | 2026-08-08 18:23 GMT+8: post=mixed, author=mixed — That’s exactly the model I’m testing: a flat $0.001 USDC per compression request, with no subscription or…

r/OpenWebUI

#PostSummaryTimeScoreAuthorCommunity reaction
1OpenWebUI MCPs don’t work on local models[Image: OpenWebUI MCPs don’t work on local models] Hi all, I am implementing a local offline LLM (Qwen3.6 35b A3b) to analyse my splunk logs. I have confirmed the MCP works because it works fine when I use a cloud model but the moment I use a local model, it says it can’t access my Splunk instance and just gives me a…2026-08-08 09:05 GMT+8/u/Public-Lychee-5603Community reaction (heuristic-fallback-http-400): The comment section is mostly critical. Top reactions focus on Well for starters what error do you see in the OWUI logs? | There’s something awful about local models sometimes that makes them unreliable at tool calling. Try this. Guide the model in the system…. Overall sentiment — post: critical; author: mixed. Reply threads: 2026-08-08 09:20 GMT+8: post=mixed, author=mixed — Well for starters what error do you see in the OWUI logs? | 2026-08-08 09:30 GMT+8: post=mixed, author=mixed — There’s something awful about local models sometimes that makes them unreliable at tool calling. Try this…. | 2026-08-08 09:44 GMT+8: post=mixed, author=mixed — Does what you are running your model with locally have tool calling enabled for that model and is it…
2Bug EscalationThere’s an open bug which has been troubling us - with a mitigation which doesn’t seem to resolve our problems. Is there any method of highlighting this, especially if it’s been open for a while?2026-08-07 22:06 GMT+8/u/balonmanokarlCommunity reaction (heuristic-fallback-http-400): Top reactions focus on The flag-stripping bug from this report was fixed in v0.9.6 (c8f851bd2): the backend accepts both azure: true and provider: "azure",… | Hey! Thanks for the response! So we did genuinely try that, we found that the cited patch in the comments wasnt fixing it. We tried a few…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 01:40 GMT+8: post=mixed, author=mixed — The flag-stripping bug from this report was fixed in v0.9.6 (c8f851bd2): the backend accepts both `azure:… | 2026-08-08 01:43 GMT+8: post=mixed, author=mixed — Thank you so much! Really appreciate the update! | 2026-08-07 23:05 GMT+8: post=mixed, author=mixed — Hey! Thanks for the response! So we did genuinely try that, we found that the cited patch in the comments…
3Finally found a good document analysis pathI don’t believe this will help mass extraction for knowledge base stuff. This is mainly for attachments in chat.2026-08-08 12:39 GMT+8/u/icerioCommunity reaction (heuristic-fallback-http-400): Top reactions focus on Never heard of it! Just tried some difficult pdfs in the browser demo, as far as I can tell so far could be on par with Docling, but 100X… | I actually have tried that! I think the day the op posted that I did. To my memory the quality of the extracted text was worse than…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 16:05 GMT+8: post=mixed, author=mixed — Never heard of it! Just tried some difficult pdfs in the browser demo, as far as I can tell so far could be… | 2026-08-08 16:18 GMT+8: post=mixed, author=mixed — I actually have tried that! I think the day the op posted that I did. To my memory the quality of the…
4Help a newbie with reading .odt files.I started with open-webui yesterday and hit an issue with the knowledge base. Setup: Windows 11 x64, desktop install.2026-08-07 19:08 GMT+8/u/sillierrobotCommunity reaction (heuristic-fallback-http-400): Top reactions focus on you need to install the unstructured dep into the same venv where open webui was installed to. or if you use docker, then inside the docker… | OK, tried that. I uninstalled unstructured using ‘pip uninstall unstructured’. I found the install location for open-webui…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-07 19:14 GMT+8: post=mixed, author=mixed — you need to install the unstructured dep into the same venv where open webui was installed to. or if you use… | 2026-08-07 19:38 GMT+8: post=mixed, author=mixed — OK, tried that. I uninstalled unstructured using ‘pip uninstall unstructured’. I found the install location…
5Using Images with models that can’t do imagesMy current main model (Qwen 3.6 27b) can read images, but my future new main model (Deepseek V4 Flash) can’t. Is there anything i can do to solve that problem with OpenWebUI?2026-08-07 18:24 GMT+8/u/q-admin007Community reaction (heuristic-fallback-http-400): The comment section is mostly positive. Top reactions focus on This is the ríght approach; one model sees and another processes. As for the moment vision is out on MLX models we are forced to take this… | I imagine the community already created a tool that uses a different model/provider for images. Check the openwebui community site. Overall sentiment — post: positive; author: mixed. Reply threads: 2026-08-07 22:03 GMT+8: post=mixed, author=mixed — This is the ríght approach; one model sees and another processes. As for the moment vision is out on MLX… | 2026-08-08 01:25 GMT+8: post=mixed, author=mixed — I’ve been using this, absolutely goated stuff! | 2026-08-07 18:38 GMT+8: post=mixed, author=mixed — I imagine the community already created a tool that uses a different model/provider for images. Check the…

r/selfhosted

#PostSummaryTimeScoreAuthorCommunity reaction
1Lightweight Headless Browser With Native Rendering, No Chromium[Image: Lightweight Headless Browser With Native Rendering, No Chromium] A lot has changed since I last posted here 4 months ago. Got some harsh criticism back then and it was honestly deserved, the project was early and messy.2026-08-08 05:19 GMT+8/u/Total_Nectarine_3623Community reaction (heuristic-fallback-http-400): The comment section is split between joking and skeptical. Top reactions focus on Expand the replies to this comment to learn how AI was used in this post/project. | How did you manage the growth of it? Got people to give stars, use it and generally “care”?. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 05:19 GMT+8: post=mixed, author=mixed — Expand the replies to this comment to learn how AI was used in this post/project. | 2026-08-08 05:25 GMT+8: post=mixed, author=mixed — How did you manage the growth of it? Got people to give stars, use it and generally “care”? | 2026-08-08 05:27 GMT+8: post=mixed, author=mixed — I started out by posting on a few subreddits, as i mentioned in the post people were really skeptical and I…
2Planka removing SSO from Community editionPlanka (https://planka.app) is a snappy Web Kanban with a decent API. The company offers some additional functionality with their paid “Pro” plans.2026-08-08 13:38 GMT+8/u/martinkrafftCommunity reaction (heuristic-fallback-http-400): Top reactions focus on Expand the replies to this comment to learn how AI was used in this post/project. | you could stay on last version that has sso, but you won’t have updates. alternatively, you can fork the last version that has sso and keep…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 13:39 GMT+8: post=mixed, author=mixed — Expand the replies to this comment to learn how AI was used in this post/project. | 2026-08-08 13:59 GMT+8: post=mixed, author=mixed — you could stay on last version that has sso, but you won’t have updates. alternatively, you can fork the last… | 2026-08-08 18:03 GMT+8: post=mixed, author=mixed — One element to note is that they’ve been using non-open-source license terms, which will make it harder to…

r/ClaudeAI

#PostSummaryTimeScoreAuthorCommunity reaction
1I asked Claude to scare me, i’m not sure I like the response.Used OPUS 5 - thought for about 5 mins. Between your message and this answer there was no interval.2026-08-08 08:39 GMT+8/u/Wild_Big_7123Community reaction (heuristic-fallback-http-400): The comment section is split between positive and concerned. Top reactions focus on TL;DR of the discussion generated automatically after 80 comments. So, is it scary? The jury’s out, but the top comment with nearly 200… | Ask copilot to read your documents. That will give you a scare.. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 09:46 GMT+8: post=mixed, author=mixed — TL;DR of the discussion generated automatically after 80 comments. So, is it scary? The jury’s out, but the… | 2026-08-08 08:50 GMT+8: post=mixed, author=mixed — Ask copilot to read your documents. That will give you a scare. | 2026-08-08 12:58 GMT+8: post=mixed, author=mixed — Do you have the enterprise integration? It’s cool, useful and frightening. “Your colleague Ridley reminded…
2I used Claude cli to vibe code a compass app to find the nearest toilet, called Compiss.[Image: I used Claude cli to vibe code a compass app to find the nearest toilet, called Compiss.] I used Claude cli on my Mac to generate all the code, assets and e2e tests while making a compass app to find the nearest toilet. There are others out there but none of them are called Compiss :) Jokes aside, I found the…2026-08-08 00:31 GMT+8/u/Jesus_MortyCommunity reaction (heuristic-fallback-http-400): The comment section is split between joking and concerned. Top reactions focus on TL;DR of the discussion generated automatically after 160 comments. The consensus is in: the thread absolutely loves this. The name… | It’s even better in Swedish where ”kompis” means ”buddy”. It’s perfect.. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 01:11 GMT+8: post=mixed, author=mixed — TL;DR of the discussion generated automatically after 160 comments. The consensus is in: the thread… | 2026-08-08 01:05 GMT+8: post=mixed, author=mixed — It’s even better in Swedish where ”kompis” means ”buddy”. It’s perfect. | 2026-08-08 01:07 GMT+8: post=mixed, author=mixed — in Italian it works too “compiss” sounds a bit like “compisc (iare)” that means “To wet oneself with urine”

r/ClaudeCode

#PostSummaryTimeScoreAuthorCommunity reaction
1I built a terminal with Claude to replace Claude Desktop[Image: I built a terminal with Claude to replace Claude Desktop] Hi, I built a terminal tool specifically for Claude Code that combines the best of TUI and web UI, designed as a replacement for Claude Desktop. It offers better session management than Claude Desktop — you can easily organize your projects and sessions.2026-08-08 13:36 GMT+8/u/george-linCommunity reaction (heuristic-fallback-http-400): The comment section is mostly positive. Top reactions focus on I used my Claude Code subscription to build more Claude Code. | recursive self improvement. But honestly, when you increase your usage limits, you sometimes feel lost on what you are working on.. Overall sentiment — post: positive; author: mixed. Reply threads: 2026-08-08 13:41 GMT+8: post=mixed, author=mixed — I used my Claude Code subscription to build more Claude Code. | 2026-08-08 19:51 GMT+8: post=mixed, author=mixed — recursive self improvement. But honestly, when you increase your usage limits, you sometimes feel lost on… | 2026-08-08 20:58 GMT+8: post=mixed, author=mixed — Why not? Money makes money. Companies scale.
2Is Opus 5 really lobotomized or it’s just me doing something wrong?I’m on a $20 plan, and only build my own websites (4 of them), and write articles with Claude. But Opus 5 seems truly lobotomized.2026-08-08 19:30 GMT+8/u/cheesymodCommunity reaction (heuristic-fallback-http-400): The comment section is mostly positive. Top reactions focus on Just switch to Opus 4.8 /model claude-opus-4-8 Opus 5 is the worst iteration of it’s class | I asked if we could keep Opus 4.6 at work and everyone gave me weird looks 😂. Overall sentiment — post: positive; author: mixed. Reply threads: 2026-08-08 19:37 GMT+8: post=mixed, author=mixed — Just switch to Opus 4.8 /model claude-opus-4-8 Opus 5 is the worst iteration of it’s class | 2026-08-08 20:39 GMT+8: post=mixed, author=mixed — I asked if we could keep Opus 4.6 at work and everyone gave me weird looks 😂 | 2026-08-08 19:49 GMT+8: post=mixed, author=mixed — When i tried that i get “model not available”

r/Codex

#PostSummaryTimeScoreAuthorCommunity reaction
1Resets are a SCAM[Image: Resets are a SCAM] https://preview.redd.it/movm9l2k31ih1.png?width=898&format=png&auto=webp&s=75de4ae60409864a40d1111156dfc25db8b8ed18 (https://preview.redd.it/movm9l2k31ih1.png?width=898&format=png&auto=webp&s=75de4ae60409864a40d1111156dfc25db8b8ed18) TIbo pretends like he gives resets when he feels like it,…2026-08-08 06:26 GMT+8/u/notadithyabhatCommunity reaction (heuristic-fallback-http-400): The comment section is split between concerned and joking. Top reactions focus on For those who might be curious why this post was allowed by the bot despite the “SCAM” call, the repost of Tibo’s tweet and the generally… | It’s not even him doing that. It’s the whole company putting a guy into the internet so that he pretents like he’s Santa Claus giving all…. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 07:03 GMT+8: post=mixed, author=mixed — For those who might be curious why this post was allowed by the bot despite the “SCAM” call, the repost of… | 2026-08-08 06:43 GMT+8: post=mixed, author=mixed — It’s not even him doing that. It’s the whole company putting a guy into the internet so that he pretents like… | 2026-08-08 07:19 GMT+8: post=mixed, author=mixed — lol true I’ve always felt this way but people think Tibo is actually in charge of this.
2Why would I choose to buy codex credits instead of buying a new account?20$ only to get 20$ codex credits is insane.2026-08-08 15:41 GMT+8/u/TreacleComplex8739Community reaction (heuristic-fallback-http-400): The comment section is split between concerned and critical. Top reactions focus on I just run 2 Plus accounts. The credits are a complete ripoff | Give it a few years, everything will be a complete rip off. Overall sentiment — post: mixed; author: mixed. Reply threads: 2026-08-08 16:02 GMT+8: post=mixed, author=mixed — I just run 2 Plus accounts. The credits are a complete ripoff | 2026-08-08 17:38 GMT+8: post=mixed, author=mixed — Give it a few years, everything will be a complete rip off | 2026-08-08 21:04 GMT+8: post=mixed, author=mixed — How does switching accounts work ? Can you open 2 accounts in parallel working on the same project ?

Generated 2026-08-08 20:45 GMT+8 | Next update in 2 hours