Bengaluru, India · QA engineer by day, founder by night
I'm Jay Chak — Quality Assurance Engineer at Amazon (Appstore & Fire TV) and founder of Elyxis, I'm Okay and LeadShala, and the builder of GlassBox, a browser agent you can watch and steer, and Patchbay, a visual pipeline builder. I care a lot about products telling the truth — my flagship app is built to say "this didn't work for you" when that's what the data shows.
Founder products
Designed, engineered and tested end-to-end — with Claude Code as my AI pair-programmer, and QA discipline from four-plus years at Amazon baked into every release.
An n-of-1 experimentation platform. Pick one change — magnesium for sleep, matcha instead of coffee — and AI designs a proper single-person trial: the right duration, a counterbalanced on/off schedule, one thirty-second question a day. Wearables sync in the background as covariates. At the end, a Bayesian engine returns an honest verdict with credible intervals — and says “no clear effect” when that's the truth. The wellness industry sells certainty it doesn't have; Elyxis is built to tell the truth about your own body.
Give it a goal in plain English and it drives a real browser to get it done — planning each step with an LLM in the loop, then navigating, reading, clicking, extracting and filling. The part I actually cared about: you can see every move it makes and take the wheel at any moment. Reasoning, the chosen action and a live screenshot of the page stream to the interface as it happens; a timeline rail marks each step green when it lands, red when it fails, and blue when a human stepped in. Most agents are a spinner and a shrug. This one shows its work — hence the name.
A visual pipeline builder: drag typed nodes onto a canvas, wire the ports together, and an LLM workflow takes shape — the same way you'd patch signal through a studio rack, which is where the name comes from. The part I actually cared about is the node system underneath. Every node type — input, model, filter, an HTTP request, a note — is described as one small object: its fields, its ports, its colour. A shared factory turns that object into a working node, so adding a whole new node type is a few lines, not a new component. I built the front end, the dark design system, and the backend that checks the graph is valid — no loops — before it can run.
Every job-search tool computes its metrics from a date a human typed in from memory. Meanwhile the employer's own confirmation email — the one externally attested timestamp in the whole pipeline — sits unread in the inbox. Postmark picks it up: receipts with the employer's timestamp, an honest transition ledger every status change must pass through, a manual-apply queue, and BM25 recall over past application answers so the next form starts from what you already wrote. Runs on your laptop, reads your own files, sends nothing anywhere. Built beside career-ops, the open-source job-search agent I contribute to.
A simple way to let your family know you're okay. Confirm a check-in on your schedule; miss it, and your trusted contacts are quietly told. Meal and medicine reminders included. No tracking, no panic, no countdowns — reassurance, not surveillance. Built in 40 languages — launching soon.
Started as a performance-marketing agency I ran solo for 6+ years — Google & Meta ads for local service businesses across India, the US, the UK and Australia. Sold cold, backed by a 30-day money-back guarantee, every function done myself: niche, outreach, landing pages, media buying. That's where I learned to find a market and talk to it. Now the parent company of Elyxis and I'm Okay.
The flagship — in full
It started personally: a genetic health issue in my family earlier in 2026 left me wanting honest answers about my own body — and every wellness app I tried sold certainty it didn't have. So I built the tool I couldn't buy.
I build by directing AI coding agents — Claude Code as the daily driver. The agents produce, I decide: architecture, scope, security, final acceptance.
Public launch is weeks out — Y Combinator Fall 2026 applicant. The demo account is sandboxed; poke around.
A browser agent — in full
I kept watching AI agents do impressive things behind a loading spinner, and realised the hard problem isn't autonomy — it's trust. If a person can't see what an agent is doing, they can't correct it, and they won't use it for anything that matters. So I built the agent I'd actually let near real work: one that narrates every decision and hands you the wheel whenever you want it.
An agent is only as useful as your ability to see what it's doing and take it back. So the interface got the most attention, not the least.
Four and a half years of QA taught me the useful reflex here: the interesting bug is the one that looks like it worked. Twice during this build, “deployed” actually meant “stale cache” — which is exactly why the version marker exists.
Public and inspectable — the repo carries the limitations doc, the adversarial suite and the engineering journal.
Deep dive
Tools like this are how non-technical people are starting to build with AI — drag boxes onto a canvas, wire them together, and a workflow runs. I wanted to build one properly, and the interesting problem isn't the dragging. It's that a real version of this has dozens of node types, and if every one is a hand-written component the thing collapses under its own weight. So I built the layer underneath: a way to describe a node as data, and have it become a working node on its own.
{{ topic }} inside a prompt and a matching input port appears on the node, ready to wire — so a prompt template becomes a set of connections. It only accepts real variable names, and the box grows as you type.{{ variables }} become live connection points without the framework knowing anything about templates.For a tool aimed at non-technical people, the interface is the product — so it got a real design system, not a stylesheet.
A full-stack build — React front end, hand-built design system, and a FastAPI backend that validates the graph before it runs.
Latest build — in full
Open any job-search tracker and ask where the "Applied" date comes from. A human typed it, from memory — and every metric downstream (time-to-response, median reply time) is built on that guess and quoted as fact. The employer sent a confirmation email the moment they received the application, carrying their timestamp. Postmark is built around the idea that the externally attested date is the only one worth computing on.
set-status, correction, backfill, manual — so a corrected date can never silently masquerade as an observed one.npm install has nothing to install. No supply chain to audit, nothing to rot.127.0.0.1 only, reads your own files, sends nothing anywhere. The privacy claim is an architecture, not a policy page.Shipped first
The first product — designed and built alone in about six months, alongside the day job. In final build for Android and iOS: 40 languages, five tiers from ₹0 to ₹299. Demo access on request while store launch is finished.
How I build
I build with Claude Code as a pair-programmer — and I let the process be measured. Two independent tools have now done it: Y Combinator's Paxel analyzed a full month of my Elyxis build sessions, and Standout ranks me against other AI-native engineers. These numbers are observed, not self-reported.
Paxel profiled me as an “architect-controller”: challenges premises, demands production parity, enforces hard safety gates — and converts AI output into bounded, verified engineering work. Speed is easy with AI; the discipline to keep it honest is the actual skill.
SOURCE: PAXEL BUILDER REPORT · YC · JUN 26 – JUL 26, 2026 · MEASURED, NOT SELF-REPORTED
Standout independently profiles me as an “AI-Native Engineer.” Different tool, different month, same conclusion as Paxel — which is rather the point of letting someone else hold the measuring tape.
SOURCE: STANDOUT · standout-founding-eng LEADERBOARD · MEASURED, NOT SELF-REPORTED
For the past year and a half, every line I've shipped has had an AI agent in the loop. I'm not going back — I only want to work AI-native.
My first contribution to a major open-source project: career-ops, a 63,000-star job-search agent. The PR adds the parser its formatter never had — and the review made it better than what I submitted.
MERGED AUG 18, 2026 · SANTIFER/CAREER-OPS · FIRST-TIME CONTRIBUTOR
The day job — in full
Quality engineering for Amazon apps, services and devices since Feb 2022. Before a release I write and run the coverage — manual passes and automated scripts; when something fails I reproduce it, find the actual cause, log it, and stay on it until it's fixed inside the team's SLAs. A good part of the job is automation: maintaining the pre-release suites, separating real defects from flaky tests, and building the scripts and tools that take repetitive work out of the day.
Internal program codenames and confidential figures are deliberately left off this public page; the full picture with sourcing lives in my résumé and interview answers.
Experience
Functional, policy and compliance testing across Amazon's app ecosystem — Appstore, Fire TV and tablets.
MSME-registered in India as a sole proprietorship. Performance marketing on retainer, backed by a 30-day money-back guarantee — and every function done myself: a ten-question niche filter I wrote, finding owners on Instagram, closing on Zoom, building the landing pages, running the Meta and Google ads. Niches: home services, wedding planning, senior care, furniture retail — across India, the US, the UK and Australia. Since 2026, the company behind I'm Okay and Elyxis.
Promoted India's biggest business summit; selected from a national applicant pool.
Master of Computer Applications (2018–2020) and Bachelor of Computer Applications before it.
Skills
What clients said
Not many people can handle market trade-offs as Jay can. He was always very patient, solution-oriented and there was nothing he couldn't solve. He is also very kind and easy to deal with.
That was an amazing experience! Awesome communication, very knowledgeable, and super talented! I would definitely highly recommend him.
Contact
I fit anywhere in engineering: backend, full-stack, mobile, QA & test automation, tooling. Open to remote work anywhere; willing to relocate — US (needs visa sponsorship), UK, Dubai / UAE, Australia, New Zealand, Canada, or Delhi. One non-negotiable: I build AI-native. For the past 1.5 years every line I've shipped has had AI agents in the loop, and I'm looking for teams that work the same way. What stays the same wherever I land: tests green before merge, claims the product can back, and things that actually ship.
I work at Amazon by day; nights and weekends I built five products end to end, solo, with Claude Code as my pair-programmer. I am the evidence for my own thesis: one person with modern AI tooling can build what used to take a team.