Roadmap
AILANG is actively developed with a clear vision for future capabilities. This section documents planned features that are in design but not yet implemented.
How to Read This Section
Each roadmap item includes:
- Target Version: When we plan to implement it
- Design Document: Link to detailed design on GitHub
- Current Status: What works today vs what's planned
info
Pages in this section describe future capabilities. For what's working today, see the Language Reference and Implementation Status.
Planned Features
v0.6.0 - Core Platform
Execution profiles and multi-agent coordination.
- Execution Profiles - Define and validate execution environments (SimProfile, ServiceProfile, CliProfile)
- Shared Semantic State - Semantic caching and agent coordination
v0.7.0 - Deterministic Tooling
AI-friendly tooling for code transformation.
- Deterministic Tooling - Normalize, suggest imports, apply edits
Contributing to the Roadmap
Have ideas for AILANG's future?
- Browse design_docs/planned/ on GitHub
- Open issues for discussion
- Submit PRs with design proposals
Version History
For what's been implemented, see: