Skip to content
Tech News
← Back to articles

Show HN: Dumped Wix for an AI Edge agent so I never have to hire junior staff

read original get AI-powered Customer Support Bot → more articles
Why This Matters

This article highlights how AI-powered edge agents can replace traditional web tools like Wix, enabling small businesses to automate customer interactions and reduce staffing costs. The author's experience demonstrates the potential for AI to handle complex queries, improve responsiveness, and streamline operations, even amid technical challenges and liability concerns. This shift signifies a move towards more autonomous, AI-driven customer engagement in the tech industry.

Key Takeaways

I run a building design consultancy. I got tired of paying Wix $40/month for a brochure that couldn’t answer simple service questions, and me wasting hours on the same FAQs.

So I killed it all and spent 4 months building a 'talker': https://axoworks.com

The stack is completely duct-taped: Netlify’s 10s serverless timeout forced me to split the agent into three pieces: Brain (Edge), Hands (Browser), and Voice (Edge). I haven’t coded in 30 years. This was 3 steps forward, 2 steps back, heavily guided by AI.

The fight that proved it worked: 2 weeks ago, a licensed architect attacked the bot, trying to prove my business model harms the profession. The AI (DeepSeek-R3) completely dismantled his arguments. It was hilariously caustic.

Log: https://logs.axoworks.com/chat-architect-vs-concierge-v147.h...

A few battle scars:

* Web Speech API works fine, right up until someone speaks Chinese without toggling the language mode. Then it forcefully spits out English phonetic gibberish. Still a headache.

* Liability is the killer. Hallucinate a building code clause? We’re dead. Insurance won’t touch us.

* We publish the audit logs to keep ourselves honest and make sure the system stays hardened.

Audit: https://logs.axoworks.com/audit-2026-02-19-v148.html

... continue reading