CodeWithLLM-Updates
-

Open-source skills for controlling AI
https://github.com/mattpocock/skills
These Skills turn AI from an “improvising assistant” into a controlled engineering tool. They solve real pain points of working with AI: reduce chaos and hallucinations, save tokens, scale well, and increase predictability. LLMs quickly “get dumber” due to attention degradation in long sessions, so the approach deliberately breaks work into smaller pieces, preserves what is already understood, and passes context through documents instead of keeping everything in one long session.

Knowledge is transferred via CONTEXT.md and ADRs — the agent and the team speak the same language. Skills must be invoked manually (this is by design) and require some setup time. They work best with strong models + a solid agent harness (Claude Code, etc.). The biggest gains come on medium and large tasks where quality, reproducibility, and control over context matter.

Matt Pocock’s video is a practical tutorial on his popular open-source skills repository. He shows the full cycle of working with AI agents (Claude Code and others) for real engineering.

https://www.youtube.com/watch?v=M6mYodf0dJM

It covers installation and repository setup (/setup-matt-pocock-skills) — choosing an issue tracker (GitHub, Linear, local markdown files, etc.), triage labels, and domain documentation (CONTEXT.md + ADRs).

Core workflow:

  • Ask Matt — a router that suggests where to start.
  • Grill with docs — a deep agent interview that sharpens the idea, explores the code, and updates domain documentation.
  • To-spec — compresses the conversation into a detailed spec (problem statement, user stories, implementation/testing decisions).
  • To-tickets — breaks the spec into vertical “tracer-bullet” tickets (each fits inside the ~100–140k token “smart zone”).
  • Implement + code-review — implementation with TDD elements and review.

Demonstrated via a refactoring / legacy-cleanup example: Grill with docs → the agent explores the namespace, asks 6–20 questions → shared plan → to-spec → to-tickets or implement (if it fits in the smart zone).

For several months now, new models have been able to operate autonomously for hours and generate rather complex projects.

AI is Burning Money
https://www.tomshardware.com/tech-industry/artificial-intelligence/amazon-accidentally-spent-usd1-8-million-using-claude-for-menial-coding-task-went-860-percent-over-budget-catastrophically-expensive-coding-blunders-discovered-in-internal-amazon-ai-usage-metrics
Amazon accidentally spent $1.8 million on Claude Sonnet for a simple task (matching authors with products). The budget was exceeded by 860%, the error went unnoticed for 5 months, and the project was never launched. A bug like this, which previously would have cost pennies, now burns hundreds of thousands of dollars due to token-based pricing. Naturally, no refunds are provided—the riches go to the providers, who tempt users in their advertisements to deploy more and more autonomous agents.

Software Continues to Degrade
https://ptrchm.com/posts/nothing-works-and-everyone-is-euphoric/
The author ironically describes the current wave of AI enthusiasm as a form of mass psychosis. We are constantly promised that artificial intelligence will radically boost productivity, automate programming, and deliver higher-quality software. But if code generation is practically a solved problem, why does the software around us continue to get worse?

Updates spark anxiety, user interfaces degrade, and bugs multiply—a banking app that constantly requires re-authorization; Slack stealing window focus; the LG website where the warranty claim form breaks at the very last step; or an in-car multimedia system that became even less reliable after an update, even compromising safe driving.

The problem is not a lack of tools. The teams building these major products almost certainly have access to the most advanced AI models. This text is not an anti-AI manifesto. On the contrary, the author believes AI grants developers extraordinary capabilities—allowing small teams to build high-quality, simple, and reliable products that were previously beyond their reach.

Discussion
https://news.ycombinator.com/item?id=49033004
A massive discussion on HN with nearly 700 comments. Users overwhelmingly confirm: software updates now bring anxiety rather than joy. AI has not made mainstream software better—it has simply accelerated the production of mediocre code and fostered irresponsibility ("the AI generated it, not us").

The Test/Reality Gap
https://www.devopsdigest.com/are-ai-coding-tools-hitting-a-ceiling
BlueOptima conducted the BARE (AI Refactoring Evaluation) study, testing 57 models on real-world tasks aimed at improving maintainability (refactoring production code, reducing complexity, and improving structure without changing behavior).

Conclusion: Models are increasingly passing syntactic code checks (> 80%), but they are almost incapable of making changes that actually improve code maintainability. There is also an interesting finding about a plateau: the latest releases of frontier models show almost no improvement on these tasks (stuck in the 17–23% range).

AI is for Prototypes
https://weeraman.com/the-prototype-isnt-the-product/
https://news.ycombinator.com/item?id=49132130
AI is excellent at rapid prototyping, but a prototype ≠ a product. The actual distance from "works on my laptop" to a production-ready system has barely shrunk: architecture, scaling, error handling, security, and maintenance still require the engineering judgment of responsible individuals. Without a deep understanding of the code, an AI-generated project cannot transition from the prototype stage to a stable product.

New model announcements focus precisely on the output code becoming increasingly better and free of bugs—allowing models to generate more code for longer periods while passing all checks. However, does this translate to a better understanding of the actual work of a software engineer?

Google has strengthened its Flash lineup, DeepSeek has officially released V4 Flash with significantly improved agentic capabilities, Meta has entered the code-agent space with Muse, and Alibaba has updated Qwen Max.

Gemini 3.6 Flash and 3.5 Flash Cyber Updates
https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-6-flash-3-5-flash-lite-3-5-flash-cyber/
Gemini 3.5 Flash Cyber is now available as a specialized model for cybersecurity (vulnerability search, validation, and patching), currently restricted to governments and trusted partners. The full Gemini 3.5 Pro is still undergoing closed testing.

Meanwhile, Gemini 3.6 Flash is now the main "workhorse" model. It shows improved code generation (sometimes outperforming Gemini 3.1 Pro) and handles multimodal tasks while consuming 17% fewer output tokens (according to Artificial Analysis). On certain benchmarks, like DeepSWE, token savings reach up to 65%.

DeepSeek V4 Flash 0731
https://api-docs.deepseek.com/updates/#date-2026-07-31
https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731
https://arcprize.org/results/deepseek-v4-flash-0731
This is the official release (replacing the preview) of the model from DeepSeek, featuring 284–304B total parameters (13B active) and a 1M context window. It is currently in public beta via API, with open weights (MIT license). Similar to Google's updates, its agentic capabilities have been significantly enhanced; the Flash model now outperforms DeepSeek's own V4-Pro Preview on most agentic benchmarks, despite its smaller size and lower cost.

An update to DeepSeek-V4-Pro is also promised. The model is adapted for Codex and the Responses API, but currently, only deepseek-v4-flash is configurable, with support for deepseek-v4-pro expected soon. The company has announced an upcoming API price increase (as current rates are exceptionally low), but the model itself remains open for download.

Discussion
https://news.ycombinator.com/item?id=49214008
Discussions highlight how the model's low cost combined with high performance opens up new, previously cost-prohibitive use cases. Some users are already running it on rented GPUs (such as RTX 6000, MI300X, etc.). One user running 5–6 active sessions (effectively 12 threads) reports spending less than $5 per day.

DeepSeek-Centric AI Agent
https://reasonix.io/
https://github.com/esengine/deepseek-reasonix
Reasonix is a local agent (a single Go binary with no dependencies, under the MIT license) optimized specifically for DeepSeek with a cache-first loop. The project focuses on enabling Reasonix to handle long autonomous tasks without losing user control. It can be operated via the terminal, desktop application, browser, or directly in the editor via ACP, with all sessions shared.

Reasonix first outlines its work plan and then requests permission at each step for reading, writing, or executing commands. Each "move" is saved as a checkpoint outside of Git, meaning that even after several hours of operation, any change can be rolled back without affecting the commit history. The agent can be easily extended using MCP servers and custom skills.

Muse Spark 1.2 and Code
https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2
https://dev.meta.ai/
Meta is also entering the code assistant space. Muse Spark 1.2 is a model update fine-tuned specifically for coding and utilizing their proprietary Muse Code harness. It features improvements in code generation, debugging, understanding of large repositories, and long-horizon tasks.

Muse Code is currently in beta as a terminal-based code agent (supporting macOS/Linux, without Windows support). It features asynchronous background agents, planning modes (/plan, /grill, /goal), persistent sub-agents, and an event log for safe resumption of long sessions. The model is available via Muse Code and the Meta Model API (which includes a cheaper contributor tier that utilizes data sharing).

https://www.youtube.com/watch?v=c-V4MrY03Mc

The author of https://aicodingdaily.com/leaderboard tested Muse Spark 1.2 on 15 coding prompts (5 prompts × 3 projects: Flutter/Dart, mobile-to-API data synchronization, and CSV import in PHP). This test was conducted via Open Code and OpenRouter rather than Muse Code, measuring speed and real-world cost. The model proved to be quite slow and relatively expensive for the results achieved. The author notes that significantly better options are available at this price point, such as DeepSeek V4 Flash (even after the planned price increase) and Grok 4.5.

Qwen 3.8 Max
https://artificialanalysis.ai/models/qwen3-8-max
Alibaba's new flagship model (2.4T MoE). It initially secured top rankings (1st–2nd place) on the Artificial Analysis Intelligence Index, but dropped to 9th place, below Kimi K3, following a benchmark methodology update. The model tends to be highly verbose (generating many tokens). Open weights are expected to be released soon.

Notably, running such a massive open model locally is impractical for average users, which is why many are currently relying on the smaller Qwen 3.5 and Qwen 3.6 models.

A week of minor updates: Grok 4.6, Gemini 3.7 Flash, DeepSeek V4-Pro 0813, GLM-5.3, Qwen 3.8 27B, MAI-Code 1.1 Flash, and Muse Glimmer—all have improved code generation capabilities without changes to their underlying architecture.

Grok 4.6
https://x.ai/news/grok-4-6
On August 12, xAI released a post-training-only update based on the same ≈1.5T base as Grok 4.5. Regarding code generation, it achieved the 1 public result on FrontierCode v1.1 Extended (61.3%), APEX-SWE (56.4%), and saw CursorBench v3.2 rise from 66.7% to 69.9%. The key improvement is that the model now autonomously tests and verifies its code during long agentic sessions, requiring significantly fewer redundant steps (≈53 steps compared to ≈103 for Claude Opus 5).

The weak point remains terminal performance (Terminal-Bench 3.0 score is only 26%). Elon Musk mentioned that Grok 4.7 is just a few weeks away. These updates are steadily pushing the model higher in the Artificial Analysis rankings, bringing it closer to top-tier models.

DeepSeek V4-Pro 0813
https://api-docs.deepseek.com/updates/
On August 13, the Pro tier received the same agentic post-training update previously introduced in V4-Flash 0731. This is a full production release rather than a preview. Operationally, they added support for the OpenAI Responses API, a one-click Codex setup, and reasoning level controls (low/high/max). The weights for the 0813 version have not been published.

Gemini 3.7 Flash
https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-flash/
Released by Google on August 13, just three weeks after 3.6 Flash. This update represents the largest leap for the Flash lineup in coding tasks: DeepSWE v1.1 improved from 49.0% to 65.3% (according to benchmarks), and FrontierCode 1.1 Main rose from 34.4% to 43.6%. In Google's comparisons, it outperforms Claude Sonnet 5 and GPT-5.6 Terra. Additionally, it is nearly twice as cheap at launch ($0.75/$3.75 per million tokens until the end of 2026) and features a 1M context window.

GLM-5.3
https://z.ai/blog/glm-5.3
Released by Z.ai on August 14. Built on the same 743B base as GLM-5.2, all improvements stem from post-training (IndexShare + SAO). Coding performance: +50% on the internal Z.ai Code Bench, Terminal-Bench 3.0 at 28.3% (the best score among open-weight models, compared to GLM-5.2's 4.6%), and DeepSWE 1.1 at 66.9%. Reports indicate that its cybersecurity capabilities (CyberGym 84.5%, ExploitBench up from 24.4% to 54.4%) increased so significantly that the weights release was delayed by two weeks for safety reviews. Currently, it is only available via GLM Coding Plan and ZCode.


Qwen 3.8 27B
https://huggingface.co/Qwen/Qwen3.8-27B
Released by Alibaba on August 14, this is a dense multimodal 27B model under the Apache 2.0 license—distilled from the flagship Qwen3.8 Max for local deployment. All benchmarks show a noticeable improvement over Qwen3.6-27B, as expected. It features a native context window of 262K (expandable to 1M via YaRN) and runs on standard high-end GPUs and Ryzen AI Max.

MAI-Code 1.1 Flash
https://microsoft.ai/models/mai-code-1-flash/
https://github.blog/changelog/2026-08-11-mai-code-1-1-flash-available-in-github-copilot/
Microsoft updated its small coding model (an MoE with ≈5B active parameters) on August 11 and launched it in GitHub Copilot. Developed in response to developer feedback, the update delivers a +22% improvement on Terminal-Bench 2.1, +15% on .NET, and adds native vision capabilities (supporting screenshots and diagrams). For routine light tasks, other efficiency metrics are even more notable: it is 25% more token-efficient and four times cheaper (73% lower list price than version 1.0), trained from scratch on a clean enterprise dataset without distillation.

Muse Glimmer
https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
On August 10, Meta released its first open-weights model in 16 months (since Llama 4)—a 30B model under the Apache 2.0 license. This is a distillation of the proprietary Muse Spark, designed for local deployment on a single consumer GPU (4-bit quantization requires ≈17GB VRAM). In coding, it leads its class in agentic tasks but falls short of Qwen3.6-27B (which has already been succeeded by 3.8). Notably, Mark Zuckerberg also promised to eventually open-source the weights for the more powerful Muse Spark 1.2.

Vercel and Slack are also entering the coding tools market.

fx — a tiny native code agent
https://fx.sh/
https://github.com/vercel-labs/fx
fx — Vercel Labs' answer to bloated agentic TUIs — is for now an experimental CLI harness written in Zig: a 6–8 MB binary, microsecond startup, minimal system prompt, and a UI closer to a Unix shell than an "IDE in the terminal." Licensed under Apache-2.0. Includes a Wasm build (live demo directly in the browser), skills, MCP, subagents, and ACP for editors.

Models are routed via Vercel AI Gateway or via Codex (fx login codex) or Grok (fx login grok) subscriptions; the current default in the demo is glm-5.2. Currently at v0.0.5 — "use at your own risk."

Slack Code: Agentic Coding for Teams
https://www.salesforce.com/introducing-slack-code/
Salesforce is launching Slack Code — dedicated code channels inside Slack where you can tag a code agent (Claude, Devin, GitHub Copilot, ChatGPT, Vercel agents) and collaboratively review diffs, previews, and approve work without leaving chat. It features an Agents tab and "Add to Slack" for agents from Lovable, n8n, LangChain, and others. At launch, it works with partner agents and is available on any Slack plan — but requires separate access to each agent.

The idea is straightforward: currently, the human-agent conversation happens in a private tab, the team doesn't see it, and context is lost. In Slack Code, a channel is created per task and archived when no longer needed, with history preserved as a log. They demo a workflow where a PM tags an agent on a bug directly, and an engineer only needs to review the diff and approve the PR.

Proliferate: Open-Source IDE for Multiple Agents
https://github.com/proliferate-ai/proliferate/releases
https://proliferate.com/
Proliferate is an attempt to assemble a team of agents with branch isolation and shared review. The project is open-source (AGPL-3.0) and runs multiple native harnesses in parallel within a single workspace: Claude Code, Codex, OpenCode, Cursor, Grok. Each task is a separate git worktree (or a cloud sandbox that stays alive when the laptop is closed) with subagents, shared MCP/skills, and beta workflows (nightly reviews, CI triage, dependency bumps).

jcode for Concurrent Agent Collaboration
https://jcode.sh/
https://github.com/1jehuang/jcode
https://www.ycombinator.com/companies/jcode
jcode is an open-source (MIT) terminal agent written in Rust by Jeremy Huang, Y Combinator. The project's mission is to parallelize dozens of tasks simultaneously. Its key differentiator is ultra-low memory overhead: per project benchmarks, 10.4 MB per additional session vs. 212.7 MB in Claude Code — so 10 jcode sessions consume less than half the memory of a single Claude Code instance.

The TUI remains fully featured with support for images, LaTeX/math, diagrams/Mermaid, live progress for background tasks, swarm mode with file-conflict notifications, and inter-agent messaging.

Orca by Stably
https://onorca.dev/
https://github.com/stablyai/orca
Orca is a standalone open-source ADE (Agent Development Environment, MIT). It's a desktop IDE for parallel agents: each task gets its own git worktree + dedicated terminal (Ghostty-inspired) + browser — you can run Claude Code, Codex, OpenCode, Cursor side-by-side, with mobile companions and Orca CLI included.

https://www.youtube.com/watch?v=vZUUHMCBoQg

Practical value comes from the Workspace Board for distributing tasks across agents and a unified Diff Review for reviewing/merging without jumping between branches, plus built-in Chromium with Design Mode (DOM inspection → copy markup to agent for targeted layout fixes), tab splits, integrated editor, and git-workflow automation (worktree creation via Cmd+N + setup script pnpm install, staging/commits/PRs).

Changes in model availability. OpenAI cuts off Cursor following its SpaceX acquisition.

OpenAI Terminates Contract with Cursor!
https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex/
https://cursor.com/blog/joining-spacex
On August 14, Cursor (Anysphere) officially became part of SpaceX — an all-stock deal valued at ≈$60B, granting access to the Colossus GPU infrastructure for model training. On August 28, OpenAI notified SpaceX that it intends to wind down its contract providing OpenAI models to Cursor, with a shutoff date of November 12, 2026 — the maximum notice permitted under their custom agreement.

The decision is framed around distrust: OpenAI stated it cannot be confident that SpaceX will comply with its Terms of Service, citing Twitter's contract violations (now part of SpaceX) following Musk's takeover and Musk admitting under oath earlier this year that xAI distilled OpenAI's data for training. They also cited a heightened level of accountability required for the upcoming Astra model — meaning Cursor will not receive future models as part of its subscription, though BYOK via personal API keys remains available.

Discussion
https://news.ycombinator.com/item?id=49486172
Cursor was once primarily valued as a polished wrapper around top-tier models from OpenAI and Anthropic, but is now turning into a distribution platform for Musk's Grok. Many argue SpaceX paid not for the IDE, but for billions of developer prompts and codebase contexts for model training. Developers are wondering whether Anthropic will follow suit and ban Cursor as well. Cursor's founder tweeted that OpenAI models represent only ≈5% of total traffic, though comments pointed out that OpenAI models account for a much higher share of revenue. Some developers are already looking to migrate — to JetBrains, Zed, OpenCode, Codex — unwilling to lose the ability to switch between Sol/Terra for planning and Composer/Claude for implementation.

Free DeepSeek Flash Disappears from OpenCode Zen
Users noticed that deepseek-v4-flash-free disappeared from the free OpenCode Zen gateway; for those connected via API, it began throwing "401 No payment method. Add a payment method here" — the model many (myself included) relied on for 100% free, high-quality code generation over recent weeks. There has been no official announcement, with GitHub issues and Reddit simply reporting it as "unavailable." Meanwhile, on the official DeepSeek API itself, a new peak/off-peak pricing structure went live on August 16 (peak hours 01:00–04:00 and 06:00–10:00 UTC cost 2x more, resulting in an overall +3.5–4.7x price hike).

GLM-5.3, GLM-5.3 Flash as ox-alpha, and Qwen 3.8 Flash
https://z.ai/blog/glm-5.3
https://z.ai/blog/glm-5.3-flash
https://qwen.ai/blog?id=qwen3.8-flash-next
Z.ai released GLM-5.3 on August 14 on the same 743B base as GLM-5.2, achieved entirely via post-training. On August 26, they launched GLM-5.3 Flash on a brand-new base — an MoE with 320B total / 18B active parameters, the first open-weights frontier model with hybrid sparse+linear attention (≈4.4× smaller KV cache), native multimodality (text+images+video), 1M context window, and an MIT license. Prior to the official announcement, it was tested anonymously for a week on OpenRouter and OpenCode Zen under the alias stealth/ox-alpha — quickly becoming the most popular model of the week, matching Claude Opus 4.8 tier performance at ≈1/10th the cost.

On that same day, August 26, Alibaba rolled out Qwen3.8-Flash-Next (available in the API as Qwen3.8-Flash) — an architectural preview for the upcoming Qwen4 family: MoE with 125B total + 51B N-gram memory + 4B MTP head, activating only 6B parameters, featuring Qwen Sparse Attention across micro-blocks, gated residuals, 262K native context (extensible to 1M), multimodality, and the Qwen 1.0 license.

Voyage Code 4 — Embeddings Built for Agents
https://blog.voyageai.com/2026/08/13/voyage-code-4/
Since December 2024, voyage-code-3 has been one of Voyage's most popular models overall — a major hit among code embeddings for RAG and semantic codebase search, widely adopted by code assistants (Cursor, Continue, Cody, and others) as the underlying retrieval engine for relevant files and snippets. Today, however, the majority of retrieval queries come from autonomous agents rather than humans.

Voyage Code 4 is the new generation of the Voyage Code series, succeeding code-3 and purpose-built for agents. In practice, this means the model is significantly better at locating the right file on the first try: across 19 new agentic benchmarks (held-out repositories, NDCG@10 — higher means better retrieval accuracy), it performs roughly a third better than close competitors Cohere and Gemini, and nearly 1.5x better than OpenAI. At the same time, it remains flexible and more affordable.

Official agentic environment from DeepSeek built on the Cordis microkernel.

DeepSeek Harness (dsh)
https://github.com/deepseek-ai/deepseek-harness
https://www.deepseek.com/harness/en/
Announced on August 13 alongside the DeepSeek-V4-Pro-0813 release, the official open-source harness from DeepSeek — dsh — is powered by the Cordis microkernel. It was originally created by developer Shigma as the core engine for the Koishi chatbot framework. Later, it was spun off into an independent project (Cordiverse), with researchers from Peking University and DeepSeek formalizing its mathematical model in a paper on "spatiotemporal composability." The paper describes the ability to dynamically load, update, and unload plugins at runtime without restarting the process.

The architecture follows an "everything is a plugin" philosophy: the agent loop, tools, sandbox, and UI are all implemented as modular components with reversible effects (clean side-effect rollback upon unloading) and a shared context. It is MIT-licensed and currently in early developer preview (with potential breaking changes to the API). The repository includes tutorials for building custom extensions, and the community is already publishing additional plugins under the dsh-plugin tag.

https://www.youtube.com/watch?v=RWp5cejTApU

In a hands-on review, the author demonstrates the practical workflow inside the dsh Web UI. Key takeaways from the video:

  • Built-in Marketplace (Harness Market) — installing extensions, extra tools, and third-party model providers directly from the interface.
  • Operating Modes (Code, Minimal, Creator) — notably the Creator mode for configuring custom agent presets and inspecting runtime state.
  • Workspace Management & Live Control — organizing projects by folders, along with the ability to pause execution and adjust goals on the fly without restarting the session.

Discussion
https://news.ycombinator.com/item?id=49285244
On Hacker News, the project is discussed primarily as an example of agentic harness engineering. The main takeaway from developers is that a well-designed environment (feedback loops, context control, and tool invocations) currently yields just as much impact as upgrading the model itself.

It is also compared with Reasonix (a compact Go-based agent optimized for DeepSeek, MIT): Reasonix aims for maximum cost efficiency through stable prefix caching for long-running sessions (often less than $1–2 per task), whereas dsh serves as a more versatile, extensible, and official framework.