GitHub on 2026-03-09 detailed how Agentic Workflows are secured on top of GitHub Actions. The article is significant because it treats agents as untrusted components, isolates them from secrets, and stages writes before they can affect a repository.
LLM
RSS FeedOn 2026-03-19, GitHub outlined Squad, an open-source GitHub Copilot project that initializes a preconfigured AI team inside a repository. The design matters because it packages routing, shared memory, and review separation into a repo-native workflow instead of relying on a separate orchestration stack.
The LocalLLaMA discussion around NVIDIA’s new model focused on an unusual mix of scale efficiency and benchmark ambition: 30B total parameters, 3B activated, plus separate thinking and instruct modes.
The March 20, 2026 HN discussion around Attention Residuals focused on a simple claim with large implications: replace fixed residual addition with learned depth-wise attention and recover performance with modest overhead.
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.
Cloudflare said on March 19, 2026 that Workers AI now supports Moonshot AI's Kimi K2.5. The company is using the model to argue that a unified agent platform can offer both strong tool use and much lower production cost.
OpenAI published a March 19, 2026 overview of its internal coding-agent monitoring stack. The company is using model-powered oversight in real deployments and argues similar safeguards should become standard for internal agent use.
GitHub said on March 20, 2026 that Copilot code review has surpassed 60 million reviews. The company’s March 5 blog says usage is up 10x since launch, now covers more than one in five code reviews on GitHub, and relies on an agentic architecture tuned for higher-signal feedback.
Google said on March 19, 2026 that Google AI Studio now offers a full-stack vibe-coding experience powered by the Antigravity coding agent and Firebase integrations. The company says Build mode can generate multiplayer apps, manage server-side logic, store secrets securely, and wire up Google Maps and authentication flows from natural-language prompts.
A 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.
On March 18, 2026, GitHub introduced a long-term-support model policy for Copilot Business and Copilot Enterprise, naming GPT-5.3-Codex as the first LTS model. GitHub says the model will remain available through February 4, 2027 and will become Copilot’s base model on May 17, 2026.
OpenAI said on X that it is launching Parameter Golf, an open research challenge to build the most efficient pretrained model under a 16 MB artifact limit and a 10-minute training budget on 8×H100s. The challenge uses a fixed FineWeb dataset, a public baseline repo, and optional Runpod credits for participants.