Skip to content

Frequently Asked Questions

Direct answers about software delegates, Vroni, credits, repositories, pull requests, quality, security, and Concierge.

Product

What is Vroni?

Vroni is a software delegate: an autonomous AI developer you assign tasks to. Give it a task, issue, bug report, product idea, or spec. It reads the codebase, plans the task, writes code, runs checks, fixes failures, and returns a pull request.

How does Vroni compare to Claude Code, Codex CLI, and similar tools?

Claude Code, Codex CLI, and similar tools are AI coding agents. They are powerful, but they are usually meant to be used interactively by a developer who plans the task, drives the tool, reviews the output, fixes problems, and keeps the task moving. Vroni replaces the developer in that workflow, not the coding agent. You assign the task and Vroni runs the process. Under the hood, Vroni uses state-of-the-art AI coding agents, including tools like Claude Code and Codex CLI, inside a larger engineering workflow for planning, implementation, checks, failure repair, and follow-up requests. You get the benefit of those coding agents plus a system built to deliver finished software.

Who is Vroni for?

Vroni is for anyone who needs software built, fixed, or improved: solo founders, small businesses without developers, agencies, product teams, and engineering teams with more tasks than time.

Do I need to be a developer to use Vroni?

No. Developers can give Vroni precise technical tasks, but non-developers can also describe the outcome they want in plain language. More detail helps, but a short brief is enough to start.

Does Vroni replace developers?

Vroni can be the only developer for a small product, or an extra senior developer for an existing team. It does real implementation, but you still decide what task to assign and when a result should be merged or shipped.

Is Vroni a vibe coding tool?

No. Vroni is built for serious development tasks. It can start from rough input, but the goal is production-quality implementation, not throwaway prototypes.

What can Vroni build?

Vroni can handle features, bug fixes, UI updates, API endpoints, tests, refactors, documentation, integrations, performance fixes, and architecture updates. It is not limited to small tickets.

Does Vroni only handle well-scoped backlog tickets?

No. A clear ticket is useful, but Vroni can also start from a rough idea, a bug report, a support note, a product brief, or a follow-up comment. If you give details, Vroni follows them. If you give less detail, it plans from the context it has.

Software Delegate

What is a software delegate?

A software delegate is an autonomous AI system that accepts high-level software tasks, executes them asynchronously using development tools and runtime environments, and returns reviewable software artifacts such as pull requests, apps, tests, fixes, or deployments.

Why call Vroni a software delegate?

Because the main action is delegation. You are not prompting a coding tool step by step. You assign the task, Vroni carries it forward inside clear boundaries, and you get software back.

What is delegated software engineering?

Delegated software engineering means handing a software outcome to an autonomous system that can plan, implement, check, repair, and return the result. The user provides intent and boundaries; the delegate does the engineering.

How is a software delegate different from a copilot?

A copilot helps while you code. A software delegate takes assigned tasks and keeps going without you steering every step. The difference is not only intelligence; it is the ownership of the workflow until a result is ready.

How is a software delegate different from a chatbot?

A chatbot answers in conversation. A software delegate uses development tools, edits real code, runs checks when possible, and returns software artifacts. The output is not just advice; it is software you can inspect and ship.

Is a software delegate just a cloud coding agent?

No. Running in the cloud helps because tasks can run asynchronously, but the category is broader than hosting. A software delegate has a bounded workflow for accepting tasks, executing them, checking them, and returning artifacts.

What does bounded autonomy mean?

Bounded autonomy means Vroni can act independently inside a defined task, repository, runtime, permission set, and review process. It is autonomous enough to complete the task, but not unbounded across your whole business.

Do I still have to write prompts?

You still describe the task, but you do not need to drive the implementation step by step. A short task can be enough. A detailed spec is still useful when you have one.

Getting Started

How do I get access?

Join the waitlist. Vroni is currently in waitlist mode, so joining does not charge you. Paid access will use the published Solo, Team, and Concierge pricing.

How do I give Vroni a task?

The first workflow is GitHub-based: connect the GitHub App, assign or label an issue for Vroni, and wait for the pull request. Other intake workflows can be added later.

What kind of task should I give Vroni first?

Start with a real but contained task: a bug fix, a UI cleanup, a small feature, a test gap, a refactor with clear boundaries, or a product update you already understand. After that, give it larger tasks.

Do I need a full technical spec?

No. A full spec helps when you have one, but it is not required. Vroni can start from a few sentences, inspect the repository, form a plan, and produce a sensible result.

What should I include in a task?

Include the desired outcome, relevant links, screenshots, error messages, acceptance criteria if you have them, and anything Vroni should avoid changing. The more context you provide, the less guessing is needed.

Can I use Vroni without GitHub?

The first release is centered on GitHub because it gives Vroni a clear way to receive issues and return pull requests. Vroni is not conceptually limited to GitHub, but GitHub is the initial workflow.

Workflow

What happens during a Vroni run?

Vroni reads the task and repository, plans the task, edits the code, runs available checks, investigates failures, fixes what it can, and prepares the result with a clear summary.

What does Vroni return?

Vroni returns a pull request with the implementation, a summary of what Vroni did, and the checks or verification steps it ran.

Do I have to review everything manually?

You can review the pull request like any other code update, but Vroni is built to return results that are ready to merge in normal cases. How much review you do is up to your team and risk level.

Who merges the pull request?

You or your team merge it. Vroni prepares the implementation and keeps the context visible; your normal repository permissions decide who can merge.

Can I ask for revisions?

Yes. Leave feedback on the issue or pull request and Vroni can continue from there with a follow-up run.

What if a run fails?

Vroni reports the useful reason in plain language. If the task needs user action, you can add more context. If it is a product or platform issue, support has the diagnostic detail needed to investigate.

How long does a task take?

It depends on repository size, task complexity, available checks, and how many repair loops are needed. Vroni optimizes for quality over raw speed, so difficult tasks can take longer than a quick coding-agent pass.

Quality

Is Vroni fast?

Vroni is fast compared with waiting for developer availability, but it is not optimized to be the cheapest instant code generator. It spends time understanding, implementing, checking, and fixing.

How does Vroni use AI coding agents?

Vroni uses strong coding agents and models under the hood, but it does not simply pass your task to one tool once. It runs them through Vroni's own workflow for planning, implementation, review, and QA.

Does Vroni run tests?

Vroni runs relevant checks when they are available and practical for the task. Good project test commands, build commands, and lint commands help Vroni verify the result.

What if my repository has no tests?

Vroni can still run, but confidence is lower. It will rely more on code inspection and task-specific verification. Adding tests or clear check commands improves results.

Can Vroni handle architecture updates?

Yes. Vroni can handle architecture updates when the goal and constraints are clear enough. Larger architecture updates may be better split into a sequence of runs or handled with Concierge.

Can Vroni refactor code?

Yes. Vroni can refactor code, clean up duplication, improve structure, add tests around risky edits, and keep behavior stable when the intent is clear.

Repositories

What are the repository limits?

Solo includes 1 repository. Team includes 3 repositories. Concierge includes Team as its base and can be scoped for managed delivery. Contact us for larger repository needs.

Does Vroni need a special project setup?

No special framework is required, but Vroni gets better results when your repository has clear install, build, test, and lint commands. Team includes tailored setup for the included repositories.

What is tailored Vroni setup?

Tailored setup means configuring Vroni around your repository: commands, conventions, review expectations, project notes, and known workflow rules.

Can Vroni handle monorepos?

Yes, if the relevant project boundaries and commands are clear. Monorepos often benefit from tailored setup because the right package, app, or test command may not be obvious.

Pricing

How do credits and hours work?

One credit equals one active Vroni minute. Plans include monthly Vroni time: Solo includes 2 hours and Team includes 10 hours. Credits are used only while Vroni is active on the task: reading context, planning, editing code, running checks, fixing failures, or improving the result. Queue time, idle time, and time waiting for your response do not use credits. Do not compare two Vroni hours to two hours of human typing. A Vroni run includes planning, implementation, QA, failure repair, and follow-up handling, so two active Vroni hours can cover work that would otherwise take a developer several days. If you need more time after signup, you can buy top-up packs in-app whenever you need more credits.

Why can Vroni be 10x cheaper than hiring or contracting?

Because Vroni time includes more than typing code. It includes understanding the request, planning the implementation, using state-of-the-art AI coding agents, running checks, repairing failures, and returning software you can inspect or ship. A human developer also needs availability, meetings, handoff, context switching, and often a day-rate commitment. Vroni turns that into autonomous execution time. For many tasks, one Vroni hour can replace far more than one human hour; the exact saving depends on the task and repository.

Is queue time billed?

No. Queue time, idle time, and time waiting for your response do not use credits. Credits are consumed only while Vroni is active.

What top-ups are available?

Top-ups are available as 2 hour, 10 hour, and 30 hour packs. After signup, you can buy them inside the app whenever you need more credits. They are useful when a sprint or launch push needs more Vroni time than your monthly plan includes.

Is there a free plan?

No. Joining the waitlist is free because you are not buying access yet, but Vroni itself is a paid product.

Which plan should I choose?

Choose Solo for one repository and one user. Choose Team for shared access, priority queueing, 3 repositories, 5 seats, and tailored setup. Choose Concierge when you want a human operator to coordinate delivery.

Plans

What is included in Solo?

Solo includes 1 seat, 1 repository, 2 hours of active Vroni time per month, run history, pull request summaries, and the ability to buy top-ups.

What is included in Team?

Team includes 5 seats, 3 repositories, 10 hours of active Vroni time per month, priority queueing, tailored setup for your included repositories, quarterly tuning updates, and top-ups.

What is Concierge?

Concierge is managed delivery on top of Vroni. We operate Vroni on your behalf, turn your requests into Vroni tasks, manage pull request follow-up, and keep delivery moving like an agency.

Who should choose Concierge?

Choose Concierge when you want us to run the process for you: clarify requests, operate Vroni, manage pull requests, coordinate follow-ups, and drive delivery.

Is Concierge the enterprise plan?

No. Concierge is managed delivery. Custom or enterprise needs such as more repositories, procurement, invoicing, security review, or larger rollout planning can be scoped separately.

Security

Does Vroni see my source code?

Vroni needs access to the repositories you connect so it can implement tasks and open pull requests. You decide which repositories are installed through the GitHub App.

Does Vroni store task history?

Yes. Task and run history is part of the product because it helps you understand what Vroni did, what it checked, and how Vroni time was used.

What about secrets and credentials?

Do not put secrets in issues, comments, screenshots, or documentation. Vroni should use normal repository and CI configuration instead of receiving credentials in task text.

Can Vroni access production?

Vroni should not need production access for normal code edits. Keep production credentials and deployment permissions separate unless you deliberately configure a controlled workflow.

Support

Can I get help choosing a plan?

Yes. Contact us with your repository count, team size, expected workload, and whether you want self-serve Vroni runs or Concierge-managed delivery.

Where are the docs?

Public docs are not part of the launch version yet. The FAQ and onboarding flow cover the basics for now, and docs can be added once the product content is locked.

Will this FAQ change?

Yes. The FAQ will grow as more users join the waitlist, ask real questions, and start using Vroni on real repositories.

Still have questions?

Ask about access, plan choice, repository setup, or Concierge delivery.

Contact support