← Boris Khesin

Stories

Longer write-ups of the work behind the resume — the reasoning, the numbers, and the parts I got wrong. A résumé line is a claim; this is the working.

Pioneer Weekend · Second of 11 teams

Grin & Go

The Grin & Go team holding an oversized second-place check for $1,500 at Grinnell College's Pioneer Weekend, September 2025.
Grin & Go, second of 11 teams at Grinnell's Pioneer Weekend, September 28, 2025.

Pioneer Weekend is Grinnell's entrepreneurial contest: idea to pitch in 48 hours, eleven teams. Ours was five people — Syed Hassan, Daria Haynie, Virginia Oliver, Raahim Sodha, and me — and we picked food. Students at Grinnell miss meals — not for lack of money, but because dining halls close and classes don't move. We surveyed about 3% of the student body: 68.6% said they were often or always hungry between classes or working late, 67.5% said they missed meals for lack of time, and 83.7% said they'd use a service that fixed it.

Our answer was Grin & Go: refrigerated smart vending machines placed around campus, stocked with real food, open at 2 a.m. I owned two things — the money and the staging.

The money

Every number had to come from somewhere a judge could check. Machines were Genius Vend AI combo units at $4,699, rounded to $5,000 to cover shipping and install. Labor used Grinnell's flat $13.77/hour student wage and an industry maintenance benchmark of three hours per machine per week, plus two for stocking — five hours a machine, ten workers over a 30-week year, $20,655. On the demand side, 1,700 students spending $30 a month across the eight-month school year is $408,000 of potential revenue.

The staging

I split the launch into three stages so each one paid for the next, and no stage bet money we hadn't already made.

Stage Spend What it proves
1 · One machine $5,000 Does the hardware work and do students use it? Stocked only with meal boxes the campus grill already makes — so food cost is zero and no existing sale is lost.
2 · Eight machines $40,000 A student-run organization: ~$240,000 of revenue, $60,000 of profit, and ten campus jobs. Now it's a business.
3 · Local restaurants From profit Local restaurants supply meals; we add margin and give them the campus market. No new machines.

Anything unsold after five days goes to a local food bank — the same model campus dining already uses.

We came second. Here's why

A real-time gym-occupancy app beat us. One judge was a former athlete and pushed hard for it — but that isn't the real reason, and I only saw the real reason afterward. Their product scaled beyond one campus; ours did not. Grin & Go worked because it sat on Grinnell's own dining infrastructure — that's what made food cost zero in stage one and killed the cannibalization objection. The same thing capped it at one campus. I'd built a model that was hard to argue with and impossible to grow, and I never asked what it was worth at ten colleges.

What I took from it

A model can be internally airtight and still answer the wrong question. The judges asked what mine couldn't: how big does this get? I'd optimized for defensible over scalable. Now I ask the size-of-the-prize question first.

Read the pitch deck (PDF) → Grinnell's public results → Back to the résumé line →

Topcon Consulting · client: Watson-Forsberg

The Event Planner

In summer 2026 I was a technology consulting intern placed with Watson-Forsberg, a Minneapolis construction firm of about twenty people. They ran company events off a single Excel spreadsheet made three years earlier. By the time I saw it, it had no structure and no consistent format left — and most of what mattered wasn't in it at all. It was in the VP's head.

My job was to replace it with something the whole firm could use. Rather than work from a spec, I gathered requirements from the staff themselves, then built it in Django: budget projections, Google Maps, and links into Unanet, Procore, and the firm's Microsoft systems, so it sat inside the tools they already used instead of beside them.

The event-planner dashboard: a grid of upcoming events with dates, venues, ticket counts, budgets, and guest lists.
The dashboard that replaced the spreadsheet — every event, budget, and guest list in one view.

The part worth telling

I assumed an event was one day in one timezone. It is not. Watson-Forsberg runs multi-day events, and events across timezones — and I found this out after the firm was already using the app. So I rebuilt the entire datetime layer underneath live production data, with people depending on it and their records already in it.

What I took from it

I got the model of the business wrong at the start, and the cost of fixing it went up every day the app was in use. Twenty more minutes asking about edge cases at the requirements stage would have saved the rebuild. So now I ask what the exceptions look like before I ask what the normal case looks like.

It's still in production at Watson-Forsberg, run by the whole firm. It replaced the spreadsheet outright — the closest thing I own to a consulting case with an answer at the end of it.

View on GitHub → Back to the résumé line →

2023 · no course, no mentor

Teaching Myself to Fine-Tune a Model

Early 2023. I wanted to fine-tune a language model to text the way my friends do. With no course and no mentor, I read until I understood how transformers actually work — about three weeks of it. The base model was ruGPT3XL, Sber's 1.3-billion-parameter Russian GPT-3, the right fit for chats that were in Russian.

The training data I had to build myself: no export existed, so I wrote a custom scraper to pull a group chat's full message history and cleaned it into a dataset. Then came the harder problem — compute. Fine-tuning a 1.3-billion-parameter model on the only machine I had, an old laptop, was already a stretch, and the usual cloud training services were closed to me where I lived. Rather than treat that as the end of the project, I engineered my own way to the compute I needed and trained the model anyway.

What I took from it

Three things had to happen at once — learn hard material fast and unassigned, work around a hardware and access wall, and finish with something real. The through-line is the one I keep coming back to: don't accept a dead end as the end.

I presented the finished model at an AI conference run as part of the Sistema Camp summer 2023 program, in front of representatives from Russia's largest tech firms — Tinkoff, Sberbank, and MTS. That talk led directly to the product internship at Tinkoff Bank, which is how a summer project became the first line of a career.

Boris Khesin on stage with a microphone, presenting the fine-tuned model to an audience, June 2023.
Presenting the fine-tuned model on stage, summer 2023.
Back to the résumé line →

Yandex Academy · Student to volunteer tutor

From Student to Tutor

In December 2021 I signed up for Yandex Academy's backend developer course. I had no career plan behind it; I wanted something hard to do. The course taught me Django and how software teams plan and review work, but keeping up with the other students was not easy. I finished near the top, interviewed, and returned in December 2023 as an unpaid tutor.

Through August 2024, I taught more than 50 students C++ and Python, one to one and in groups of three to five. I reviewed their code, worked through their Django projects with them, and learned how to explain the same idea in several ways when the first one did not help.

Why I did it

A free course had taught me skills I still use. Its teachers gave their time because they thought anyone willing to learn should have the chance. I had gained from that choice, and I wanted to give the same help to the next group. That is why I was willing to teach without pay.

I later used the same Django skills at Topcon Consulting to build the Event Planner now used across Watson-Forsberg. Yandex was where I first learned them, then where I learned to teach them.

Back to the résumé line →

Also worth a read

The research

Two econometrics papers carry the same instinct as the stories above — test a claim hard enough that a null result is worth reporting. State corporate taxes and new business formation (a state-year panel with fixed effects and 2SLS) and the cross-country COVID-19 mortality study are both on the home page.