Video resources
Watch a demo, hear about the Agentic SDLC, and learn more about Blitzy
Frequently asked questions
What is Blitzy?
Blitzy enables development teams to transform six-month software projects into six-day turnarounds using Blitzy OS, an agentic platform that enables thousands of AI Agents to 'think' and cooperate for hours to bulk build software with precision. The platform builds everything AI can deliver in a precise manner, around 80% of any roadmap or new product, supplemented with a human engineering guide to complete the remaining 20% needed for production. With over 27 patents and counting, Blitzy is actively hiring PhDs and senior developers in Cambridge, MA who have a passion for building AI that leverages 'System 2 Thinking' to solve problems at inference.
Who is Blitzy for?
Enterprises that aim to dramatically accelerate their software development velocity, development agencies with enterprise clients, development teams with complex existing products, and individuals looking to accelerate their own velocity on complex builds.
How does Blitzy's technology work?
Our patent-pending code ingestion framework maps a curated selection of robust, reliable, and secure open source software libraries that we track by version and update frequently. Combined with our proprietary code generation technology that specializes on enforcing enterprise-class software policies, Blitzy far exceeds the utility of typical chatbots and co-pilots in creating production-ready software at scale.
Is Blitzy a coding co-pilot?
Nope. Blitzy surpasses traditional co-pilots with its ability to autonomously generate nearly-complete code repositories, not just snippets. It features a daily-refreshed knowledge base, avoiding the pitfalls of outdated information. Blitzy's proprietary codebase representation system enables deep understanding of generated code, offering highly contextual and relevant suggestions for your entire repository.
What's my role in Blitzy's development process?
Your team is responsible for bringing the requirements, and as an approver during the technical specification stage. We ask you to edit/approve the Technical Specification. The document is editable, so you can edit and approve to get exactly what you had in mind.
How does Blitzy decide which tasks to delegate to human developers?
Blitzy's multi-agent system is meticulously and rigorously trained to know what it can accomplish, and what needs to be left for the human engineers. This ensures you only receive quality code and have a clear picture of remaining tasks.
Does Blitzy do more than just autonomous code generation?
Yes. Blitzy is a comprehensive platform that provides end-to-end development assistance. We support the entire development lifecycle by taking descriptive inputs and generating software requirements documents, technical design, code structure, and generative code within repos for your product.
Is this high quality and secure?
Quality and Security matter A LOT to us, and was one of our biggest frustrations with the co-pilots we tried on the market. This was the inspiration to develop a system trained to deliver enterprise quality. We train our agents to operate with enterprise standards with multiple QA agents checking each others work before you ever receive a line of code. Ultimately, we provide high quality code repositories, but your team should QA/QC, including testing security.
What is the typical cost of your solution?
Blitzy uses a two-phase pricing model: evaluation followed by deployment. This structure enables enterprises to validate ROI at their preferred scale before committing to organization-wide implementation. The evaluation phase provides three options. Explore ($0) offers risk-free initial assessment, Concept Validation ($50K for 2-month term) where Blitzy delivers a guided POC to demonstrate value, or Structured Pilot ($250K for 6-month term) which fully deploys Blitzy in your environment with 5M lines onboarding and 1.25M lines generation to prove production readiness. Following successful evaluation, organizations choose between two deployment paths. Enterprise ($500K+ per year, 36-month term) handles 50M lines onboarding with 2.5-15M lines generation capacity, dedicated infrastructure, and SAML-SSO. Transformation ($10M+ per year, 48-month term) provides infinite code context, custom deployment, and embedded Forward Deployed Engineering teams for complete digital transformation. All tiers maintain SOC 2 Type II compliance, ISO 27001 Certification, and guarantee no training on your code. Pricing operates on a usage-based model at $0.20 per line generated, aligning costs directly with value delivered.
After submitting my prompt, Blitzy added functionality in my tech spec that I did not expect. What do I do?
The system defaults to taking advantage of all technology upgrades when modernizing or upgrading to the latest technology stack. For example, if you specify an upgrade to Java 21, the system will by default implement virtual threads, as it's generally seen as a superior technical approach. If you do not want this, you must simply tell the system to 'make as few changes as possible to achieve the desired request'. Being as specific as possible about what functionality is (and is not) desired helps yield results that will align with expectations.
What do Blitzy agents rely on as a source of truth to represent my existing codebase?
Blitzy agents rely on the actual source code of your existing codebase—not the Tech Spec documentation—when performing refactors or extending functionality. However, an accurate Tech Spec significantly aids the system's efficiency in querying the underlying representation of the code. Therefore, investing time to ensure the Tech Spec reflects the core features of the application will yield expectation-aligned results and will save time with last-mile development.
Can Blitzy work with existing products and code bases?
Yes! Blitzy excels at working with existing codebases, using them as a foundation to ensure consistent, high-quality development. The platform enables you to add new features to existing products, generate comprehensive documentation, and tackle technical debt by upgrading legacy systems to state-of-the-art technologies or refactoring complex codebases. Our platform deploys dedicated AI agents that map and understand your codebase before generation, ensuring intelligent, contextualized development that aligns with your existing patterns and standards.
What programming languages does Blitzy support?
Blitzy's AI platform works with all programming languages.
How should I structure my prompts for Blitzy?
Structure and organization are crucial when prompting Blitzy. The most effective prompts follow our prompting template with clear sections for WHY (vision & purpose), WHAT (core requirements), and HOW (technical details, user experience & implementation priorities). Each section should be detailed but concise, focusing on essential information while providing relevant context. Including structured frameworks and concrete examples - like data models, user stories, or feature templates - helps Blitzy deliver more precise and purposeful solutions.
What information does Blitzy need to compile and run my code?
During code generation, Blitzy compiles your codebase and performs runtime validation to ensure the generated code works correctly. To enable this, we require: (1) Internal dependencies - any private packages, libraries, or binaries not publicly available that your code needs to build and run, (2) Environment variables and secrets - API keys, credentials, and configuration values required for compilation and runtime (shared securely through our encrypted UI, never exposed to AI agents), and (3) Build instructions - the specific steps or scripts needed to compile your code, typically found in your README or setup documentation. This information allows Blitzy to replicate your development environment and verify that all generated code functions properly before delivery.
How can I exclude certain files or folders from Blitzy's code generation?
Create a .blitzyignore file in your repository's root directory to specify which files or paths Blitzy should exclude during tech-spec generation and code generation. This works similarly to .gitignore - simply list the file patterns, directories, or specific files you want Blitzy to skip, using standard gitignore syntax like *.log, /build/, or config/secrets.json. To ensure Blitzy respects these exclusions, mention in both your codebase context prompt and target state prompt that Blitzy should reference the .blitzyignore file and exclude those paths from processing.
Can I cancel my project/job (code gen) once in progress?
At this time, jobs are not cancelable. Once you submit, it consumes the assigned quota.