Reddit picked up Google’s Gemma 4 edge rollout, focusing on Agent Skills in Google AI Edge Gallery and the LiteRT-LM runtime. The main claims are sub-1.5GB memory, a 128K context window, and published benchmarks on Raspberry Pi 5 and Qualcomm NPUs.
#agents
RSS FeedA LocalLLaMA thread highlighted Gemma 4 31B's unexpectedly strong FoodTruck Bench showing, and the discussion quickly turned to long-horizon planning quality and benchmark reliability.
GitHub said on April 3, 2026 that developers can now build with the GitHub Copilot SDK in public preview. GitHub’s changelog says the SDK exposes the same agent runtime behind Copilot cloud agent and Copilot CLI, with support for custom tools, streaming, permissions, and BYOK across five languages.
Mintlify says chunked RAG was too limited for docs exploration, so it built ChromaFs, a virtual filesystem over Chroma that cuts assistant session creation from about 46 seconds to about 100ms. HN readers were notably receptive to the filesystem-first design and the argument that agent tooling benefits from interpretable, UNIX-like retrieval.
Mistral said on April 2, 2026 that developers can assemble a web-search-enabled speech-to-speech assistant in roughly 150 lines of code using Voxtral for transcription and speech generation plus Mistral Small 4 for agentic reasoning. The post is notable less as a single model launch than as a clear reference architecture for real-time audio agents.
Cursor said on April 2, 2026 that Cursor 3 reframes the product as a unified workspace for software development with agents rather than just an AI-augmented editor. The release centers on multi-workspace coordination, parallel local and cloud agents, faster handoff between environments, and tighter review-to-PR workflows.
Alibaba Cloud positioned Qwen3.6-Plus as a 1M-context model for agentic coding, tool use, and multimodal reasoning, and Hacker News quickly surfaced it as a high-interest AI launch.
Google said on April 2, 2026 that Gemma 4 is its most capable open model family so far, built from the same technology base as Gemini 3. Google says the family spans E2B, E4B, 26B MoE, and 31B Dense models, adds function-calling and structured JSON support, and offers up to 256K context with an Apache 2.0 license.
GitHub said in a March 31, 2026 X post that programmable execution is becoming the interface for AI applications, linking to its March 10 Copilot SDK blog post. GitHub says the SDK exposes production-tested planning and execution, supports MCP-grounded context, and lets teams embed agentic workflows directly inside products.
An unofficial explorer built from public Claude Code source material resonated on Hacker News because it makes the agent loop, tool stack, and hidden features legible in one place.
Perplexity said on March 31, 2026 that it is launching the Secure Intelligence Institute to study the security, trustworthiness, and practical defense of frontier AI systems. The institute page says the work draws on Perplexity’s experience serving millions of users and thousands of enterprises, is led by Purdue professor Ninghui Li, and already highlights research such as BrowseSafe and a NIST-focused paper on securing AI agents.
OpenAI Developers said recent Codex usage data suggests developers are handing off long-running work like refactors and architecture planning at the end of the day. In a follow-up reply, the account said tasks started at 11 pm are 60% more likely than other tasks to run for 3+ hours.