FORGE
FORGE is Starfire AI’s software creation and repair system. It is designed for jobs where the desired outcome is not merely an explanation or code snippet, but a coherent software project or artifact.Chat coding vs FORGE
Ordinary chat is useful for discussing code, reviewing a function, or generating a small example. FORGE is designed around a larger lifecycle:Core FORGE systems
The FORGE architecture includes several connected capabilities:- Build Mode — orchestrates a complete build job.
- Code Workspace — provides a working filesystem/context for generated or existing project files.
- Build/Repair Engine — validates output and attempts targeted corrections.
- Repository Intelligence — grounds work in an existing codebase when one is connected.
- Artifact Engine — packages outputs such as downloadable project archives and build metadata.
Long-running work
Software builds can take longer than a normal chat response. FORGE is designed around run/build state rather than assuming every request completes as one synchronous model response. A build can move through stages such as planning, file creation, validation, repair, packaging, completion, failure, or cancellation.Project integration
FORGE works best when it can operate inside a Project with durable requirements, repository context, files, and prior decisions.Validation is explicit
Generating plausible source code is not equivalent to producing a valid project. FORGE’s architecture treats validation and repair as separate stages so failures can be surfaced and addressed rather than hidden behind a confident response.Artifacts
A completed build can produce artifacts—durable outputs that can be inspected, downloaded, retained, or referenced by the project.FORGE is an Alpha-era product surface. Build capabilities, validators, supported project types, file limits, and artifact retention can vary by plan and rollout state.
Build Mode
Follow the build lifecycle from prompt to artifact.
Artifacts
Understand packaged outputs, metadata, checksums, retention, and ownership.
Build & repair
See how validation and targeted repair fit into the workflow.
Repository Intelligence
Ground builds in an existing codebase.
