# Offers

20 fixed-scope offers. Scope, price, and turnaround are settled before the work starts, and every price is derived from published hourly rates.

## For founders

You have something to get in front of users, or a build someone else delivered that you need read before you pay for the next phase.

### Codebase Audit

I read your whole codebase and hand back a prioritised list of what is broken, what it will cost you, and what I would fix first.

- Deliverable: Written report, prioritised
- Price: $960 (16 h × $60/h)
- Turnaround: 1 week
- Link: https://andrey-markin.com/offers#codebase-audit
- Guarantee: If the audit turns up nothing worth acting on, you do not pay.

Includes:

- Security, performance, and architecture review
- The AI and domain-specific parts most reviewers skip
- Hosting and running costs, with the obvious savings
- A call to walk through the findings

### Website AI-Readiness Audit

I check whether ChatGPT, Claude, and search agents can actually read your site and act on it, and rank what to fix first.

- Deliverable: Report with a ranked fix list
- Price: $360 (6 h × $60/h)
- Turnaround: 3 days
- Link: https://andrey-markin.com/offers#ai-readiness-audit
- Guarantee: If the audit turns up nothing worth acting on, you do not pay.

Includes:

- `llms.txt`, markdown export, and crawlability
- Structured data and how agents parse your pages
- Agent-callable actions you are missing
- Fixes ranked by effort against impact

### 3-Day Proof of Concept

Your idea, clickable and running on real data in three working days, so you can show it before committing a budget.

- Deliverable: Deployed prototype
- Price: from $1,080 (24 h × $45/h)
- Turnaround: 3 working days
- Link: https://andrey-markin.com/offers#poc-3-day

Includes:

- Working prototype on a live URL
- Real data, not screenshots
- Your repo and your accounts
- A call to decide what happens next

### Codebase Audit, Focused

The same audit, scoped to the one area you already suspect: security, performance, or the LLM layer.

- Deliverable: Written report, one area
- Price: $480 (8 h × $60/h)
- Turnaround: 3 days
- Link: https://andrey-markin.com/offers#codebase-audit-focused
- Guarantee: If the audit turns up nothing worth acting on, you do not pay.

Includes:

- One area, picked before we start
- Findings ranked by what they cost you
- Concrete fixes, not general advice

### Personal AI Assistant for Your Business

A personal assistant in your team's Telegram that runs on your own server, knows your business context, and works with the services you already use.

- Deliverable: Running assistant, wired to your business
- Price: $590
- Turnaround: 2 days
- Link: https://andrey-markin.com/offers#business-ai-assistant

Includes:

- Telegram, where your team already talks
- Connected to the accounts you use: Notion, GitHub, Vercel, PostHog
- Voice notes answered, reminders and recurring jobs on your schedule
- Your own server — business data never leaves your hands

### AI-Readiness Implementation

The AI-readiness fixes shipped to production, so agents can read your site instead of guessing at it.

- Deliverable: Merged pull requests, live
- Price: $900 (20 h × $45/h)
- Turnaround: 2 weeks
- Link: https://andrey-markin.com/offers#ai-readiness-implementation

Includes:

- Markdown API for every page
- `llms.txt` and structured data
- Agent-callable endpoints
- Verified against real agent traffic

### Technical Due Diligence

For a founder or investor reviewing a build someone else delivered: whether the code is worth what you paid and what it costs to keep.

- Deliverable: Diligence report, plain language
- Price: $960 (16 h × $60/h)
- Turnaround: 1 week
- Link: https://andrey-markin.com/offers#technical-due-diligence
- Guarantee: If the audit turns up nothing worth acting on, you do not pay.

Includes:

- What you own and what you are locked into
- Cost to run and cost to maintain
- Whether a new team can pick it up
- Written for a non-technical reader

### Idea Validation

Ninety minutes and a written plan covering what to build first, what it costs, and whether to build it at all.

- Deliverable: Build plan, one page
- Price: $200 (2 h × $100/h)
- Turnaround: 2 days
- Link: https://andrey-markin.com/offers#idea-validation

Includes:

- 90-minute call on your idea
- Scope for the first version
- Cost and timeline you can budget against
- Credited against a build if you go ahead

### Search Upgrade

Your keyword search replaced with hybrid vector search and reranking on one dataset, measured before and after.

- Deliverable: Search shipped, with a benchmark
- Price: $1,440 (32 h × $45/h)
- Turnaround: 2 weeks
- Link: https://andrey-markin.com/offers#search-upgrade

Includes:

- Embeddings and hybrid retrieval on one dataset
- Reranking tuned to your queries
- Relevance benchmark, before and after
- Runs in your infrastructure

### 2-Week MVP

A live product in front of users in two weeks, with auth, payments, and analytics wired up.

- Deliverable: Live product, taking users
- Price: from $3,600 (80 h × $45/h)
- Turnaround: 2 weeks
- Link: https://andrey-markin.com/offers#mvp-2-week

Includes:

- Auth, payments, and analytics
- Deployed and instrumented
- Your repo, your accounts, your code
- Handover, or keep me on to iterate

### Fractional AI Engineer

A standing slot in my week to ship features, review your team's AI-generated code, and keep the stack current.

- Deliverable: A reserved slot each week
- Price: $1,800/mo (40 h × $45/h per month)
- Turnaround: Starts within a week
- Link: https://andrey-markin.com/offers#fractional-ai-engineer

Includes:

- Features shipped against your roadmap
- Review on AI-generated pull requests
- Async access between sessions
- Cancel any month

## For engineering leaders

Your team already writes code with agents. These are the gates, the evals, and the setup that make what comes out of them worth merging.

### AI-Native Repo Audit and Setup

I go through your repo the way an agent has to, then build the missing pieces, so coding agents follow your conventions instead of inventing their own.

- Deliverable: Findings, then the setup merged
- Price: $1,200 (20 h × $60/h)
- Turnaround: 1 week
- Link: https://andrey-markin.com/offers#ai-native-repo-setup

Includes:

- CI, linters, and checks reviewed as the gates agents run against
- The loops agents use to verify their own output
- Context burned before the first useful step, measured and cut
- `CLAUDE.md` and `AGENTS.md` rules, skills, and reusable workflows, merged

### Custom Software Factory

A pipeline of agents that runs one job your team repeats every week — the same migration, the same integration, the same ticket-to-PR pass — with the checks that make its output worth trusting.

- Deliverable: A running pipeline, handed over
- Price: $2,700 (60 h × $45/h)
- Turnaround: 3 weeks
- Link: https://andrey-markin.com/offers#software-factory

Includes:

- One job, picked because it repeats
- Agents wired to your repo, your tools, and your data
- Quality gates: evals, tests, and a human step where it matters
- Handover, so your team runs it without me

### Evals for an AI Feature

A test set and scoring harness for a prompt already in production, so you can change it without guessing.

- Deliverable: Eval suite running in CI
- Price: $1,440 (32 h × $45/h)
- Turnaround: 2 weeks
- Link: https://andrey-markin.com/offers#ai-feature-evals

Includes:

- Test set built from your real traffic
- Scoring harness for your quality bar
- Regression run wired into CI
- A session with the team who owns it

### Team AI-Native Onboarding

One day with your team on your own codebase, setting up the tools and the rules the way I run them day to day.

- Deliverable: One day, up to 10 developers
- Price: $1,200 (12 h × $100/h)
- Turnaround: 1 day on site or remote
- Link: https://andrey-markin.com/offers#team-ai-onboarding

Includes:

- Claude Code, Codex, and custom agent harnesses set up per developer
- Rules written for your repo, together
- Session monitoring, so you can see what the agents are doing
- An honest read on how far automation goes in your codebase

### Advisory Retainer

Async access and a weekly call for a founder or engineering lead who needs decisions checked and blockers cleared.

- Deliverable: Standing advisory access
- Price: $1,000/mo (10 h × $100/h per month)
- Turnaround: Starts within a week
- Link: https://andrey-markin.com/offers#advisory-retainer

Includes:

- Async questions answered same day
- One call a week
- Code or a prototype when your team is stuck
- Architecture and hiring decisions reviewed

## For developers

Your own machine and your own career, looked at by someone who works this way every day.

### Claude Code on Your VPS

Your own coding agent server, set up on your machine with your keys and ready by end of day.

- Deliverable: Running agent server
- Price: $290
- Turnaround: 1 day
- Link: https://andrey-markin.com/offers#claude-code-vps

Includes:

- Tailscale private networking
- tmux sessions that survive disconnects
- Caddy with HTTPS
- Your machine, your keys, no middleman

### Career and Portfolio Review

Ninety minutes and a written plan: an honest read on where you stand, what to build next, and what to fix in how you present yourself.

- Deliverable: Written plan after the call
- Price: $180
- Turnaround: 1 week
- Link: https://andrey-markin.com/offers#career-portfolio-review

Includes:

- 90-minute call on your work so far
- Portfolio and resume reviewed line by line
- The next project to build, and why
- What to fix before you apply

### Claude Code on Your VPS + Remote Control

The same agent server plus Telegram control, so you can start and steer runs from your phone.

- Deliverable: Agent server, phone-controlled
- Price: $490
- Turnaround: 1 day
- Link: https://andrey-markin.com/offers#claude-code-vps-remote

Includes:

- Everything in the VPS setup
- Telegram bot wired to your sessions
- Start, steer, and read runs from your phone
- Access locked to you

### Mentorship, Monthly

Four sessions a month working AI-native from day one, down to how you drive the tools.

- Deliverable: Four sessions a month
- Price: $480/mo
- Turnaround: Starts within a week
- Link: https://andrey-markin.com/offers#mentorship-monthly

Includes:

- Four one-to-one sessions
- Your agent setup reviewed: rules, workflows, and how you drive them
- AI tooling set up and used properly
- Async questions between sessions

## Contact

- Website: https://andrey-markin.com/offers
- Rates: https://andrey-markin.com/services.md
- Contact form: https://andrey-markin.com/#contact
- Contact API: https://andrey-markin.com/api/rpc/contact/submit — POST `{"json": {name, contact, projectDescription, intent: "offer:<slug>"}}`
