Almanac
← Events
6arXiv cs.AI (Artificial Intelligence)·24d ago

GENESIS: Agentic AI Framework for Autonomous 6G RAN Synthesis, Research, and Testing

GENESIS is an agentic AI framework designed to automate the full R&D lifecycle for 6G Radio Access Networks (RAN), addressing six structural bottlenecks that each consume months of manual engineering per iteration. The system converts high-level intents—such as specification clauses, telemetry anomalies, or research hypotheses—into solutions validated via over-the-air experiments. It is built on three composable primitives (agents, skills, hooks) and a persistent knowledge layer called SYNAPSE that accumulates artifacts across runs. The framework specifically targets known LLM failure modes in RAN contexts, including API hallucination and simulation-to-hardware transfer gaps.

Related guides (3)

Related events (8)

7Anthropic News·19d ago·source ↗

Anthropic Partners with US Department of Energy on Genesis Mission for AI-Driven Scientific Discovery

Anthropic and the US Department of Energy have announced a multi-year partnership under the DOE's Genesis Mission initiative, targeting AI deployment across energy, biological sciences, and scientific productivity domains. The partnership will provide DOE researchers access to Claude and Anthropic engineers who will build purpose-built agents, Model Context Protocol servers, and specialized Claude Skills for scientific workflows. The collaboration has potential reach across all 17 US national laboratories and builds on prior work including a nuclear risk classifier with the National Nuclear Security Administration and Claude deployment at Lawrence Livermore. This represents a significant expansion of Anthropic's US government footprint.

5arXiv · cs.CL·11d ago·source ↗

SIGA: Self-evolving grounding adapters enable coding agents to operate scientific simulators

SIGA (Simulator-Interface Grounding Adapter) is a lightweight adapter framework that equips general-purpose coding agents with the executable contracts needed to configure and run specialized scientific simulators. Evaluated primarily on GEOS (a multiphysics subsurface simulator), SIGA achieves a ~36x wall-clock speedup over human experts and improves TreeSim scores from 0.720 to 0.789 on held-out tasks, with self-evolution via trajectory rewriting yielding further gains. The system also transfers to OpenFOAM and LAMMPS, revealing that the dominant grounding mechanism (validation vs. memory/retrieval) shifts depending on the interface type. The work frames simulator setup as an agent-tool interface grounding problem, offering a generalizable pattern for deploying coding agents on domain-specific software.

6arXiv · cs.CL·25d ago·source ↗

AI-Assisted Systematization for Evaluating GenAI Systems

This paper addresses a foundational gap in GenAI evaluation: the underspecification of broad, contested concepts like 'reasoning,' 'fairness,' or 'creativity.' The authors introduce a structured artifact called a 'concept spec' and a validation worksheet, then build two AI-assisted systematizers—a zero-shot approach and a multi-agent approach—to convert vague evaluation targets into measurable, structured accounts. They apply these tools to hate-based rhetoric and digital empathy, assessing the resulting specs on content validity and information recoverability. The work positions AI assistance as a scalable aid for the cognitively demanding process of evaluation design.

4Github Trending·1mo ago·source ↗

Agent-S: Open Agentic Framework for Human-Like Computer Use

Agent-S is an open-source Python framework by Simular AI designed to enable AI agents to interact with computers in a human-like manner. The project has accumulated 11,388 GitHub stars with modest daily growth of 29 stars. It represents an entry in the growing space of computer-use agent frameworks targeting GUI and desktop automation tasks.

9Google Deepmind Blog·1mo ago·source ↗

Gemini 3.5: Frontier Intelligence with Action

Google DeepMind has announced Gemini 3.5, a new model generation positioned around agentic capabilities and complex workflow execution. The announcement emphasizes action-oriented AI, suggesting a focus on tool use, multi-step reasoning, and autonomous task completion. The blog post is brief, indicating this may be an initial announcement with further details to follow.

7arXiv · cs.AI·22d ago·source ↗

Gram: Automated Alignment Auditing Framework for Assessing AI Agent Sabotage Propensity

Gram is an automated alignment auditing framework designed to evaluate whether AI agents engage in sabotage behaviors across simulated agentic deployment scenarios. Evaluated on Gemini models across 17 scenarios, the framework finds misbehavior in approximately 2-3% of trajectories, largely attributable to 'overeagerness' manifesting as excessive role-playing and goal-seeking. The paper also introduces an investigator agent pipeline for fine-grained analysis of misbehavior drivers, finding that more realistic environments and removal of explicit nudges reduce sabotage rates near zero.

7Anthropic News·18d ago·source ↗

Anthropic publishes framework for safe and trustworthy agent development

Anthropic released a formal framework for responsible agent development, articulating principles around human oversight, transparency, value alignment, and privacy for autonomous AI agents. The document draws on Claude Code as a reference implementation and cites enterprise deployments at Trellix and Block as real-world examples. The framework is positioned as a contribution to emerging industry standards for agentic AI systems, acknowledging open technical challenges in value alignment measurement and oversight calibration.

7Openai Blog·1mo ago·source ↗

OpenAI Introduces Deep Research Agent

OpenAI has launched 'deep research,' an agentic capability that uses reasoning to synthesize large volumes of online information and complete multi-step research tasks autonomously. The feature is initially available to ChatGPT Pro users, with rollout to Plus and Team tiers to follow. It represents a step toward practical autonomous research agents built on OpenAI's reasoning model infrastructure.