Home / Companies / Factory / Blog / September 2025

September 2025 Summaries

3 posts from Factory

Filter
Month: Year:
Post Summaries Back to Blog
Droid has achieved a leading score of 58.75% on Terminal-Bench, setting a new standard for AI agents in terminal environments by emphasizing agent design over model choice. Terminal-Bench is a benchmark designed to test AI agents' abilities to complete complex tasks in a terminal environment, including coding, data workflows, and system tasks. Droid's success is attributed to a model-agnostic design that incorporates systematic environment exploration, hierarchical prompting, and minimalist tool design, which allows it to outperform expensive models and multi-model agents. The system effectively uses hierarchical prompts and model-specific architectures to accommodate diverse model behaviors, while its minimalist tool design reduces error rates and enhances task completion. Droid's ability to swiftly adapt and execute tasks is further optimized by understanding system contexts, optimizing for speed, and maintaining organized task execution plans. Its superiority is showcased in handling challenging tasks through effective exploitation of models like Opus 4.1, which excels in security vulnerability tasks, whereas GPT-5 excels in domains like ML model training. Future developments for Droid include exploring multi-agent architectures, enhancing memory and learning capabilities, and broadening its availability across more interfaces and workflows.
Sep 25, 2025 2,103 words in the original blog post.
Factory has successfully raised $50 million in a Series B funding round, reaching a valuation of $300 million, with investments from prominent entities such as NEA, Sequoia Capital, J.P. Morgan, and Nvidia. The company's Droids, renowned for their exceptional performance on the Terminal Bench, a comprehensive software development benchmark, distinguish themselves by excelling in tasks like modernizing legacy code and managing cloud infrastructure. Unlike other AI coding platforms that limit developers to specific tools, Factory offers flexibility by allowing Droids to operate with any Large Language Model, in any Integrated Development Environment, and across various interfaces, including CLI and Slack. This adaptability has facilitated significant improvements in software development life cycles for enterprises like MongoDB and Zapier, leading to faster feature delivery and reduced resolution times. Factory's innovative approach underscores its dedication to enhancing developer experiences and achieving tangible business outcomes.
Sep 25, 2025 372 words in the original blog post.
Linters play a crucial role in agent-native development by embedding architectural, boundary, and ergonomic standards directly into the code generation process, allowing for fast, deterministic collaboration with LLM agents. They enforce new categories of rules focused on code searchability, organization, security, testability, observability, and documentation, ensuring that agents can self-correct with minimal human intervention. By codifying human intent into machine-checkable rules, linters transform guidelines into executable specifications, enabling agents to generate consistent, navigable codebases that self-heal over time. This approach reduces the need for human feedback, enhances codebase quality and maintainability, and turns every observed issue into an executable constraint that prevents future drift. As a result, agent-native development becomes more efficient, with smoother pull requests, faster lead times, safer large-scale changes, and a codebase that maintains architectural integrity over time.
Sep 05, 2025 1,742 words in the original blog post.