GitHub said in a March 17, 2026 X thread that Copilot coding agent now adds model selection, self-review before PRs, built-in code/secret/dependency scanning, custom agents, and cloud-to-CLI handoff. GitHub’s blog frames the upgrade as a smoother delegation workflow for background coding tasks.
#developer-tools
RSS FeedA March 18, 2026 Hacker News post about NVIDIA NemoClaw reached 231 points and 185 comments. The alpha project packages OpenClaw on top of NVIDIA OpenShell and Agent Toolkit to run always-on assistants inside sandboxed environments with policy controls and cloud-routed inference.
OpenAI said on March 17, 2026 that GPT-5.4 mini is now available in ChatGPT, Codex, and the API, with a follow-up post confirming GPT-5.4 nano in the API. OpenAI's developer docs position mini as its strongest mini model yet for coding, computer use, and subagents, while nano is framed as the cheapest GPT-5.4-class model for high-volume tasks like ranking, extraction, and sub-agent work.
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.
Unsloth Studio reached the Hacker News front page as a local-first AI workspace that groups chat, installation, data recipes, and model export in one flow. The reaction suggests strong demand for tooling that sits between raw ML stacks and consumer desktop apps.
OpenAIDevs said on March 16, 2026 that subagents are now available in Codex. The feature lets developers keep the main context clean, split work across specialized agents, and steer individual threads as they run, while the official docs already describe PR review and CSV batch fan-out patterns.
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.
Perplexity said on March 11, 2026 that its new Agent API combines search, tool execution, and multi-model orchestration behind one managed runtime. The launch positions Perplexity less as a single-answer interface and more as infrastructure for production agent workflows.
On March 13, 2026, GitHub showed a Copilot SDK and Remotion demo that turns a WhatsApp message into a promo video in about five minutes. GitHub’s official SDK announcement describes the stack as a programmable layer that can plan, invoke tools, edit files, and run commands inside other applications.
GitHub used X on March 15, 2026 to spotlight the Copilot CLI `/fleet` command for routine maintenance work. GitHub’s official Copilot CLI materials now describe `/fleet` as a parallel sub-agent workflow that converges multiple runs into one decision-ready result.
GitHub said on March 10, 2026 that GitHub Copilot, VS Code, and Figma now form a continuous loop through the bidirectional Figma MCP server. GitHub’s March 6 changelog says users can pull design context into code and send rendered UI back to Figma as editable frames.
A March 14, 2026 Hacker News discussion highlighted a more nuanced MCP argument: local stdio MCP can be unnecessary overhead for bespoke tools, while remote HTTP MCP still solves auth, telemetry, and shared tooling at team scale.