AI Builds · A Closer Look
A deeper look at the AI systems I design and build, from live products to work in progress. I take each one end to end: find the real problem, design the solution across data, model, and product, and ship it with reliability and human oversight built in.
Turns a product page into enhanced marketplace content
An installable storefront app that converts an existing product page into enhanced, module-based marketplace content in seconds, generating the copy and the image direction for each content module.
It reads the storefront product page, maps its structure onto the target marketplace's content modules, and generates module-ready copy and layout guidance. Built as an embedded app so it installs and runs inside the seller's existing dashboard.
Search-ready product copy from live marketplace data
Pulls a product's live listing and its top competitors, extracts the keywords that actually drive rank, and generates optimized titles, bullet points, descriptions, and backend search terms built to rank higher and convert better.
It grounds the model in real marketplace data pulled through a product-data API rather than generating from nothing, extracts high-value keywords, and forces the output into a strict, field-mapped schema. Generation quality is evaluated, not assumed, which is what makes the output safe to hand to a seller.
Personalized wholesale outreach, human-reviewed and fully tracked
Discovers independent retailers, scores how well each fits a brand, drafts outreach tailored to that specific store, and tracks the entire funnel, opens, clicks, replies, and conversions, with a person approving every message before it sends.
Retailer discovery runs through a places API, contact details are enriched, and the model scores fit and drafts outreach under explicit guardrails. Nothing sends autonomously, a deliberate choice for outreach that reaches real people, and deliverability is protected end to end so the sending stays clean.
Three enhancements are underway: conversational, retrieval-augmented search, so a user can ask plain-English questions and get cited answers pulled from their own retailers, emails, and replies, with structured questions routed to SQL and open-ended ones to semantic vector search; an alternate consignment-offer pitch that kicks in when a store is a good consignment fit (the detection is already live); and in-app capture of retailer replies so a managed account can read and act on responses inside the tool.
Turns overnight email into one prioritized page each morning
Connects to an owner's mailboxes and, every morning, produces a single page: the overnight messages that genuinely need a person, the commitments they have already made, and what is due today, with one recommended focus to start on. The mail is the input; the brief is the output, and it points at what deserves attention rather than acting on it.
A single timezone-aware loop checks each account's local clock and job schedule, so every tenant's work fires on its own time without a separate scheduler service. The model pipeline treats output as untrusted: each call has a strict contract, a defensive parser, and per-field validation, so a bad response is coerced to a safe default instead of crashing a worker. User-defined rules run before the model to cut cost and latency, every AI-derived record is keyed to its source so re-runs never duplicate, and each tenant, provider, and message is isolated so one failure cannot take down a run.
Built and in daily use across my own applications, kept as a working tool rather than released as a product, so the effort stays on reliability for real, everyday use. The overnight read-and-brief pipeline and per-tenant scheduling are in use; the ask-your-inbox retrieval and daily focus ranking continue to be refined.
Keeps a seller's online and wholesale prices aligned, automatically
An installable storefront app that watches a seller's product prices across their online store and a wholesale marketplace, and flags any price that drifts out of the marketplace's pricing rules or falls below a healthy margin, so the seller never breaks a platform's pricing policy or quietly loses money to a mismatch.
It connects through an embedded storefront app, listens for product and price changes over webhooks, and evaluates each change against the marketplace's parity rules and a configurable margin floor. It surfaces violations for the seller to resolve instead of silently changing prices, keeping oversight with the person who owns the pricing.
Two additions are planned next: a margin calculator that models true landed margin per product, and a guided assistant that helps a seller migrate wholesale accounts onto a direct relationship without breaking price parity along the way.
Catches licenses, renewals, and silent job failures before they lapse
Keeps one list of everything a business quietly depends on that can expire or stop, licenses, insurance, registrations, inspections, vendor contracts, equipment service intervals, domains and certificates, and warns the owner before any of it lapses. For technical operators it also watches scheduled jobs and websites, catching the ones that fail silently with no error to trigger on.
Each obligation is stored with its cadence and lead time; a scheduled per-account check reorders the list and fires escalating reminders through the owner's channel. Automated jobs report in over a unique inbound URL, so a missed check-in is treated as a failure and surfaced first, alongside anything overdue. Nothing is installed on the systems being watched and no credentials are taken.
Already in daily use monitoring my own applications, sites, automated jobs, and recurring maintenance, and not yet opened to outside users. An AI extraction step is built: it reads a renewal notice and pulls out the item, its expiry date, and terms, with the date roll-forward handled in code and accuracy checked against adversarial samples. It runs offline on purpose, so the always-on service keeps no model dependency and stays cheap to operate. The next step is feeding it automatically from a user's email and uploaded documents, so the list builds itself instead of being entered by hand.