Tech Holdings // EST. 2025

Where code
meets craft

Binary Timber Holdings is a parent company building at the intersection of intelligent software and precision manufacturing — where bits become objects, and objects gain intelligence.

Divisions
02
Disciplines
AI · CNC
Status
Active
01 / About

A holding company for two disciplines.

We operate at a deliberate intersection: the digital and the physical, the abstract and the made.

Binary Timber Holdings is the parent company for ventures spanning intelligent software and precision-machined goods. Each division operates independently, but shares a single conviction — that the best work happens when craftsmanship is the through-line, whether the medium is silicon or solid wood.

// Division 01

AI Software Development

Custom AI solutions, model integrations, and intelligent automation tooling built for businesses that need real outcomes — not demos.

// Division 02

Custom CNC Manufacturing

Precision machining and bespoke fabrication. From prototype to production run, milled with tolerance and finished with care.

02 / Projects

Selected work.

// AI Software2025

ChefHub

AI-powered culinary marketplace and streaming platform connecting home cooks with professional chefs — live streaming, bookings, and Claude-parsed recipes, built and deployed on Vercel.

chefhub.dev →
GitHub →
// AI Software2026

Quiet Trader

A nonprofit trading-alert marketplace — build alerts from real indicators, track public performance, and follow a nightly AI-ranked leaderboard. Optional auto-execute via Alpaca, paper or live.

quiet-trader.vercel.app →
GitHub →

// nonprofit platform — no financial advice given; alerts are user-generated signals, not licensed investment guidance

// AI Software2026

tech-garden

A smart-glasses home & garden assistant — voice commands hit Home Assistant, and a photo of a struggling plant gets a Claude Vision diagnosis straight to the companion app.

GitHub →
// Hardware / IoT2026

plant-monitor

A solar-powered ESP32 sensor station — soil moisture, climate, and pressure readings streamed to Home Assistant over MQTT. No AI here, just clean embedded engineering.

GitHub →
// Systems Engineering2026

Agent Sync Engine

A production-grade bidirectional sync layer between a chat platform and a business phone system — real-time webhook handling, idempotent event processing, and unified agent presence across both.

GitHub →
// CNC Manufacturing2026

Timber Trace Origins

Custom CNC-machined wood products — cutting boards, engraved signs, cribbage boards, and folding game tables, precision-cut from quality hardwoods and finished by hand.

timbertrace.shop →
03 / Showcase

How the AI actually works.

A closer look at five AI integrations from the projects above — shipped code, not demos.

// chefhub.dev — recipe parsing

Paste any recipe. Get structured data.

Chefs paste raw recipe text — copied from a blog, a notebook, anywhere — and Claude Haiku parses it into structured JSON: ingredients, quantities, steps, and timing, ready to render as a recipe card.

Pasted textClaude HaikuStructured recipe
// input
"2 cups flour, 1 tsp
salt, cream butter &
sugar... bake at 350
for 25 min"
// output
{
  "ingredients": [...],
  "steps": [...],
  "bake_time": "25min"
}
// chefhub.dev — chef recruitment

Vetting applicants without a human on every call.

New chef applicants record a short intro via an automated Bland.ai voice call. The call gets an AI score, a Checkr background check runs in parallel, and both feed a single approval queue.

Applicant callAI score+ Checkr checkApproval queue
// chef_recruit.pipeline()
applicant.submit()
→ bland_ai.call()  [ok]
→ ai.score()      92/100
→ checkr.check()  [clear]
→ status: "approved"
// tech-garden — plant diagnosis

A photo in, a diagnosis out.

Press the button on the glasses to photograph a struggling plant. The image ships to the backend, Claude Vision analyzes it, and the diagnosis lands in the plant's history on the phone app — analysis is optional, so photos still save fine without it.

Glasses photoClaude VisionDiagnosis in app
// glasses.capture()
photo.upload()
→ claude.vision(photo)
→ diagnosis:
  "early signs of
  powdery mildew"
→ app.notify(owner)
// quiet trader — nightly leaderboard

Ranked by results, not by who paid.

Every night, Claude Sonnet scans the public performance of every published alert on the platform and re-ranks the leaderboard. No paid placement — the ranking is the AI's read of what's actually working.

Alert performanceClaude SonnetRanked leaderboard
// leaderboard.nightly_scan()
alerts.fetch_performance()
→ claude.rank(alerts)
→ leaderboard.update()
→ top: "cash_in_out_v3"
  +18.4% (90d)
// quiet trader — backtest builder

Describe a strategy. Get a formula.

Users describe a strategy in plain terms and Claude turns it into a custom entry/exit formula, evaluated by a secure recursive-descent parser — no eval() — then run against historical data.

Strategy descriptionClaudeFormula + backtest
// backtest.ai_formula()
user.describe(strategy)
→ claude.parse(strategy)
→ formula:
  "RSI(14) < 30 AND
  SMA(20) > SMA(50)"
→ backtest.run(formula)
04 / Contact

Let's build something.

Whether you're scoping a custom AI build, need precision machining, or just want to see if there's a fit — we'd like to hear about it.

Emailhello@binarytimber.com
HoursMon–Fri // 9–6 ET
EntityBinary Timber Holdings, LLC
Binary Timber Holdings — Where Code Meets Craft