Automate The Repetitive Stuff
Focus On What Matters


Hi, I'm Chloe

I help automate repetitive tasks,
So you can spend more time on the work that only humans can do.

Unfortunately, the litter box is still my responsibility.



Based in Westcliffe, Colorado

We do our best, Jesus does the rest.

Problems I Solve


Too Much Repetitive Work
Manual data entry
Copying information between systems
Repetitive administrative tasks
Information Is Hard To Find
Internal knowledge assistants
FAQ assistants
Process guidance tools
Requests Are Difficult To Track
Intake forms
Routing workflows
Approval processes
Reporting Takes Too Long
Automated reporting
Dashboards
Activity tracking
Processes Feel More Complicated Than They Need To Be
Workflow reviews
Process simplification
Automation opportunities


Pricing

You don't need to know what to buy yet.
Just tell me the headache.
We'll figure out the rest together.


Free
Let's figure out whether it's worth solving.
No obligation.
No sales pressure.


$25
Let's figure out why it's happening.
We'll dig deeper and explore possible solutions.


$60
Let's map the workflow.
We'll find where the friction actually comes from.


Starting at $300
Let's build the thing.
If we decide automation makes sense,
I'll build something that's actually useful.


Custom
Every headache is different.
If your situation doesn't fit one of the options above...
We'll figure it out together.


Business Hours

Afternoon ~ Middle of the Night
(Mountain Time)

Turns out automation isn't the only thing that runs after hours.


Before You Contact Me

I help automate repetitive business tasks.I do not build billion-dollar streaming platforms, train AI models, or replace software engineering teams.I help businesses reduce friction, simplify processes, and automate the work that nobody enjoys doing anyway.


Want to see it work?

Demo available upon request.
Works on iPhone, Android, desktop, and web
Demo preview:


🦆 🐓 🐐 🐾
Chloe's probably outside —
feeding the chickens,
walking the dogs,
or building something.
So she built me.

👩‍🌾 I'm Chloe's Stunt Self.
Tell me what's driving you nuts at work.
(function () { const webhookUrl = "https://api.ibuildaithingies.com/webhook/business-headache-chat"; const conversation = document.getElementById("chat-conversation"); const messageInput = document.getElementById("chat-message"); const sendButton = document.getElementById("chat-send"); function addMessage(text, sender) { const messageElement = document.createElement("div"); messageElement.classList.add("chat-message"); if (sender === "user") { messageElement.classList.add("user-message"); messageElement.textContent = text; } else { messageElement.classList.add("assistant-message"); messageElement.textContent = text; } conversation.appendChild(messageElement); conversation.scrollTop = conversation.scrollHeight; } async function sendMessage() { const message = messageInput.value.trim(); if (!message || sendButton.disabled) { return; } addMessage(message, "user"); messageInput.value = ""; sendButton.disabled = true; sendButton.textContent = "Thinking..."; try { const response = await fetch(webhookUrl, { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ message: message }) }); if (!response.ok) { throw new Error( "Request failed with status " + response.status ); } const data = await response.json(); let reply = data.customer_message || data.message || data.reply; if (Array.isArray(reply)) { reply = reply.join("\n\n"); } if (typeof reply === "object" && reply !== null) { reply = JSON.stringify(reply, null, 2); } if (!reply) { reply = "I received your message, but I couldn't find the response text."; } addMessage(reply, "assistant"); } catch (error) { console.error( "Chloe's Stunt Self request failed:", error ); addMessage( "I couldn't reach Chloe's workflow right now. The chickens may have unplugged something.", "assistant" ); } finally { sendButton.disabled = false; sendButton.textContent = "Send"; messageInput.focus(); } } sendButton.addEventListener( "click", sendMessage ); messageInput.addEventListener( "keydown", function (event) { if ( event.key === "Enter" && !event.shiftKey ) { event.preventDefault(); sendMessage(); } } ); })();


Funny story...I was looking for a full-time job.Apparently I accidentally started a business instead.


People kept asking me about AI frameworks.I kept asking,"What problem are you trying to solve?"


So I built a few tools.Then a few more.Then an AI assistant.Somewhere along the way...Oops.Business.


I still don't care much about AI buzzwords,So I built an AI agent that explains all the AI buzzwords for me.All I care about is...Fixing headaches.


By the way...I'm still looking for a full-time job.You can hire me.Or be my client.


Someone was going to ask...
"Tell Me About Yourself."
So here we are.


Q: What tech does your work include?
A: My AI agent can answer that better than I can.
It remembers every framework.I remember why we built it.


Q: Why can't you just explain the technologies yourself?
A: I can.
I just automated that part.


Q: What's your development process?
A: Figure out what problem we're actually trying to solve.
It's amazing how often that's the hardest part.


Q: What AI model do you use?
A: Whatever behaves today.


Q: Can AI replace humans?
A: No.
It can, however, replace the spreadsheet Dave updates every Thursday.


Q: Do I need AI?
A: Probably not.
You might just need to stop copying data into four different systems.


Q: What's your tech stack?
A: Mostly "whatever fixes the problem."
The buzzwords are decorative.


Q: Are you an AI engineer?
A: Depends who's asking.
Recruiters say yes.Software engineers say maybe.My mom still thinks I fix printers.


Q: Do you code?
A: Sometimes.
I also click boxes surprisingly aggressively.


Q: Which automation platform is best?
A: The one you already own.


Q: Can ChatGPT do this?
A: ChatGPT can do lots of things.
Remembering where your company stores invoices usually isn't one of them.


Q: Why don't you just use Microsoft Copilot?
A: Because "has AI" and "solves the problem" are two separate achievements.


Q: What programming language do you use?
A: English.
Eventually JSON.


Q: Are you selling AI?
A: No.
I'm selling fewer headaches.AI just happens to be carrying the toolbox.


Q: Why does every AI company say "revolutionary"?
A: Because "slightly better than Excel" doesn't attract investors.


Q: Why don't you talk about AGI?
A: Because Karen from accounting still exports PDFs, prints them, scans them, and emails them to herself.
We have smaller mountains to climb first.


Q: Can AI think?
A: It doesn't have to.
Someone just needs to.


Q: Why are there so many AI buzzwords on your website?
A: Decoration.
They're like parsley.


Q: How long does a project take?
A: Somewhere between
"that's easy"
and
"who built this?"


Q: Why are your prices so simple?
A: Because I already have one complicated thing in my life.
It's called automation.


Q: Can you automate everything?
A: No.
Sometimes the correct solution is telling Steve to stop emailing spreadsheets.


Q: What's your favorite AI framework?
A: The one that still works after the demo.


Q: What happens if my problem isn't AI-related?
A: Great.
Those are usually easier.


Q: Will AI take my job?
A: If your entire job is copying one column into another...
We should probably have a different conversation.


Q: Why does your demo ask so many questions?
A: Because guessing is significantly more expensive.


Q: What do you actually enjoy?
A: Finding the sentence everyone skipped.
It's usually the one causing the problem.


Q: How fast can you build something?
A: Somewhere between three hours and three months.
It depends on what "something" is.


Q: Why do you ask so many questions before answering?
A: Because assumptions are expensive.
Questions are cheaper.


Q: When do you know it's ready?
A: When it's useful.
Perfect can arrive later.


Q: Why ship before it's finished?
A: Because "finished" keeps moving.


Q: Why do you iterate so much?
A: Because users keep having opinions.


Q: What if Version 1 isn't perfect?
A: Then it has something in common with every other Version 1.


Q: Are you afraid of shipping something imperfect?
A: I'm more concerned of spending six months building the wrong thing.


Q: How did you become comfortable managing DNS?
A: I wasn't.
The demo just kept asking me increasingly difficult questions until I accidentally learned it.