- ›
An autonomous company is a real legal entity— usually a US LLC — where AI employees do the work humans would normally do. - ›Three layers make it work: a Company (the legal entity), Employees (AI agents scoped to it), and Primitives (the real-world capabilities those employees call).
- ›
Naïve is the autonomous company infrastructure that wires these three layers together— operators run the whole thing from Naïve Studio without writing code. - ›
What ships today: form a US LLC, give employees email + phone + social, run orchestration with a CEO agent, generate images and video, and ship web apps— all from one runtime. - ›It isn't fully hands-off. Operators still complete KYC, approve hosted checkout, and connect accounts via OAuth. The agents do the rest.
- ›Start with `/formation` for the legal entity, then add employees and primitives one at a time.
A real company — formed in a real state, with a real EIN, a real domain, and a real operating identity — used to require a small team of humans to keep it alive. Someone files the paperwork, someone runs the inbox, someone schedules the posts, someone builds the website. Most of those jobs are now things an AI agent can do end-to-end. The question is no longer "can software do the work?" — it's "what does the company itself look like when the workers aren't human?"
That's an autonomous company. And Naïve is the autonomous company infrastructure that makes one possible.
What is an autonomous company?
An autonomous company is a real legal entity — almost always a US LLC — that is operated by AI employees instead of humans. It owns its domain. It sends and receives email. It posts on social. It can use virtual Visa cards for purchases. It can hire other agents. The only humans involved are the founder, who owns it, and the small set of people the founder pulls in for steps that require a verified human (identity checks, signing off on payments, connecting third-party accounts).
It is not a chatbot dressed up to look like a business. It is not a workflow where someone prompts ChatGPT every morning. It is a runtime — an environment where a company exists as a first-class object, and the agents acting on its behalf are the same kind of first-class object, with their own identities, their own permissions, and their own audit trails.
The three layers: Company → Employee → Primitive
To understand how an autonomous company is built, it helps to see it in three layers. Naïve uses one model end-to-end: Company → Employee → Primitive.
- A Company is the legal entity. On Naïve, a Company is a US LLC formed through the
/formationprimitive — a runtime object with a real EIN, a registered agent, and the documents the state issued. Not a PDF in someone's email. The Company owns the domain and brand, and it is the entity that payment, communication, and publishing primitives attach back to. - An Employee is an AI agent that belongs to one Company. Every Employee has its own identity, its own API key, its own email and phone, and a whitelist of primitives it is allowed to call. You don't have one giant agent doing everything; you have specialized employees — a marketing employee, a sales employee, a support employee — each scoped to the work it does.
- A Primitive is a real-world capability. There are 100+ of them across 14 categories. Forming a company is a primitive. Sending an email is a primitive. Generating a video is a primitive. Posting to a social account is a primitive. An Employee gets work done by calling primitives, and every call attaches back to the Company that hired the Employee.
The reason this layering matters is accountability. When something happens — a card gets charged, a post goes out, an email is sent — there is a clear chain: a primitive was called by an Employee on behalf of a Company that is owned by a verified human. That chain is what makes the whole thing run as a business and not a science experiment.
What an autonomous company can do today
Naïve is being built in public, and the honest answer is that some of what an autonomous company will eventually do does not ship yet. So here is what is real today, in the shipping API and Studio.
Form the legal entity. /formation files a US LLC end-to-end after a hosted KYC check and a hosted checkout payment. The published fee is $249 per the docs, and it covers LLC formation, state filing, registered agent, and the EIN application. The Company that comes out the other side is the substrate everything else attaches to.
Run the workforce. /orchestration gives the Company a CEO agent that turns a stated objective into kanban tasks and dispatches them to Employees every 15 seconds. Persistent memory keeps the context across runs. Cron lets work repeat on a schedule. The CEO does not need to be told what to do step by step — it plans, delegates, and checks back in.
Give Employees real comms. Each Employee can have its own /email address with DKIM/SPF/DMARC handled and its own /phone number for SMS and voice. The Company can also /social-post to ten platforms — Twitter, LinkedIn, Instagram, Facebook, TikTok, YouTube, Threads, Pinterest, Reddit, and Bluesky — through one primitive surface.
Create the things a business publishes. /image generates marketing assets using FLUX and Recraft and other models from the live catalog. /video produces video from prompts via Naïve's model catalog's text-to-video and image-to-video models. /brand produces a full brand kit at company creation so the Company has a consistent look the moment it exists. /research and web search run on Naïve's search providers so Employees can ground their work in current information.
Spend and ship. /cards issues virtual cards through managed virtual cards so an Employee can actually buy things, with logTransaction capturing each charge for the audit trail. /apps ships full-stack web applications on managed runtime — the full app lifecycle from a prompt: deploy, secrets, domains, and database access included.
That is the live surface a non-technical founder can operate today through Naïve Studio.
How a founder actually starts one
The shortest honest version of the journey looks like this:
- Verify yourself. Complete
/kycthrough the hosted flow. Your verified identity becomes the principal behind every action the Company takes. - Form the Company. Run
/formationfrom Studio (or the CLI if you prefer). Approve hosted checkout for the $249 fee. The state filing is handled by Naïve's formation engine; the EIN application is included; the Company comes back as a runtime object. - Pick a brand and a domain.
/brandgenerates the visual identity;/domainbuys the domain and configures DNS. - Hire your first Employees. Each one gets an
/emailaddress, a/phonenumber where it makes sense, and a small, deliberate whitelist of primitives. - Set an objective. Tell the CEO agent what the Company is supposed to accomplish this week. It will plan, dispatch tasks, and check in. You approve the steps that need a human — connecting a social account via OAuth, signing off on a card load, replying to a customer who needs you specifically.
You are not pressing a button and walking away. You are running a company where most of the operating work happens without you, and the moments that need a human are flagged for you cleanly.
What is hard, and what we are honest about
A few things still require a person, by design.
- Identity is human. Someone passes KYC. That someone is on the hook for the Company.
- Payments need approval. hosted checkout for formation, funding for cards, OAuth for connecting accounts — these are deliberate gates where a human says yes.
- Some primitives are roadmap. Naïve publishes about capabilities that will exist; not every surface on the roadmap is in the shipping API yet. If a capability matters to your plans, the source of truth is the docs at
usenaive.ai/docs, not a vision post.
This is not a hands-off, runs-itself fantasy. It is a real business with real legal weight, where most of the operating work is now done by software, and the founder is in the loop for the things that genuinely need a human.
Where to start
The fastest path is /formation — get the Company into existence so everything else has something to attach to. Then add one Employee, give it one primitive, see it work end-to-end. Then add another. Then add an objective and let /orchestration run.
The docs at usenaive.ai/docs are the source of truth for what each primitive actually does today. Naïve Studio is where you operate the whole thing without writing code.
An autonomous company is not the future. It is a real legal entity that exists right now, with employees you have hired and work you have set in motion. The infrastructure to run one is here. The harder question — what your Company should do — is still up to you.
What is an autonomous company in plain English?+
How is an autonomous company different from just using AI in my business?+
Can an AI agent legally form and own a company?+
What can an autonomous company actually do today with Naïve?+
Do I have to be technical to run one?+
How much does it cost to start an autonomous company?+
Building the autonomous company infrastructure.