DEV Community

Domonique Luchin
Domonique Luchin

Posted on

Building Load Bearing Empire From Your Phone During Off Hours

I do not have a home office setup. I work from my phone.

Here is how I run six AI businesses after a full day of structural engineering.

The Constraint

I work 8 to 10 hours a day as a Lead Structural Engineer. When I get home I am tired. I do not have the energy to sit at a desk for three more hours.

So I do not. I work from my couch, from my bed, during lunch breaks.

What Makes It Possible

Automation handles the volume. I handle the decisions.

My systems run nightly jobs, generate leads, draft content, and answer phones without me. I review outputs, approve or reject, and move on.

The decision layer is the only part that requires my brain. I have compressed that to 30 to 60 minutes per night.

The Tools

  • Claude on mobile — architecture, writing, strategy, debugging
  • Supabase dashboard — checking table data, reviewing queue status
  • Termius — SSH into lb-telecom-01 when something needs a direct fix
  • Vercel — deployment monitoring

The Workflow

  1. Check JARVIS memory table for overnight activity
  2. Review content queue — approve or reject pending posts
  3. Check lead pipeline — flag anything needing manual follow-up
  4. One new build decision per night — what gets worked on next

That is it. Thirty minutes. Everything else runs itself.

The Real Skill

The skill is not technical. It is designing systems that do not require you.

Every time I build something, I ask: what happens when I do not touch this for two weeks? If the answer is "it breaks," I have not built a system. I have built a job.

Build systems, not jobs.

Top comments (0)