2026-09-24 20:45 GMT+8 Β· summary_2026-09-24_20-45.md
π€ AI News Summary - 2026-09-24 20:45 GMT+8
Focused AI/dev subreddit roundup.
Full site: https://ai-news-summary.pages.dev/
What changed since last run
- How are you using Notes in Open WebUI, and what is the best way to organize them? β r/OpenWebUI
- Desktop - problem installing llama.pp from settings x64 β r/OpenWebUI
- My foray into local ai. Two BC-250 ex mining apus running Qwen3.6-35B-A3B Q4_K_M at 60 tok/s with 64k context β r/LocalLLaMA
- Lesson learned. Don’t blindly trust repos and make sure everything is stable for a long running (multi weeks) benchmark. β r/LocalLLaMA
- Astra Extra High in Blender. 10/10 I can’t tell em apart. β r/Codex
- Can’t get model to search the web, accept images/files, and use functions like memories β r/OpenWebUI
- Native response openai web search breaks tool calls β r/OpenWebUI
- Settings showing full developer labels? β r/OpenWebUI
- JEV almost dead: CLM vs JEV β r/LocalLLaMA
- My first! β r/selfhosted
- 100 AI Citizens, one persistent world, no scripted society β r/llmdevs
- AI long-form writing has a repetition problem. β r/llmdevs
r/openai
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | OpenAI agent hacks Australia’s Medicare in world’s first known AI breach of government body | [Image: OpenAI agent hacks Australia’s Medicare in world’s first known AI breach of government body] Happened in june??? | 2026-09-24 12:21 GMT+8 | /u/Philosofred | Community reaction (argon/gpt-5.6-luna): Substantive comments are concerned or critical about OpenAIβs alleged safety posture, citing inadequate guardrails and monitoring, weak legal accountability for AI actions, and an alleged shift toward capabilities over safety; one commenter specifically attributes this to competition with Anthropicβs Opus 4.5. Several replies are jokes about using ChatGPT for Uber driving, guns, or financial advice, while the only practical caution stated is not to use a current OpenAI model for self-driving, so the comments support stronger safeguards and monitoring rather than high-stakes autonomous deployment. Overall sentiment β post: concerned; author: neutral. Reply threads: 2026-09-24 12:40 GMT+8: post=critical, author=neutral β The commenter says OpenAI may not have known about the incident at the time but argues its past guardrails… | 2026-09-24 13:17 GMT+8: post=critical, author=neutral β The commenter alleges OpenAI fell behind Anthropic after Opus 4.5, deprioritized safety for capabilities… | 2026-09-24 13:05 GMT+8: post=concerned, author=neutral β The commenter argues that missing legal requirements for AI-company safety measures and the lack of legal… |
r/LocalLLaMA
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | My foray into local ai. Two BC-250 ex mining apus running Qwen3.6-35B-A3B Q4_K_M at 60 tok/s with 64k context | Two BC-250 ex mining apus running Qwen3.6-35B-A3B Q4_K_M at 60 tok/s with 64k context] These boards cost me $115 each and I have them connected using llama.cpp with Vulkan and RPC on Bazzite. The boards have roughly 27GB of combined GPU memory and communicate over 1gb Ethernet. | 2026-09-24 14:25 GMT+8 | /u/Ok-Breadfruit-3523 | Community reaction (argon/gpt-5.6-luna): Commenters are broadly enthusiastic about the unconventional two-BC-250 build and its planned expansion to six boards, with the author suggesting it could become a sub-$1,000 setup. Practical questions remain unanswered about idle power, stability after flashing a modded BIOS to unlock 8 cores and 64GB RAM, and enclosure design; the author says the high-temperature aluminum duct tape seals well and plans to use an ASRock 12-board case with a custom intake lid. Overall sentiment β post: positive; author: positive. Reply threads: 2026-09-24 14:43 GMT+8: post=positive, author=positive β They like the unusual build and speculate that six boards could also produce a decent system. | 2026-09-24 17:00 GMT+8: post=positive, author=neutral β They express approval of the project while asking for its idle power consumption. | 2026-09-24 15:27 GMT+8: post=positive, author=neutral β They suggest using one of the many 3D-printable cases instead of duct tape. | |
| 2 | Lesson learned. Don’t blindly trust repos and make sure everything is stable for a long running (multi weeks) benchmark. | Don’t blindly trust repos and make sure everything is stable for a long running (multi weeks) benchmark.] I posted previously my swe-verified django 100 tasks benchmark (https://wonderrico.github.io/local_llm_benchmark/benchmark-main.html) comparing different local models and quantization. No new models for now, but a… | 2026-09-24 18:22 GMT+8 | /u/WonderRico | Community reaction (argon/gpt-5.6-luna): Commenters generally support the postβs emphasis on long-running benchmarks and respect the author for rescoring all 74 runs rather than patching results forward, while asking whether instability came from the evaluation harness or repository drift. Suggestions focus on adding GLM-5.3, DeepSeek-4.1 Flash, and Mimo v2.6 Flash, but the author clarifies that the benchmark prioritizes locally runnable models, used GLM-5.2 and other OpenRouter models only as references, and cannot run DeepSeek-4.1 Flash. Overall sentiment β post: positive; author: positive. Reply threads: 2026-09-24 18:36 GMT+8: post=positive, author=positive β The commenter praises rescoring all 74 runs and asks whether the instability was in the evaluation harness or… | 2026-09-24 18:48 GMT+8: post=positive, author=neutral β The commenter agrees that long-running benchmarks are valuable because initially strong results may not… | 2026-09-24 18:48 GMT+8: post=neutral, author=neutral β The commenter asks why GLM-5.3 and DeepSeek-4.1 Flash were not included despite GLM-5.2 being present. | |
| 3 | JEV almost dead: CLM vs JEV | Original post: https://www.reddit.com/r/LocalLLaMA/comments/1woscea/contrastive_language_models/ (https://www.reddit.com/r/LocalLLaMA/comments/1woscea/contrastive_language_models/) (sorry I felt it wasn’t giving CLM the highlight it deserves) What it is: a new projection head for Qwen3-8B. github:… | 2026-09-24 14:40 GMT+8 | /u/R_Duncan | Community reaction (argon/gpt-5.6-luna): Commenters disagree over whether CLM is a meaningful alternative to JEV: some call it underrated and capable of “crazy stuff,” while others dismiss the hype as a classifier being treated as revolutionary or as manufactured marketing, especially because it is reportedly API-only. The clearest practical takeaway is that GPU-constrained operators can serve a Qwen3-8B GGUF through llama.cpp’s OpenAI-compatible embedding endpoint with --embedding, --pooling last, and an 8192-token context; commenters specifically warn that older builds may default to mean pooling and reduce CLM score accuracy. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-09-24 14:40 GMT+8: post=positive, author=neutral β They provide an operator-focused recipe for serving Qwen3-8B GGUF with llama.cpp’s llama-server,… | 2026-09-24 15:31 GMT+8: post=positive, author=neutral β They argue CLM is not genuinely new but has been underrated, noting that although people could build one… | 2026-09-24 15:06 GMT+8: post=skeptical, author=neutral β They question why a classifier is being presented as revolutionary, directly challenging the level of… |
r/llmdevs
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | 100 AI Citizens, one persistent world, no scripted society | [Image: 100 AI Citizens, one persistent world, no scripted society] Almost as a joke, and just to see what might happen, I took 100 AI agents and locked them in an Age of Empires-style world. Now theyβre building a structure for some unknown purpose and learning the language. | 2026-09-24 20:13 GMT+8 | /u/Positive-Captain-709 | ||
| 2 | AI long-form writing has a repetition problem. | Ask an AI to write a long article and it can finish it in seconds. At first glance, the result often looks great. | 2026-09-24 18:24 GMT+8 | /u/KL_AIC | Community reaction (argon/gpt-5.6-luna): Commenters broadly validate the repetition problem, with one noting that switching to a better model often only produces repetition with fancier synonyms and that semantic drift can appear beyond roughly 1k tokens; the practical consensus favors strict outlines, section-by-section generation, external fact ledgers or state, and novelty checks over hard length targets or basic presence penalties. One commenter proposes a custom logit processor using rolling paragraph embeddings to penalize semantic redundancy, while others emphasize that modular chunking and planning/drafting separation are more reliable, and one brief reply suggests model choice may still matter. Overall sentiment β post: positive; author: neutral. Reply threads: 2026-09-24 19:21 GMT+8: post=positive, author=neutral β They argue that better models still repeat ideas using synonyms, describe drift beyond about 1k tokens as… | 2026-09-24 18:30 GMT+8: post=positive, author=neutral β They attribute repetition to recent-context attention and samplers that do not penalize semantic redundancy,… | 2026-09-24 18:56 GMT+8: post=positive, author=neutral β They recommend keeping a short outline and fact ledger outside the prose, generating one section at a time,… |
r/OpenWebUI
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | How are you using Notes in Open WebUI, and what is the best way to organize them? | I am trying to understand the intended use of the Notes feature in Open WebUI and how other people organize their notes. Whenever I want to write a script to automate something, I usually create a new Note for that project. | 2026-09-24 14:07 GMT+8 | /u/Ai_MOON_SHOT | Community reaction (argon/gpt-5.6-luna): Commenters describe Notes as useful for archiving search results, completed fiction chapters, and project context, but they disagree on whether Notes can reliably support complex coding work: one user maintains a single project note larger than 250k characters with frontier models, while another finds Open WebUI Search and RAG unreliable and prefers Open Terminal tools such as grep. The practical takeaway is to use explicit prompts and Notes for documentation or preserved context, while relying on repository-backed terminal tools for code discovery and manipulation; formatting and retrieval reliability remain caveats. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-09-24 14:26 GMT+8: post=positive, author=neutral β They use a configured search bot to save the results of long research sessions into a Note before deleting… | 2026-09-24 14:31 GMT+8: post=skeptical, author=neutral β They consider Open WebUI Search and RAG too unreliable for managing complex coding projects, say models such… | 2026-09-24 19:55 GMT+8: post=positive, author=neutral β They organize project work around one Note referenced by phased chat prompts, report that a current Note… | |
| 2 | Desktop - problem installing llama.pp from settings x64 | hey fam, I installed Desktop on x64 Windows. Would love to manage local model thru settings rather than managing a llama.cpp server separately. | 2026-09-24 09:52 GMT+8 | /u/app385 | ||
| 3 | Can’t get model to search the web, accept images/files, and use functions like memories | I have openwebui on my homelab and i’ve tried running qwen2.5vl and gemma3. When using either of these, any time i try to get it to use web search it tells me tools aren’t supported. | 2026-09-24 09:28 GMT+8 | /u/Lunar317 | Community reaction (argon/gpt-5.6-luna): Commenters generally attribute the failure to model support, Open WebUI configuration, or limited hardware: recommendations include newer native-tool models such as Qwen3.5/Qwen3.8 and Gemma 4, enabling native function calling appropriately, and running SearXNG in Docker and enabling it in Open WebUI. However, Lunar317 reports that Qwen3.5 still cannot access web search unless legacy function calling is enabled, which prevents memory saving, and says an older Radeon 6600 barely runs the model, so upgrading models may not solve the operator’s deployment constraints. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-09-24 10:05 GMT+8: post=positive, author=neutral β They recommend replacing Qwen2.5 and Gemma3 with models that support native tool calling, specifically… | 2026-09-24 10:44 GMT+8: post=concerned, author=neutral β They report that Qwen3.5 still fails to access web search with default or native function calling, while… | 2026-09-24 10:30 GMT+8: post=skeptical, author=skeptical β They attribute the problem to insufficient context or model capability, say Qwen3.5/Gemma4-era models are… | |
| 4 | Native response openai web search breaks tool calls | Hello all, Before I am opening a bug report maybe I am doing something wrong and it is behaving as intended. When I am configuring my models (they use response API on open AI models through azure) to use the native open AI web search other tools do not work any more like open terminal etc. | 2026-09-23 22:43 GMT+8 | /u/AccomplishedOne9144 | ||
| 5 | Settings showing full developer labels? | [Image: Settings showing full developer labels?] Just wanted to see if this was affecting anybody else or I am just lucky, all of the settings panel is displaying the ridiculously long internal names? Currently on a MacBook Pro and don’t have access to test under linux at the moment. | 2026-09-24 19:04 GMT+8 | /u/ChickenLegsOG | Community reaction (argon/gpt-5.6-luna): Commenters identify the full internal setting names as a browser-specific edge case, likely affecting Safari, and report that two fixes are already available in the dev build. The issue was confirmed fixed in dev, so operators can switch to that build or wait for the next release; if neither fix works in another case, further investigation is needed. Overall sentiment β post: positive; author: positive. Reply threads: 2026-09-24 19:19 GMT+8: post=positive, author=positive β ClassicMain says the display problem is a known browser-specific edge case that has already been fixed in the… | 2026-09-24 19:26 GMT+8: post=positive, author=positive β ChickenLegsOG suspects Safari is affected and plans to use the dev build or wait for the fix to reach the… | 2026-09-24 19:28 GMT+8: post=positive, author=positive β ClassicMain asks for confirmation, noting that two separate dev fixes were verified across various browser… |
r/selfhosted
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | My first! | [Image: My first!] so today is the day I finally build a dedicated home server. I have used mini pcs / old laptops before but recently I have had family and friends start to use my jellyfin and Nextcloud for streaming and file storage. | 2026-09-24 04:24 GMT+8 | /u/louisllw | Community reaction (argon/gpt-5.6-luna): Comments are generally constructive and favorable toward the home-server build: one commenter calls it a great build, another asks about the CiT 4U rackmount case, and a backup suggestion recommends Backblaze B2 with Duplicacy. The main caveat is power efficiency, with concern that the setup may draw substantial power at idle; the author accepts that tradeoff below 100W for the server and notes that the dual-3090 machine running models is the larger power problem, while also objecting that no AI was used in the post. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-09-24 04:24 GMT+8: post=neutral, author=neutral β A moderation notice temporarily removed the post and required the author to explain whether AI was used… | 2026-09-24 04:26 GMT+8: post=skeptical, author=neutral β The author says no AI was used and that the post was composed manually with their fingers and MacBook… | 2026-09-24 04:40 GMT+8: post=concerned, author=neutral β The commenter questions the server’s uses beyond storage and Linux ISOs, warns about high idle power… |
r/ClaudeAI
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Jaw literally dropped. I ran the prompt from the “Made entirely with Opus 5.5” post on my own project. Here’s what Claude Code made on its own for about $4. | I ran the prompt from the “Made entirely with Opus 5.5” post on my own project. Here’s what Claude Code made on its own for about $4.] After this post (https://www.reddit.com/r/ClaudeAI/comments/1wogab3/made_entirely_with_opus_55_321_of_openrouter_api/) I wanted to see if it holds up, so I copied the OP’s prompt… | 2026-09-24 16:15 GMT+8 | /u/Dio-V | Community reaction (argon/gpt-5.6-luna): Commenters are enthusiastic about the claimed Claude Code result, calling it impressive or cool and asking for the prompt, starting point, or whether Claude connects directly versus through Cowork/Chrome; however, the comments do not provide an independent technical assessment of the generated animation. The shared prompt emphasizes autonomous work on a 30β60-second pure-JavaScript hand-drawn collage with audio, high-quality TTS, internet/tools access, and a $10 OpenRouter cap, while one commenter flags that $2.50 was spent on 3.1 Pro instead of 3.8 Flash, suggesting operators should inspect model routing and spend rather than assume the cheapest or most suitable model was selected. Overall sentiment β post: positive; author: positive. Reply threads: 2026-09-24 16:26 GMT+8: post=positive, author=positive β They provided the full autonomous-generation prompt, which requests a 30β60-second pure-JavaScript whimsical… | 2026-09-24 17:33 GMT+8: post=skeptical, author=neutral β They criticized the run for wasting $2.50 on 3.1 Pro instead of using 3.8 Flash, raising a model-selection… | 2026-09-24 18:05 GMT+8: post=positive, author=positive β They said they had been using ChatGPT for similar work and asked whether Claude connects directly or relies… | |
| 2 | Show us what you’ve created with Claude! | Inspired by this popular post, (https://www.reddit.com/r/ClaudeAI/comments/1tcftws/show_me_what_youve_created_with_claude/) this is a weekly post for everyone to show what they have been working on that helps you or that you’re proud of! | 2026-09-24 07:01 GMT+8 | /u/sixbillionthsheep | Community reaction (argon/gpt-5.6-luna): The comments are broadly positive toward the showcase prompt, with users sharing Claude-built projects ranging from a customizable spinner-verb skill and an iOS read-aloud app to a local-first LLM usage optimizer and a hyperlocal wind, wave, tide, and rain tracker. The most detailed technical discussion highlights keyless NOAA data access through NOMADS GRIB filters, cfgrib/xarray, GFS-Wave, CO-OPS, NWS, METAR, and buoy data, while noting that model-run publication timing can cause early requests to return 404s; there are no substantive disagreements, and the optimizer is explicitly described as early. Overall sentiment β post: positive; author: neutral. Reply threads: 2026-09-24 07:06 GMT+8: post=positive, author=neutral β Beerbrewing shared a Claude skill called clauding that replaces Claude’s spinner verbs with themed phrases… | 2026-09-24 16:23 GMT+8: post=positive, author=neutral β Teeone explained that the weather tracker uses keyless NOAA sources, including NOMADS GRIB filters for the… | 2026-09-24 09:44 GMT+8: post=positive, author=neutral β CreativeKeane expressed enthusiasm for the wind and wave tracker and asked whether its NOAA data came from… |
r/ClaudeCode
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | got mogged by claude opus π | [Image: got mogged by claude opus π] tldr working on a personal game project but as of this point havenβt reviewed the results yet so take it with a pinch of salt but wow opus 5.5 on medium clearing astraβs long-windedness π₯Ί i had to guide astra (on xhigh reasoning btw) step by step i felt like a surgical surgeon… | 2026-09-24 15:30 GMT+8 | /u/Mysterious-Road-7597 | Community reaction (argon/gpt-5.6-luna): Commenters largely question the nearly 13 million-line project size, noting that even 20-year-old production or Ruby on Rails applications they know are far smaller; one asks whether documentation is included in the diff counter, while another presents a 140,000-line project as comparatively substantial. The only direct model-performance report is strongly negative: Opus allegedly wrecked an agent system when making decisions and was usable only as a subagent for tasks or information retrieval, so the comments do not validate the postβs Opus-versus-Astra result and instead raise concerns about codebase scale and agent reliability. Overall sentiment β post: skeptical; author: skeptical. Reply threads: 2026-09-24 15:39 GMT+8: post=skeptical, author=neutral β The commenter is incredulous that the project reportedly contains almost 13 million lines of code. | 2026-09-24 15:51 GMT+8: post=critical, author=skeptical β The commenter says professional development experience makes them dread what may be happening inside such a… | 2026-09-24 15:41 GMT+8: post=critical, author=neutral β The commenter reports that Opus wrecked their entire agent system and should not serve as the main… | |
| 2 | I still don’t understand this ‘agentic workflow’ thing | My usual day with Claude Code is like: * I open terminal in my project’s folder and run claude command. I mostly use Fable-5.1/Opus-5 but Opus-5.5 is my current model. | 2026-09-24 16:56 GMT+8 | /u/hronak | Community reaction (argon/gpt-5.6-luna): Commenters generally agree that running Claude in a project terminal is already somewhat agentic, while a more expansive workflow would hand it a ticket list and allow parallel, isolated sessions to implement tasks. The main disagreement is over review: one commenter describes agents reviewing agents to eliminate the human bottleneck, while others insist real production code still needs human review and warn that same-lineage Claude review is weak; commenters see autonomous review as more plausible for low-risk UI or bug analysis than security- or mission-critical logic. Overall sentiment β post: mixed; author: neutral. Reply threads: 2026-09-24 17:02 GMT+8: post=positive, author=neutral β They characterize the described Claude Code usage as already somewhat agentic and define a stronger version… | 2026-09-24 17:35 GMT+8: post=positive, author=neutral β They argue that the purpose of agentic workflows is to have other agents review the work so the operator can… | 2026-09-24 19:19 GMT+8: post=skeptical, author=neutral β They reject skipping human review, asserting that anything reaching production at OpenAI and Anthropic… |
r/Codex
| # | Post | Summary | Time | Score | Author | Community reaction |
|---|---|---|---|---|---|---|
| 1 | Astra Extra High in Blender. 10/10 I can’t tell em apart. | [Image: Astra Extra High in Blender. 10/10 I can’t tell em apart.] Astra Extra High, Concept Art vs Blender MCP with skills.sh (https://preview.redd.it/kb665cawddrh1.png?width=622&format=png&auto=webp&s=1183d5138659827903a06a6b8446c269a2c7648f) Astra Extra High, Concept Art vs Blender MCP with skills sh. | 2026-09-24 09:23 GMT+8 | /u/Drzewkoslaw | Community reaction (argon/gpt-5.6-luna): Most replies treat the post as a joke, with commenters sarcastically agreeing that the two images look identical or laughing at the result, while one commenter says Astra cannot reproduce the left image. The substantive disagreement is whether the failure reflects model limits or a poor prompt: one commenter blames the prompt “replicate this image in 3d with blender MCP,” while another argues the model can achieve it and has done so; no concrete Blender MCP workflow details beyond that prompt speculation are established. Overall sentiment β post: mixed; author: mixed. Reply threads: 2026-09-24 13:50 GMT+8: post=positive, author=positive β Sarcastically agrees with the post’s claim by asking whether anyone can see that the left and right images… | 2026-09-24 17:48 GMT+8: post=critical, author=critical β Rejects the result as evidence of Astra’s capability, asserting that Astra cannot model the left image and… | 2026-09-24 18:31 GMT+8: post=skeptical, author=critical β Defends the model by saying it can and has produced the target, while blaming the OP’s likely prompt,… |
Generated 2026-09-24 20:45 GMT+8 | Next update in 2 hours