featurenumber.one

Feature
Number One

& Claude-inga talk by Oleksii Lakovych

"There's one thing no prompt can build."

Act 1

The world is changing

New era's ridin' in, partner.

01 — The new era of Engineering

At every level, the skill that felt like the essence of the craft died

1950s–1960s
Hardware-centric
you managed
the machine, bit by bit
what died
wiring programs directly into hardware
what was born
stored-program computing, assemblers, early languages

Every time, the people who clung to the previous level said "that's not real programming anymore." Every time, they were wrong. Today, knowing syntax is the thing dying. In its place comes architectural thinking — the developer stops being the one who writes the code and becomes the one who designs the solution.

02 — Equalizer

AI is the EQUALIZER

You don't need to string copper wires when the technology has already moved on. Countries that skipped the wired era are winning today as much as the ones that laid those wires for a hundred years.

The moats are gone. Every company is on the same field. The only question left — how are you building?

03 — DIFFERENTIATOR

Quality will be the DIFFERENTIATOR

When anyone can ship, shipping is no longer the advantage. The product that works reliably, behaves predictably, and doesn't surprise its users — that's the one that survives. That's Feature Number One.

04 — Feature Number One

Our Feature Number One

Not a vibe. Not a slogan. Three numbers that move with the product.

North Star
target ↓
GMV Loss
How much money didn't flow through. Target is zero.
reliability
Technical Uptime
No Outages. Mandatory. No discussions.
perception
Merchants Affected by Defects
If a merchant sees a UI defect, they won't trust the processing either.
  • 99.9999% uptime + one slow-running defect → GMV still bleeds.
  • GMV and uptime green, but a merchant sees a UI defect → they stop trusting the processing too.
  • Only when all three are green do we actually ship trust, not just uptime.
Act 2

New risks

Quality ain't a station — it's how you ride.

05 — New risk

There is no Best-Practices Playbook

AI-assisted engineering is less than two years old. Agentic workflows — where the AI drives the tools — are barely a year. Nobody knows the right way yet. What worked yesterday might break tomorrow — models, context, and tools shift every month. The experience hasn't crystallised into canon — we're in the trial era, not the textbook era. Anyone claiming a silver bullet is either selling a course or mistaken. Every team building today is an expedition.

06 — New risk

AI didn't create the input-quality problem — it made it visible

Input quality has always decided outcomes. But when a task and its result are separated by weeks and dozens of people, the link blurs. AI compressed the feedback loop to seconds. Write a prompt, see the result, immediately know where the problem is. For the first time in the history of development, the link between input quality and output quality is so obvious you can't ignore it. AI didn't create the problem. It made it visible. Like an X-ray.

prompt · telegram
you >
time
0:00
tokens
0
burned
$0.000
07 — New risk

Prompt-and-pray is the worst way to use AI

The quality gap isn't between teams that use AI and teams that don't. It's between teams that commit to the full loop — spec, generate, review, verify — and teams that use AI to autocomplete lines and ship. Surface-level adoption produces surface-level quality. The tool rewards the process it's given.

08 — New risk

Quality Ownership — still human

Ask AI to write tests with no spec and it writes tests that pass: they reflect what the code does, not what the product should do. Green CI, false safety. Coverage goes up. The product guarantee doesn't. The only person who catches that is the one who ran the flow end-to-end themselves.

Building this very site found and fixed 100+ bugs. Most of them caught by Click-it-Through.

09 — New risk

Product consistency is under threat

The AI isn't trying to break things — it just "understood differently." Avoiding unexpected changes becomes its own discipline.

pr session · shared codebase
you >
Invoices
$1,234.56
paid
Subscriptions
$49.00
active
Refunds
$124.50
pending
Payouts
$8,420.00
processing
asked
0
hit
0
bugs queued
0
Act 3

What to do

Class of Service
This is a fast message unless its deferred character is indicated by the proper symbol.
WESTERN UNION
TELEGRAM
1201
A. LAKOVYCH, Presenter
Symbols
DL= Day LetterNL= Night LetterLT= Intl Letter Telegram
The filing time shown in the date line on domestic telegrams is STANDARD TIME at point of origin. Time of receipt is STANDARD TIME at point of destination
OA113  LG381
(52) ..
L LLB232 PD=KYIV UKR 23 APR 2026 1800P=
EVERY ENGINEER=
SOLIDGATE INTERNAL WIRE=
2026 APR 23PM 6 00

NEW ERA'S RIDIN' IN, PARTNER STOP AND THERE'S ONLY ONE THING THAT SURVIVES IT STOP END

=A LAKOVYCH FEATURE NUMBER ONE=

The company will appreciate suggestions from its patrons concerning its service
10 — Foundation

Input quality is the foundation

Domain. Architecture. Features. Three vertices of a triangle — each holds up the other two.

Domain
Foundation
The entities the system operates on.
  • brieflist of entities and their relations
  • deepER model, invariants, lifecycle
Architecture
Linkage
How the parts of the system talk to each other.
  • briefone-page service map
  • deepADRs, sequence diagrams, API contracts
Features
Manifestation
What the user sees and can do.
  • briefone-line feature cards
  • deepfeature specs, edge cases, acceptance criteria

Brief is for search. Detailed is for work. AI generates from exactly what's here.

11 — Quality gates

Quality Gates that earn confidence

01

Idea analysis and refinement

Sharpen the ask. Name edge cases. Surface assumptions. Most quality is decided before the first prompt.

02

Spec Driven Development

The spec is the source of truth, not the prompt. AI implements against the spec — without one, "understood differently" becomes the default.

03

Agent-driven code review

One agent per defect class, parallel on every MR. Fabricated APIs, silent contract changes, tests written to pass — yes or no before a human opens the diff.

04

Test Coverage with Context

Unit, integration, E2E — each answers a different question. Coverage without context is just a number; with it, coverage becomes confidence.

Golden rule: E2E never changes without a review.

12 — AI as defense

AI defends what AI breaks

The AI that broke it
The AI that defends
Changed the assertion to match the new (wrong) output
Flags assertion value deltas on touched code
Silently changed a contract
Diffs the contract across services
Granted access to an action without checking permissions
Validates every new route against the RBAC spec

Same model, both sides of the merge.

13 — Small teams

Small teams, full ownership

The 3–5 person chain existed because one engineer couldn't ship alone. Now they can.

  • One owner, end to end. No handoff, no broken telephone.
  • Accountability is a name, not a team.
  • Domain fluency is the job. AI can type — only you can care.
14 — Five seats → one rider
Old SDLC

The relay. Five people, four handoffs.

days
0
meetings
0
people
5
context preserved
100%
§
PM
2days
Scopes merchant rollout order, drafts acceptance criteria with compliance, aligns with partnerships on Apple's fees.
10%context
Designer
4days
Button placement, Apple Pay sheet copy, decline + device-not-supported states, review cycles with PM and devs.
15%context
{}
Dev
5days
Apple Pay JS integration, merchant ID + domain verification, provider token exchange, edge cases the Figma doesn't show.
5%context
QA
3days
Device matrix across iOS versions and Safari, decline flows, cert-expiry scenarios, regression, clarification loops back to dev.
17%context
AQA
3days
E2E automation on the provider sandbox, CI integration, maintains the suite for the next iteration.
ship
New SDLC

The lone rider. One loop, no handoffs.

hours
0
meetings
0
people
1
context preserved
100%
shipped
0
Product
Engineer
↔ AI
Refine idea2h
§Write spec2h
{}Build4h
Quality2h
Ship2h
  1. Refine idea
    2h

    PE and AI turn a vague ask into a sharp spec. Assumptions surfaced, edge cases named.

  2. Write spec
    2h

    AI drafts. PE edits. The spec becomes the contract for code, tests, and docs.

  3. Build
    4h

    AI writes the first pass. PE iterates on the delta that matters — domain, UX, perf.

  4. Quality
    2h

    Agents validate the build and the spec — domain, edge cases, security, contracts. Unit, integration, E2E run against the spec.

  5. Ship
    2h

    Deploy, verify in prod, monitor. Same person, same context, same afternoon.

15 — The engineer

Developer → Product Engineer

  • 01Shipped featuresDecides which features exist.
  • 02Owned the ticketOwns the outcome.
  • 03Mastered the frameworkMasters the domain.
  • 04Defended the buildKills it when it's wrong.
Act 4

Dust already rising

Enough jaw-flappin'. The dust on these boots ain't from standing still.

Act 5

You Can Build Anything

The only Bottleneck is your imagination

Act 5 — proof, one two three night's work

Proof isn't a slide.
It's the slide you're on.

Everything you saw today — this site, the reactions from the room, the remote in my hand, the questions, even what you heard before and will hear after the presentation — one product. One engineer. One Two Three Evenings. One Claude.

featurenumber.one

Punchline

So, partner — do you want to be another who bites the dust, or the one who raises it?

thanks for riding along, partner

FEATURE
NUMBER ONE

— and claude-ing —
featurenumber.oneKyiv · 2026