Full Lifecycle

Every stage. One platform.

AI agents handle each phase — from first sketch to production.

Multi-agent coding across Claude Code, Codex, Gemini CLI.

Claude Code
Claimed PROJ-42 → feature/oauth2-login
OAuth2 provider — 327 lines
Middleware + route guards
Opening pull request

OpenASE Available

Turn AI agents into reliable software engineers

Issue-driven orchestration across the full lifecycle — design, development, testing, deployment, operations. Multi-agent, multi-machine, one Go binary.

Claude Code · Codex · Gemini CLI

View on GitHub

Backlog

Backlog 2
ASE-12

Add WebSocket support for real-time updates

coding Gemini CLI
ASE-15

Write API rate limiting middleware

coding

Active

In Progress 3
ASE-08 Running

Implement OAuth2 login flow

coding Claude Code
ASE-11 Running

Generate integration tests for auth module

test Codex
ASE-16 Launching

Security audit on payment endpoints

security Claude Code
Review 1
ASE-06 Ready

Refactor database connection pooling

review Claude Code

Done

Done 2
ASE-03

Set up CI/CD pipeline with GitHub Actions

deploy Claude Code
ASE-01

Initialize project scaffold and Go modules

coding Codex

VeriFormal Live

Machine-checked, not vibes

Submit plain code — an agent writes the formal specs, an offline verifier proves every goal, and a drift gate guarantees your source stays byte-identical.

C · Java · Dafny · Rust

97.7% DafnyBench · 98.3% SpecGenBench

Start Verifying
VeriFormal offline · no egress
bubbleSort.c
1void bubbleSort(int *a, int n) {2    if (n <= 0) return;3    for (int i = n - 1; i > 0; i--) {4        for (int j = 0; j < i; j++) {5            if (a[j] > a[j + 1]) {6                int tmp = a[j];7                a[j] = a[j + 1];8                a[j + 1] = tmp;9            }10        }11    }12}
Verification Versions
Frama-C/WP

Runs (1)

00:00

Ready

0/27 goals

bubbleSort.c · auto

MEM 0% CPU 0% Peak 0%

No runs yet. Open a source file (.c, .java, .dfy, .rs) and hit Verify to see live progress here.

KeyLight Beta

Read papers like Linear ships product

Upload a PDF and get an interactive paper — structured parsing, full-text translation, AI chat, and smart key-point highlights in one reading workflow.

Parse · Translate · Chat · Highlight

Try the Beta
KeyLight Ready · 就绪
P2 / 15

P2 · attention-is-all-you-need.pdf

Attention Is All You Need

Vaswani · Shazeer · Parmar · Uszkoreit · Jones · Gomez · Kaiser · Polosukhin

Abstract

The dominant sequence transduction models are based on complex recurrent or convolutional neural networks 13. PROBRecurrent models preclude parallelization within training examples, which becomes critical at longer sequence lengths.

SOLNWe propose the Transformer, a new architecture based solely on attention mechanisms, dispensing with recurrence and convolutions entirely (Figure 1). RSLTOn the WMT 2014 English-to-German task our model achieves 28.4 BLEU, improving over the best existing results by more than 2 BLEU.

Figure 1: The Transformer — model architecture.

hover a sentence for 中文 · click a highlight card / Figure 1 / [13]

Solutions

AI across the software lifecycle

From writing code to keeping it running.

AI-Driven Software Engineering

OpenASE automates the entire SDLC. Multi-agent orchestration across design, development, testing, deployment, and operations.

Available Now

AI-Driven Formal Verification

VeriFormal machine-checks code correctness with AI-generated formal specifications — verified proof goals across C, Java, Dafny, and Rust. Not vibes.

Available Now

AI-Driven Research Reading

KeyLight turns academic PDFs into interactive papers — structured parsing, full-text translation, AI chat, and smart highlights in one workflow.

Beta

AI-Driven Microservice Operations

Intelligent monitoring, incident response, and infrastructure management for distributed systems at scale.

In Development

About

Building the future of software engineering

Pacific Studio is an AI-native software company. We believe the next generation of software won't just be written by humans — it will be engineered by collaborative AI systems that understand context, follow process, and ship reliable code.

Our flagship product OpenASE is open source and issue-driven: create a ticket, assign an AI agent, and watch the full cycle — from design through deployment — happen automatically.

Full SDLC
Coverage
3+
AI agents supported
Open
Source
Go
Single binary