See AES in action
Five project types, five domains. Each example is a validated AES project you can explore or use as a starting point.
Powered by OpenClaw
Personal Assistant
A 24/7 AI assistant with identity, heartbeat, and channel integration. Built for the OpenClaw runtime.
name: personal-assistant
aes_version: "1.3"
identity:
display_name: Atlas
personality: friendly, helpful
model:
provider: anthropic
name: claude-sonnet-4-6
ML Model Factory
End-to-end ML pipeline: data discovery, model training, and evaluation with experiment tracking.
name: ml-model-factory
aes_version: "1.3"
skills:
- discover
- train
- evaluate
SaaS Dashboard
Full-stack web application with component scaffolding, testing, and deployment automation.
name: saas-dashboard
aes_version: "1.3"
skills:
- scaffold
- test
- deploy
Infra Autopilot
Infrastructure automation with provisioning, deployment, and rollback capabilities.
name: infra-autopilot
aes_version: "1.3"
skills:
- provision
- deploy
- rollback
Research Pipeline
Automated research workflow: ingest papers, analyze findings, and generate structured reports.
name: research-pipeline
aes_version: "1.3"
skills:
- ingest
- analyze
- report
Two modes of operation
Dev-Assist
The agent builds the project, then steps back. You drive, the agent assists. Best for Web and DevOps projects.
Agent-Integrated
The agent is embedded in the running product. It operates autonomously with identity and memory. Best for ML, Research, and Assistant projects.
Start your own project
pipx install aes-cli && aes init