a quiet day.
AI News for 8/22/2026-8/24/2026. We checked 12 subreddits, 544 Twitters and no further Discords. AINewsâ website lets you search all past issues. As a reminder, AINews is now a section of Latent Space. You can opt in/out of email frequencies!
AI Twitter Recap
Agent Harnesses, Persistent Agents, and Enterprise MCP
-
Harness design is becoming a primary optimization surface: Several posts converged on the idea that agent quality is increasingly shaped by the harness rather than just the base model. NVIDIAâs new evaluation work argues that structural checks on agent âskillsâ barely predict usefulnessâscan scores correlate with judged quality at just Spearman Ď = 0.14âand proposes measuring âSkill Liftâ instead: run the same task with and without a skill under identical conditions and score the delta in completed work (paper summary via @omarsar0). In parallel, a position paper on Anthropic-style harnesses argues enterprises should standardize on a single reusable coding-agent harness rather than bespoke orchestration graphs, claiming harness choice can matter more than model choice on enterprise work (summary via @dair_ai).
-
Persistent and self-modifying agents are moving from concept to open-source implementations: @andykonwinski introduced Headlong, an open-source âmicroharnessâ for persistent agents that think continuously rather than only on request. The system stores trajectories as a DAG of jsonl files, keeps a self-guided inner loop running, and reportedly achieved an unattended self-debugging repair in 48 minutes; tradeoffs include $1â$2/hr background thinking cost and occasional self-inflicted failures. Complementing that, @omarsar0 described exo, a harness architecture for recursive self-improvement with an append-only event log, swappable executor, and snapshot/rollback-capable sandboxâexplicitly designed so agents can rewrite prompts/tools/memory without being able to corrupt durable state. Together, these posts suggest the next wave of agent infra is about durability, forking, rollback, and continuous operation, not just better prompting.
-
MCP is maturing into enterprise infrastructure: Anthropic rolled out enterprise-managed auth for MCP connectors, centralizing authorization through the organizationâs identity provider so end users no longer perform per-tool OAuth for connectors like Asana, Atlassian, Canva, Datadog, Figma, Notion, Slack, and Supabase (announcement from @ClaudeDevs). Separately, the MCP roadmap highlights upcoming support for long-running workloads with streaming/server push, HTTP for local servers, progressive discovery for large catalogs, and standard identities/delegated permissions (roadmap summary via @_philschmid). This closes a notable gap between toy demos and auditable enterprise deployment.
Model Releases, Leaks, and Competitive Positioning
-
Qwen3.8-27B continues to punch above its size class: In Code Arena: WebDev, Qwen3.8-27B landed at #9 overall with 1595 points, the only model in its size class in the top 10 and just six ranks behind Qwen3.8-Max (leaderboard update from @arena). It also ranked highly in consumer product, brand/marketing, and gaming categories. A related open-source derivative, Carnice-V3-27B, was released by @kaiostephens: a 27B Qwen-based, Hermes-agent SFT intended to fit on consumer GPUs (3090+), with merged BF16 and GGUF variants.
-
Rumor cycle around unreleased frontier models intensified: Multiple tweets referenced apparent early access or traces of unreleased systems: EAP models labeled âclaude-melon-eapâ and âclaude-marshmallow-eapâ reportedly emphasized 3D/RL-style tasks and used many thinking tokens (demo by @Lentils80); @kimmonismus collected signs of new Claude models, Ox Alpha, Qwen 4, and a confirmed GPT Astra; and @eliebakouch claimed access to a model still in training with a public W&B run. Treat most of this as ecosystem signal rather than verified spec, but itâs notable how much of the discourse is now about pre-release access asymmetry rather than public launchesâechoing @michael_nielsen, who warned that controlling access to unreleased models is becoming a source of power concentration.
-
OpenAI and Anthropic positioning remains in flux: OpenAI developers announced GPT-5.6 availability in Kiro and a claimed ~82% cost reduction per successful Terminal-Bench 2.1 task in Kiroâs spec-driven environment for the Terra variant (announcement). OpenAI also cut GPT-5.6 Sol API pricing to $4/M input and $20/M output tokens (pricing note via @kimmonismus), with Arena updates showing Sol and Luna shifting the cost/performance Pareto frontier (@arena). On the Anthropic side, @tenobrus noted there has not been an unambiguous Opus-line upgrade in over six months, even as external testers reported stronger medium-reasoning results from new Claude variants (@kimmonismus).
Inference, Benchmarking, and Cost-Efficiency
-
Tool latency overlap is emerging as a key harness-level speedup: @a1zhang introduced Speculative Programmatic Tool Calling (sPTC), which predicts safe tool calls during code generation and launches them early in a copy of the environment so execution overlaps with token generation. The reported improvement is modest so farâabout 1.0â1.2Ăâbut the mechanism is important: it shifts optimization from token-level decoding tricks to agent workflow pipelining. @lateinteraction compared it to CPU speculative execution, emphasizing that discarded work is acceptable if most guesses are right.
-
Token accounting and benchmark hygiene remain messy: Several posts called out misleading reporting practices. @bnjmn_marie shared a DeepSWE run with 918.9M input tokens, clarifying many were cache hits, while @cHHillee bluntly argued that counting cached input tokens in âtoken usageâ is âincredibly dumb.â On the eval side, @jmbollenbacher warned that when a quantized model exceeds the reference model on a benchmark, it may indicate overfitting the quant, not genuine improvement; @xeophon summarized the broader lesson: fixing the eval may matter more than hill-climbing it.
-
Cost-normalized agent benchmarks continue to reshape model choices: Together AI reported that under a $100 budget, GLM-5.3 completed 5Ă more work than Fable 5 on DeepSWE, roughly 17 vs 3 solved tasks, despite similar first-try performance (tweet). @reach_vb similarly reported GPT-5.6 Sol Max at 72.7% on DeepSWE v1.1 for $6.47/task versus Fable 5 Max at 69.7% and $21.63/task. Cline also compared Ox Alpha vs Fable on a real bugfix and found both solved it, but Ox used roughly 3Ă fewer output tokens, suggesting a notably different post-training philosophy around re-verification versus acting on the first conclusion (comparison from @cline).
On-Device AI and Inference Systems
-
Liquid AI + Artificial Analysis launched a serious on-device benchmark stack: @liquidai released Pipette, an open-source evaluation suite for on-device inference measuring quality, speed, latency, and memory across model + quantization + runtime + device combinations, with 10k+ verified results spanning 35 model classes, 7 quants, llama.cpp runtimes, and four devices. Artificial Analysis paired this with independent phone-scale intelligence evals on iPhone 17 Pro and Galaxy S26 Ultra (full thread).
-
Phone-scale results highlight a different Pareto frontier than cloud evals: Under an 8 GB memory / 16K context framing, Nanbeige4.2-3B and LFM2.5-2.6B topped the average score at 63, with LFM2.5-2.6B much more efficient on iPhone (8.0s, 2.3 GB) than Nanbeige (21.4s, 4.0 GB). MoE designs such as LFM2.5-8B-A1B and Ling 3.0 Tiny are notable because they activate ~1B parameters/token, enabling sub-6-second responses on phone hardware. The evaluation also makes explicit that many âsmartâ reasoning models are poorly matched to mobile memory and latency constraints.
-
Inference vendors are competing on agent-specific throughput, not just raw TPS: NVIDIAâs Groq 3 LPX was described as adding a dedicated token-generation accelerator to Vera Rubin, with a claimed 3,400 output tokens/s on Gemma 4 31B at 100K context in Artificial Analysis benchmarking (summary via @kimmonismus); Groq said it will be among the first to deploy it in production (announcement). Separately, vLLM published extensive AgentX 1.0 results on real multi-turn coding traces, emphasizing KV offload, prefix reuse, and prefill/decode disaggregation as the keys to high agentic throughput rather than classic single-turn serving metrics (@vllm_project).
Research, Papers, and Technical Education
-
RL for LLMs and harness-native training remain hot: @cwolferesearch published a comprehensive reinforcement learning guide covering token-level vs completion-level formulations, PPO/GRPO variants, actor-critic methods, rubric-based RL, and agentic RL/world modeling. This coincides with growing attention on âharness-nativeâ RL and agent environments, reflected in paper roundups like @TheTuringPost and discussion of papers such as Agent Lightning, LEGO-RL, EnvHarness, and SkillGate.
-
Other notable research threads: Meta/USCâs Periodic Row-wise Muon extends Muon optimization to larger diffusion transformers by amortizing expensive NewtonâSchulz updates while keeping gains over AdamW (summary via @iScienceLuvr); Adobeâs Latent Dynamics Reasoning learns extrapolative video world models from pixels by modeling latent state evolution instead of direct future prediction (paper via @_akhaliq, authorsâ note); and Cartwheel reported compute-optimal scaling laws for human motion generation, arguing motion may become the fifth modality with Chinchilla-like scaling behavior (launch).
-
Educational content worth saving: @fchollet recommended chapters 15â16 of Deep Learning with Python as one of the best accessible explanations of why dot-product attention works; @ProfTomYeh posted a detailed by-hand walkthrough of self-attention; and @mervenoyann announced a new home for llama.cpp docs, with upcoming material on speculative decoding, quantization, and coding agents.
Top tweets (by engagement)
- Hands-on product/UI performance: Anthropic said long answers in Claude web/desktop now stream ~4Ă smoother, with 9Ă fewer stalls and 4.5Ă shorter worst freezes on slower laptops (announcement).
- Fast image generation UX: @samdape showed a technique to make GPT image generation draw faster.
- OpenAI research culture: @gdb amplified a post from @kundan2510 praising OpenAIâs willingness to sustain long-term bets like full-duplex models.
- Learning resources: @fchollet recommending attention chapters from Deep Learning with Python was one of the highest-signal educational posts in the set.
- Enterprise MCP: Anthropicâs enterprise-managed auth for MCP connectors was one of the most consequential platform updates for production agent deployment (announcement).
AI Reddit Recap
/r/LocalLlama + /r/localLLM Recap
1. Qwen 3.8 27B Coding and Quantization Benchmarks
-
âQwen 3.8 isnât Opus levelâ: I re-ran the test. (Activity: 911): The image (link) shows the Deepseek/pi.dev-style coding harness being used with
qwen3.8-27bin âPlanâ mode for a C#/OpenGL ocean-rendering task, supporting the postâs claim that harness quality strongly affects observed model capability. In the authorâs rerun, the same Qwen3.8 model and prompt failed under VS Code Copilot with a black screen, but succeeded under the alternate harness, reportedly using screenshot feedback and even generating a PNG decoder when vision was not enabled, producing waves, sky, sun, and underwater view in about1 houron an RTX 5090 running anninfer-nvfp4build with ~190kcontext at ~150â180 tok/s. Commenters largely agreed that the result demonstrates a large gap between âlazyâ or sandboxed coding harnesses and agentic harnesses with execution/screenshot feedback. The original critic of Qwen3.8 conceded the prior conclusion was wrong and began retesting with pi.dev, noting fewer crashes and lower RAM use than VS Code/BYOM with llama.cpp.- A key technical theme was that harness quality can dominate perceived model capability: commenters noted Qwen 3.8 apparently implemented an âon the fly PNG decoderâ and still produced working ocean shaders despite an initially misconfigured or limited execution setup. The discussion framed this as evidence that sandboxed tools like Copilot-style environments may under-represent what coding agents can do when given a proper runtime/test loop.
- The original tester reported switching from VS Code + BYOM talking to llama.cpp to pi.dev after acknowledging the earlier harness was inadequate. They observed two concrete issues in the VS Code setup: driver errors after spawning the test executable, and random VS Code crashes while llama.cpp RocM 1200 build from Lemonade SDK continued running without output errors; by contrast, pi.dev had not crashed and used noticeably less RAM.
- Several commenters compared agent harnesses such as pi.dev/OhMyPi, opencode, and local llama.cpp setups, with interest in how much autonomy the harness provides beyond a standard Claude-like chat workflow. Hardware constraints also came up: users speculated that a RTX 5090 or similar high-end local GPU setup, potentially with tools like Ninfer, could make local agentic coding workflows more viable without cloud subscriptions.
-
New qwen3.8:27b on a 39k line C to single-file HTML / three.js port (Activity: 655): A one-shot agent benchmark attempted to port a
2.1 MB/39k-line / ~600k-token single-file C procedural shooter (skill-issue) into single-file HTML/Three.js, where the source was >2Ă the available262,144token context. On RTX 6000 Pro 96GB with vLLM, FP8 weights and FP8 KV cache, Claude Code + Opus 5 produced the only âokayâ port in21 min/1759LOC, while qwen3.8:27b via hermes took4h18m/949LOC and via codehamr (repo) took1h40m/1056LOC, both judged âbad.â Commenters suggested that direct âconvert this codeâ prompts cause models to re-imagine behavior; a more reliable pipeline is to first generate a transpiler, get runnable target-language output, then iteratively rewrite function-by-function against high-level pixel comparisons or low-level register/state references. Technical debate centered on whether the poor local results were due more to prompt/harness design, missing decomposition/tests, or inference setup: multiple commenters warned that FP8 KV-cache quantization may significantly degrade long-context performance and suggested rerunning without it. Others argued the wall-clock gap is expected because Anthropic can parallelize across far more hardware, and recommended measuring vLLM tokens/sec, planning first, splitting the monolithic C file into modules, and adding behavioral tests before porting.- Several commenters argued that direct âconvert this codebaseâ prompting causes models to re-imagine the source rather than preserve behavior, even with frontier models. A suggested workflow is to first have the model help write a transpiler to the target language, then iteratively rewrite function-by-function while validating against high-level pixel comparisons or low-level register/value traces to reach pixel-perfect equivalence.
- Multiple comments questioned the inference setup, specifically FP8 KV-cache quantization, Q8, and not running the full bf16 Qwen 27B model on an RTX 6000-class GPU. The concern was that KV-cache compression/quantization could introduce severe quality issues for a long-context code-porting task, and that rerunning without FP8 KV-cache or with full bf16 would better isolate model capability from quantization artifacts.
- One technical explanation for the long runtimes was repeated KV-cache reprocessing in vLLM: if the engine releases the session cache, it may spend minutes recomputing prior context before generating any new tokens. A commenter suggested using LMCache to persist KV-cache in RAM, noting that cloud providers often avoid this latency by caching processed context across turns.
-
We quantized Qwen 3.8 27B and compared the quants on an RTX 6000 (Activity: 448): AtomicChat released Atomic Dynamic GGUF quantizations of Qwen 3.8 27B and benchmarked them on an RTX PRO 6000 using a voxel-island scene generation task in
atomic.chat, with downloads available on Hugging Face. Reported quality/speed tradeoffs vs BF16 were:AD-Q4_K_M17.1 GB,95.6%top-1,0.0113mean KLD,67 tok/s;AD-Q5_K_M20.2 GB,97.3%,0.0042,57 tok/s;AD-Q6_K25.0 GB,98.7%,0.0011,49 tok/s; andQ8_028.9 GB,98.9%,0.0006,50 tok/s. The authors found qualitative scene outputs broadly similar across quants and recommend AD-Q6_K as the conservative choice, while notingQ4was sometimes subjectively preferred. Commenters questioned whether the visual differences reflected quantization quality or sampling variance, with one noting that at roughlyâ¤0.01KLD andâĽ95%top-1, degradation should be hard to notice for this task. Another observed that theQ8_0examples looked consistently worse despite better quantitative metrics, suggesting the need for many more samples to separate sampling randomness, token-spend trends, and quant effects.- A commenter noted that Q8 appeared consistently worse in the reported results, which is counterintuitive for a higher-bit quant and may suggest benchmark noise, calibration issues, or an implementation-specific artifact rather than expected quantization behavior.
- One technical interpretation argued that at roughly
KLD <= 0.01andtop-1 >= 95%, quantized outputs should show little noticeable degradation in generation-style evaluations. Under that lens, the observed differences between quant levels were likely dominated by sampling randomness from temperature, and the Q4 quantization looked âgood enoughâ for the demonstrated tasks. - There was interest in measuring whether different quantizations affect token spending/output length, but commenters noted that the visible variance in the examples would require many more samples to identify a reliable trend.
-
I Unlocked a $800 Mining GPU into a 64GB, 256K-Context Uncensored AI Coding Server at 84 tok/s across full context length. (Activity: 404): The post describes converting a used NVIDIA CMP 170HX / GA100 mining card into a
64GBHBM long-context inference GPU by patching NVIDIA open kernel modules withamoghmunikote/cmpunlockerat commitfe537966, exposing65,536 MiBframebuffer/BAR1 and full compute while still limited to PCIe Gen2. The endpoint runstwolven/Qwen3.8-27B-abliterated-AWQ-MTP, derived fromJonathanColetti/Qwen3.8-27B-Uncensored, as a text-only W4A16 AWQ/Marlin model with INT8lm_head/MTP drafter, BF16 KV cache, FlashInfer attention, prefix caching, MTP1 speculative decoding, no CPU offload, and262,144native context under vLLM0.27.1. Reported decode-only throughput on one card at a conservative175Wcap was84.29 tok/sat1K,74.94 tok/sat64K, and57.21 tok/sat200K; key negative findings were that INT8 KV collapsed to ~15 tok/snear62K, FlashAttention fell to10.53 tok/sat200K, deeper MTP hurt, and prefix caching reduced repeated ~200Kprefill from ~157sto ~2.5swhen prefixes were stable. Top comments focused less on the implementation and more on market availability: users questioned where a CMP 170HX could be found for$800, noting prices had likely spiked after visibility of the post. One commenter asked for idle power draw, but no technical answer was included in the provided comments.- Several commenters focused on hardware availability and reproducibility: the claimed
$800price for an NVIDIA CMP 170HX was challenged, with one user asking where to buy units at that price and another noting that prices appeared to have spiked after the writeup. This matters because the economics of using mining GPUs as AI inference servers depend heavily on secondary-market pricing rather than just raw performance. - A technically relevant missing metric was idle power draw. One commenter specifically asked for idle consumption, which is important for evaluating total cost of ownership of a repurposed mining GPU server, especially if it is intended to run continuously as a local AI coding box.
- Several commenters focused on hardware availability and reproducibility: the claimed
2. High-Memory AI Hardware and Inference Economics
-
I hosted Kimi K3 (2.8T parameters) using 8 B300s. 92 tok/s, $190 per million tokens (Activity: 416): The image is a technical comparison table for hosting Kimi K3 / Kimi K2-class 2.8T-parameter inference:
8Ă B300with vLLM + tensor parallel 8 + native MXFP4 loads~1.56 TB, achieves~92 tok/sdecode and~1sTTFT, but costs about$190 / 1M output tokens. It contrasts that with Unsloth Dynamic GGUF 1-bit UD-IQ1_S on8Ă A100-80GBvia llama.cpp, which is cheaper hourly but much slower (~9 tok/s,7â60sTTFT), yielding a worse estimated~$620 / 1M output tokensdespite fitting in594 GB; full flags/JSON are linked in the authorâs write-up. Commenters argued the per-token economics are misleading for a single-stream benchmark because real serving efficiency depends on batching/parallel users, and several said the setup should use parallel serving with NVFP4/SGLang or vLLM. One commenter also disputed the 1-bit comparison, claiming such quantization can severely degrade knowledge/capabilities even if the author observed acceptable arithmetic and prose.- Several commenters argued the reported
$190 per million tokensis misleading because large deployments only become cost-efficient under high-throughput batched inference with many concurrent users. A single-stream test on 8Ă B300s would not reflect realistic serving economics, since utilization and token/$ depend heavily on parallel request scheduling. - There was skepticism about the quality of the
1-bitquantized Kimi K3 run: one commenter claimed that 1-bit quantization can severely degrade model knowledge and capabilities, making comparisons against the original1.56 TBmodel questionable. Another suggested using NVFP4 with SGLang or vLLM for more practical parallel serving performance. - A technical issue was raised around the authorâs inference stack: commenter MikeRoz noted that recent llama.cpp support may make the Unsloth fork unnecessary after merge
26185, and questioned why âreasoning visibleâ was marked unavailable. They reported hosting K2.7 in llama.cpp using nativeQ4_Xquantization where the model still âthinks,â suggesting the observed issue may be due to a chat template or prefill configuration problem rather than llama.cpp itself.
- Several commenters argued the reported
-
âThe All Sparkâ Cluster: Upgrading from 16 - 36 DGX Sparks (Activity: 1860): The poster is expanding a homelab NVIDIA DGX Spark cluster from
16to36nodes, claiming4.6 TBof unified memory and using a200 GbpsFS switch fabric with24ĂQSFP56 DACs plus6Ă400Gâ2Ă200Gbreakout cables. Rather than serving a single monolithic inference endpoint, the cluster is partitioned into âinference modulesâ coordinated into a persistent agent via Hermes plus a custom memory sidecar, with16nodes reserved for frontier LLMs such as âKimi K3â and the remainder handling reranking, embeddings, video/image generation, and audio workloads. The stated rationale for DGX Sparks over B200/B300-class systems is homelab power/cooling constraints, sovereign/local storage requirements, unified-memory scaling value, resale liquidity, and planned complementarity with2RTX 6000 Pro systems plus possible future Mac Studio/M5 Ultra disaggregated inference experiments. Top comments were mostly non-technical reactions to the scale and cost, estimating the setup at roughly$150kand joking that this is an extreme hobbyist build. One comment thread implied the owner has unusually high resources, referencing a prior claim of owning a biochemistry company in Silicon Valley.- Commenters estimate the expanded 36-node DGX Spark setup represents roughly
$150kof hardware, implying a significant prosumer/private AI compute cluster rather than a typical hobby build. - One commenter notes they run DeepSeek locally on
2DGX Sparks, providing a small comparative datapoint against the postâs upgrade from16to36DGX Sparks.
- Commenters estimate the expanded 36-node DGX Spark setup represents roughly
-
Xiaomi AI Cube announced with 1.2TB/s memory bandwidth (Activity: 2080): Xiaomi announced a prototype AI Cube built around a 3-chip system:
Xuanjie O3,Xuanjie O100, andXuanjie D100, with headline claimed memory bandwidth of1.22 TB/sper ITHome. The post notes an architectural ambiguity: the D100âapparently derived from Xiaomiâs EV compute platformâsupports up to160 GBRAM, while the1.22 TB/sbandwidth appears associated with O100, raising the possibility that the figure refers to on-chip SRAM/cache bandwidth rather than external DRAM/HBM bandwidth. Commenters framed this as useful new competition in AI silicon, especially given rising NVIDIA AI-server pricing and high HBM costs. One technical observation was that modern EV compute platforms already ship with unusually large LPDDR5 memory poolsâe.g. Xiaomi D100 up to160 GB, Xpeng Tuling up to216 GBacross 3 chipsâmaking cars potentially among consumersâ largest AI-inference-ready memory devices.- Commenters noted that automotive AI platforms may already rival small AI workstations in inference-ready memory capacity, citing Xiaomi D100 with up to
160GBRAM and Xpeng Tuling with up to216GBacross a 3-chip cluster, typically using LPDDR5 similar to Nvidia DGX Spark-style unified-memory designs. - There was interest in benchmarking Xiaomi AI Cube against Nvidia DGX Spark and Apple Mac Studio M3 Ultra with
256GBunified memory, especially given the AI Cubeâs advertised1.2TB/smemory bandwidth. The technical question is whether Xiaomiâs silicon can provide competitive local inference throughput and memory capacity versus established unified-memory AI/dev workstation options.
- Commenters noted that automotive AI platforms may already rival small AI workstations in inference-ready memory capacity, citing Xiaomi D100 with up to
3. Efficient LLM Architectures and Tiny Runtimes
-
[Paper] ToMoE: Converting Dense Large Language Models to Mixture-of-Experts through Dynamic Structural Pruning (Activity: 253): ToMoE proposes converting dense LLMs into MoE-style models by applying differentiable dynamic structural pruning to MLP layers, reducing active parameters while retaining the original weights rather than permanently deleting structures (arXiv, PDF, GitHub, OpenReview). The paper claims that, even without fine-tuning, ToMoE outperforms prior structural pruning methods across dense model families including Phi-2, LLaMA-2, LLaMA-3, and Qwen-2.5, by enforcing a fixed active-parameter budget through MoE routing rather than destructive pruning. Commenters caution that ToMoE-style âMoEficationâ is unlikely to turn a dense Qwen 27B into a true
A3Bactive-parameter MoE; one technical estimate suggests something closer toA16Bwith noticeable quality degradation, still inferior to training an MoE architecture from scratch.- A commenter notes that ToMoE-style post-hoc MoE conversion is unlikely to achieve a very sparse âQwen 3.8 27B A3Bâ equivalent; they expect something closer to
27Btotal /A16Bactive parameters, with measurable quality degradation. The key technical point is that dynamic structural pruning may improve over earlier dense-to-MoE conversions, but is still viewed as inferior to training a MoE architecture directly from scratch.
- A commenter notes that ToMoE-style post-hoc MoE conversion is unlikely to achieve a very sparse âQwen 3.8 27B A3Bâ equivalent; they expect something closer to
-
I developed my own quantized LLM from scratch, trained on 30B tokens, deploys in 60 MB (Activity: 362): The author released SHADOW-250M, a from-scratch
250M-parameter LLM trained on30BFineWeb tokens, quantized to <2 bits for a ~60 MBdeployment using ~80 MBRAM and a small compiled CPU runtime reportedly achieving ~400 tok/son a laptop (GitHub, Hugging Face). Reported held-out English web LM metrics are3.15nats/token cross-entropy,23.3perplexity, and0.99bits/byte; the model uses a2048-token fp16 KV cache plus an older-history disk archive compressed to ~320 bytes/token, with retrieval demonstrated at50.6Mtokens deep but explicitly not trained for long-range reasoning. The tokenizer/embedding scheme uses fixed512-bittoken codes for131ktokens with no trained embedding table, occupying8.4 MB, and reportedly scores0.619Spearman on WordSim-353 vs0.029for random codes. Comments were mostly interested in edge deployments such as game NPC dialogue or low-latency voice-assistant frontends, and some praised the archive/retrieval and embedding design. The main technical objection was that calling this a100M-token context model is misleading: critics argue the actual transformer context is2k, while the long-history feature is a disk-backed search/extraction pipeline rather than native attention over a huge context.- A commenter challenged the headline claim of a â100 million context windowâ, arguing it conflates true transformer context with a disk-backed retrieval/search pipeline. They note the actual model context is reportedly only
2k, while the README describes a separate archive where the model âfinds facts and reads them back.â - There was interest in interoperability via a
GGUFexport, with one commenter objecting to models that require a custom runtime. This reflects a practical deployment concern: compatibility with existing local inference stacks such as llama.cpp-style tooling rather than bespoke execution paths. - One technical highlight called out was the reported performance: a
250Mparameter quantized model running at roughly~400 tok/son a normal CPU while using only~80 MBRAM. If accurate, commenters viewed this as notable for low-latency local use cases such as game NPC dialogue or voice-assistant frontends.
- A commenter challenged the headline claim of a â100 million context windowâ, arguing it conflates true transformer context with a disk-backed retrieval/search pipeline. They note the actual model context is reportedly only
Less Technical AI Subreddit Recap
/r/Singularity, /r/Oobabooga, /r/MachineLearning, /r/OpenAI, /r/ClaudeAI, /r/StableDiffusion, /r/ChatGPT, /r/ChatGPTCoding, /r/aivideo, /r/aivideo
1. Claude Code Builds and Usage Limits
-
Indeed laid off my pregnant wife, so I built a job search competitor with Claude. It just got its first three people hired. (Activity: 1392): A founder reports building Dreamwork, a job-search competitor to Indeed, largely with Claude Code after Indeed laid off his pregnant wife. The product claims
4,300+authenticated users,91paying users,3hires in its first 4 weeks of paid applications,1,100+merged PRs, and an ingestion pipeline processing ~15,000employer career-page listings/day with classification, enrichment, embeddings, semantic matching, and email alerts; an upcoming âAutopilotâ agent is described as reading ATS pages such as Workday, Greenhouse, and Lever and filling applications without a Chrome extension. The post notes that traffic volume âcrashed the matching engine,â with a fix pending. Commentary was mostly non-technical: users framed the project as âRevenge Vibe-Codingâ, noted having seen it previously on r/sideproject, and expressed frustration with modern job applications and low response rates.- A commenter raised a practical LLM-product concern: if many applicants feed the same job description into Claude or similar models, generated cover letters may converge stylistically and appear AI-written. They described their own Claude skill that conditions applications on both work history and personal idiolect so the output sounds like the applicant, asking whether the product uses comparable personalization or whether employers simply do not penalize AI-generated cover letters in practice.
-
What I Built with Claude - sweet potatoes (Activity: 2444): The image shows crates of harvested sweet potatoes, serving as the physical outcome of an AI-assisted growing season rather than a conventional software demo. OP says they used Claude to plan a greenhouse, learn terminal basics, set up sensors, build a weather-data harness, generate watering/fertilizer recommendations, manage spreadsheets, cron jobs, small tracking apps, and data analysisâan applied example of LLM-assisted agriculture/DIY automation. Comments framed this as a more meaningful Claude use case than typical coding demos, with one joking about benchmarking models via a âSweet Potato Index.â The image is non-meme agricultural evidence of the projectâs result, though the thread includes light humor.
-
Yeah, feels like somethingâs wrong. (Activity: 829): The image (PNG) shows Anthropic Claude Max 20x plan usage limits where the current
5-hoursession is only3%used, but weekly usage is already at47%for âAll modelsâ and93%for âFable,â despite a notice that weekly limits are temporarily boosted by50%through Aug. 31. The post argues this contradicts expectations that â20xâ plus the boost should imply roughly30xcapacity, but a commenter clarifies that 20x applies to the 5-hour session limit, not proportional weekly usage, claiming weekly usage is only about1.6xthe 5x plan, or2.4xwith the temporary boost. Commenters report similar apparent rate-limit exhaustion, including one 5x user claiming they burned through a 5-hour window in32 minutes. The thread is largely critical of Anthropicâs limit transparency, with accusations that the plan labeling is misleading or that Anthropic is âlying.â- Users report anomalous Claude usage-limit accounting: one
5xplan user claims their5-hourquota was exhausted in32 minutes, while a20xuser reports hitting the limit after two days of extensive but non-parallel use. Another commenter clarifies that20xappears to mean 20Ă usage within a 5-hour session, not 20Ă weekly quota; they estimate weekly usage is only about1.6Ălarger than the5xplan, so a50%weekly bonus would translate to roughly2.4Ăweekly usage rather than the expected30Ă. - A detailed report suggests a possible caching or context-window accounting regression starting around the 19th, coinciding with reported changes to usage limits and a Claude Code
50%usage-limit bonus extension. The user says comparable large-context prompts that previously consumed about~0.30%of a 5-hour limit now consume20â50%per prompt on a Pro account using Opus 4.6, medium effort, extended thinking enabled, cross-chat memory disabled; similar behavior reportedly appeared when testing Opus 5.0. They also note that trivial prompts in brand-new chats, e.g. âwrite a 3 word sentence,â still consume the expected pre-change amount, implying the issue may be tied to larger retained contexts rather than all requests.
- Users report anomalous Claude usage-limit accounting: one
2. Qwen and MiniMax Hands-On Capability Tests
-
I gave Qwen 3.8 27B a reverse-engineering job I assumed needed a frontier model, and it finished in 30 minutes (Activity: 736): The post reports that Qwen 3.8 27B completed a reverse-engineering task the author expected would require a frontier model, finishing in roughly
30 minutes. Commenters highlight RE as a strong LLM use case because the binary/software being analyzed effectively contains the full target spec and provides a built-in validation oracle for outputs; one user reports using an abliterated Qwen variant alongside DeepSeek-V4-Pro and headless Ghidra for automated software cracking. Commenters were broadly positive on Qwenâs RE capability, but one noted a regression/limitation in Qwen 3.6, saying it would âforget how to use toolsâ after only about1/4of its context was consumed.- Several commenters framed reverse engineering as a strong LLM use case because the target binary effectively acts as a complete specification: the model can infer intent from the artifact, while validation can be done by comparing behavior or output against the original. This makes RE unusually well-scoped compared with open-ended coding tasks, since âthe thing youâre REing itself provides the complete spec for the AIâs output.â
- One user reported using an abliterated Qwen 3.8 27B variant together with DeepSeek-V4-Pro and headless Ghidra for automated reverse engineering, claiming the setup can âcrack softwareâ reliably. Another contrasted this with Qwen 3.6, saying it degraded tool use after roughly
1/4of its context window, suggesting practical RE performance may depend heavily on long-context tool-use stability. - A commenter described using 0x Alpha compute credits to reverse engineer the old 8088 version of Elite, running the model for about half a day to generate a fully documented, fully labeled assembler listing. They claimed the output could be recompiled into a byte-exact binary, which is a strong technical validation criterion for decompilation/disassembly quality.
-
Fixed my trauma with Minimax h3 local (Activity: 707): The post reports running MiniMax Hailuo/H3 locally for video generation, using a latent upscaler with
resolution=0.3to achieve roughly20 sgeneration time on an RTX 4090. No workflow details, model weights, sampler/settings, VRAM usage, or reproducible benchmark methodology were provided. Top comments were mostly qualitative: one complained that the audio was harsh, and another suggested a different prompt/theme, *âYoung Luke Skywalker⌠the swamp training part.â- A commenter critiqued the Minimax H3 local output quality, noting that even in a short
20sclip the generation artifacts were obvious: visuals had a âplastic lookâ and the audio was described as poor/harsh. This is the only substantive technical feedback in the thread, pointing to perceptual issues in both rendering realism and audio generation/mixing.
- A commenter critiqued the Minimax H3 local output quality, noting that even in a short
3. Embodied Robotics: Ping-Pong and Drone Systems
-
Robot plays ping pong with Ding Ning (2016 Olympic champion) (Activity: 690): A robotics demo shows a robot rallying table tennis with Ding Ning, the 2016 Olympic singles champion, with the poster noting two technically interesting behaviors: alternating forehand/backhand returns and apparent robustness to paddle pose variation after the paddle is placed in the robot hand. The poster infers the policy likely generalizes over a range of end-effector/paddle orientations, which is critical in table tennis because small paddle-angle errors can drastically change ball trajectory and landing location. Top comments were mostly nontechnical: one commenter thought Ding Ning was holding back, while others reacted humorously or expressed surprise at the large live audience for the demo.
-
An unusual parade was held in Kyiv. It featured ground-based robotic systems, maritime drones, and aerial drones (Activity: 799): A Kyiv parade reportedly showcased uncrewed military systems across domains: ground-based robotic platforms, maritime drones/USVs, and aerial UAVsâreflecting Ukraineâs increasingly integrated use of low-cost autonomous/remote systems in the war. The post frames the display as âSkynet,â but provides no model names, specifications, payload details, autonomy levels, or performance data. Top comments debate whether cheap drones/robots improve asymmetric deterrence by letting a weaker state impose high costs on a stronger invader. Others express concern about escalation/autonomous warfare and cynicism that the military-industrial sector benefits from prolonging the conflict.
- Commenters framed the parade as evidence of a shift toward asymmetric unmanned warfare, where relatively cheap ground robots, maritime drones, and aerial drones can impose high costs on a larger conventional aggressor. The technical implication discussed is that low-cost robotic systems may reduce the payoff of invasion by threatening expensive armor, ships, logistics, and fixed infrastructure.
- Several comments argued that Ukraineâs wartime iteration on drones could position it as a major postwar defense-technology exporter, especially given its prewar aerospace and rocketry base. The point was that battlefield-tested systems and rapid production feedback loops may give Ukraine an advantage in unmanned systems development compared with traditional weapons manufacturers.
- One commenter contrasted Ukraineâs earlier reliance on tanks and armored vehicles with the current emphasis on robotic systems, suggesting a visible doctrinal transition from conventional armor-centric equipment toward distributed unmanned platforms across land, sea, and air domains.