A March 20, 2026 Hacker News thread sent OpenCode up the charts, highlighting demand for a provider-agnostic coding agent with a TUI, built-in build/plan modes, and open deployment paths.
#coding-agents
RSS FeedA March 17, 2026 r/LocalLLaMA post about Hugging Face hf-agents reached 624 points and 78 comments at crawl time. The extension uses llmfit to detect hardware, recommends a runnable model and quant, starts llama.cpp, and launches the Pi coding agent.
A March 17, 2026 r/LocalLLaMA post with 534 points and 69 comments highlighted Hugging Face’s new hf-agents CLI extension. The tool chains llmfit, llama.cpp, and Pi so users can move from hardware detection to a running local coding agent in one command.
A March 17, 2026 Hacker News post about Get Shit Done reached 404 points and 223 comments. The project presents itself as a lightweight context-engineering and spec-driven workflow for Claude Code, Codex, Gemini CLI, Copilot, and other coding-agent runtimes.
A March 17, 2026 Hacker News post about GPT-5.4 mini and nano reached 236 points and 143 comments. OpenAI is positioning mini as a fast coding and tool-use model for Codex, the API, and ChatGPT, while nano targets cheaper classification, extraction, and subagent workloads.
A March 16, 2026 Hacker News thread pushed Mistral's Leanstral launch to 277 points and 49 comments, focusing attention on an Apache 2.0 Lean 4 model built for proof engineering rather than generic code generation.
Hacker News Pushes “Agentic Engineering” Forward as Simon Willison Defines the Coding-Agent Workflow
An HN discussion on March 16, 2026 lifted Simon Willison’s new guide chapter on “agentic engineering,” framing coding agents as systems that write and execute code in a loop while humans stay responsible for tools, scope, and verification.
A LocalLLaMA release post presents OmniCoder-9B as a Qwen3.5-9B-based coding agent fine-tuned on 425,000-plus agentic trajectories, with commenters focusing on its read-before-write behavior and usefulness at small model size.
GitHub moved Copilot’s coding agent for Jira into public preview on March 5, 2026. Teams can assign Jira Cloud issues to the agent, let it implement changes in a connected repository, open a draft pull request, and post progress back into Jira.
A fresh Hacker News thread pushed Chrome DevTools MCP back into view because it lets coding agents attach to an already running Chrome session instead of starting from a clean browser. Google’s December 11, 2025 update combines Chrome 144 remote-debugging controls with an --autoConnect flow in the MCP server, making it easier to hand an in-progress DevTools investigation to an agent.
A Hacker News thread amplified a March 12 analysis arguing that LLM coding progress looks much weaker when measured by maintainer merge decisions rather than test-passing SWE-bench scores.
OmniCoder-9B packages agent-style coding behavior into a smaller open model by training on more than 425,000 curated trajectories from real tool-using workflows.