Almanac
← Events
6OpenAI Blog·1mo ago

An open-source spec for orchestration: Symphony

OpenAI has released Symphony, an open-source specification for orchestrating Codex-based agents. The spec is designed to connect issue trackers to always-on agent systems, aiming to increase engineering throughput and reduce context switching. Symphony represents OpenAI's push to standardize how software engineering agents are coordinated at the workflow level.

Related guides (4)

Related events (8)

3Github Trending·12d ago·source ↗

agent-teams-ai: multi-agent orchestration framework with kanban-style oversight

A TypeScript open-source project on GitHub implements a multi-agent system where autonomous agents handle tasks, communicate with each other, and review each other's work, while the user supervises via a kanban board. The framework supports 200+ models across 75+ LLM providers including Codex, Claude, and OpenCode. It has accumulated 1,189 stars with 56 added today, suggesting growing community interest.

5Github Trending·16d ago·source ↗

OpenSpec: Spec-driven development framework for AI coding assistants

Fission-AI has published OpenSpec, a TypeScript framework implementing spec-driven development (SDD) for AI coding assistants. The project has accumulated over 52,000 GitHub stars with 246 added today, indicating significant community traction. The tool targets the workflow of using structured specifications to guide AI-assisted code generation.

4Github Trending·24d ago·source ↗

AgentScope: Open-Source Multi-Agent Framework for Transparent, Trustworthy Agents

AgentScope is an open-source Python framework for building and running AI agents with an emphasis on observability and trustworthiness. The repository has accumulated 25,755 total GitHub stars with 95 new stars today, indicating sustained community interest. It targets developers building multi-agent systems and positions itself around interpretability and reliability of agent behavior.

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

AgentSpec: A modular framework for controlled composition and analysis of embodied LLM agent scaffolds

AgentSpec is a new modular specification framework that represents embodied LLM agents as typed compositions of reusable policy components with standardized interfaces across perception, memory, reasoning, reflection, action, and learning modules. The framework enables controlled swapping and recombination of components, instantiated across four benchmarks (DeliveryBench, ALFRED, MiniGrid, RoboTHOR). Key findings include that agent performance is governed by scaffold compatibility and interaction effects rather than isolated module strength, and that RL-trained policies compose best when optimized with deployment-time scaffold structure. Code, baselines, and an interactive playground are publicly released.

5Openai Blog·1mo ago·source ↗

Running Codex Safely at OpenAI

OpenAI published a blog post describing the security architecture used to run Codex as a coding agent internally, covering sandboxing, human approval workflows, network policies, and agent-native telemetry. The post is aimed at supporting enterprise adoption of coding agents by demonstrating safe and compliant deployment patterns. It provides operational detail on how OpenAI itself governs agentic code execution in production.

5Openai Blog·1mo ago·source ↗

Harness Engineering: Leveraging Codex in an Agent-First World

OpenAI published a technical post by Ryan Lopopolo describing how Codex is being used in an agent-first engineering workflow. The piece appears to cover practical patterns for integrating Codex into software development pipelines where AI agents take a more central role. As a Tier 1 source announcement, it likely details real-world engineering practices and lessons from deploying Codex at scale.

5Openai Blog·1mo ago·source ↗

Cisco and OpenAI redefine enterprise engineering with AI agents

Cisco and OpenAI have announced a partnership embedding Codex, OpenAI's AI software agent, into Cisco's enterprise engineering workflows. The integration aims to accelerate software builds, automate defect remediation, and enable AI-native development practices at enterprise scale. This represents a significant enterprise deployment of agentic coding capabilities within a major networking and infrastructure company.

6Openai Blog·1mo ago·source ↗

OpenAI Publishes System Card Addendum for Codex Agent and codex-1 Model

OpenAI released an addendum to the o3 and o4-mini system cards covering Codex, a cloud-based coding agent powered by codex-1—a variant of o3 fine-tuned for software engineering via reinforcement learning on real-world coding tasks. codex-1 is designed to produce code matching human style and PR conventions, follow instructions precisely, and iterate on tests until they pass. The addendum provides safety and capability documentation for this specialized agentic deployment.