Available for projects
AI GETS REAL WORK, NOT PROMPTS

Ivan Plankin

AI does the work itself

I build projects where AI can change the product, run checks, ship the result, and recover after failure. Around that autonomy I put permissions, safe tools, tests, and visible outcomes.

AI changes the product, runs checks, ships the result, and leaves a way back. Dangerous actions are separated.

SERVICES

Where This Helps

Three places where generated code is not enough: product changes, real access, and a public page that has to earn trust fast.

01

AI changes the product by itself

AI can write the patch; the risk starts when that patch has to become a working product.

When this matters

changes may reach the working product without a manual developer on every step

What changes

it is clear what changed, how it was checked, where it runs, and how to recover

02

AI touches data, money, or people

Schedulers, billing, integrations, and background jobs break on repeats, limits, and failures, not on the happy path.

When this matters

a flow affects users, payments, private data, or access

What changes

the system separates repeat, stop, access error, and the next safe step

03

A public AI page must earn trust

Smooth copy does not help if the visitor cannot see a real reason to trust it in the first few seconds.

When this matters

a portfolio, landing page, or product page must make sense in seconds

What changes

the first screen holds one claim, examples get concrete, template language disappears

PROJECTS

Selected Works

Three working examples close to the first gate: AI gets access to models, a channel, and media while the risk stays visible.

01

Telegram work without silent sends

Open Case ->

Telegram system where AI prepares replies and content, but sending, context, and approval are not mixed into one bot.

WHY IT MATTERSAI is useful in a channel only when it cannot quietly turn into a broadcast bot.
AI DOES REAL WORK|BUILT WITH:RUST / TOKIO / GRAMMERS / AXUM / NIX
Hermes Telegram business system preview
02

Reliable access to GPT models

Open Case ->

One model-access service: accounts, routes, spending, and service operation are kept in one place.

WHY IT MATTERSAI work should not depend on a single model route; the system shows which access is working and how to continue after a failure.
MODEL ACCESS|BUILT WITH:RUST / LEPTOS / AXUM / TAURI / NIX
Antigravity dashboard showing provider routing
03

Video versions without manual editing

Open Case ->

Video system where AI creates platform versions and checks the result.

WHY IT MATTERSAI media only works when input size, hardware, platform format, and final checks are handled together.
AI DOES REAL WORK|BUILT WITH:RUST / TOKIO / PYTHON
NEXUS video processing

Send the Problem

If AI should do the work itself, but a mistake would hit the product, money, data, a channel, or trust.

When to Write

AI changes the product, AI gets access to data, money, or channels, business logic is risky, public positioning does not earn trust

First message

what AI should do by itself, where the risk is now, what must not break, and what users should see