Category Latest News

NVIDIA Releases Nemotron-Cascade 2: An Open 30B MoE with 3B Active Parameters, Delivering Better Reasoning and Strong Agentic Capabilities

NVIDIA has announced the release of Nemotron-Cascade 2, an open-weight 30B Mixture-of-Experts (MoE) model with 3B activated parameters. The model focuses on maximizing ‘intelligence density,’ delivering advanced reasoning capabilities at a fraction of the parameter scale used by frontier models.…

A Coding Implementation Showcasing ClawTeam’s Multi-Agent Swarm Orchestration with OpenAI Function Calling

SWARM_TOOLS = [ { “type”: “function”, “function”: { “name”: “task_update”, “description”: “Update the status of a task. Use ‘in_progress’ when starting, ‘completed’ when done.”, “parameters”: { “type”: “object”, “properties”: { “task_id”: {“type”: “string”, “description”: “The task ID”}, “status”: {“type”: “string”,…