Droplox

Droplox

Building Droplox: managed dropshipping

About

Droplox runs your dropshipping business for you — product research, store setup, ad campaigns, and fulfillment, all managed by our team. You cover the ad budget, we handle the rest for a flat 12–20% service fee. Start free, no card required.

Badges

Gone streaking 10
Gone streaking 10
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Forums

•

2mo ago

How do you handle AI tools that make a judgment call vs. ones that just generate text?

Generation tools are low-stakes when they're wrong draft an email, get a bad draft, edit it. Judgment tools are different: grading, flagging, scoring. If the output looks confident and it's actually a guess, someone might act on it without knowing that.

Working on letsflw's exam-checker made this concrete objective questions are easy (exact match, no ambiguity), but for open-ended answers we made a call to surface the AI's mark as a suggestion to review, not a final score, because presenting it as settled felt dishonest.

•

2mo ago

Anyone else building AI features without relying on external LLM APIs?

Hi all, there's a distinction I keep thinking about: apps built with AI (Cursor, Claude, Copilot writing the code) vs apps that depend on AI APIs at runtime to function.

I'm in the first camp. I used AI-assisted coding heavily to build Briskly (a cleaning app that scans your room and generates a timed task list), but the app itself makes zero LLM API calls. The scanning runs on Apple's Vision framework, entirely on-device. No tokens, no per-user inference costs, no latency, works offline, and my privacy label is basically empty.

How do you investigate AI agent failures after they happen?

Every production AI system eventually encounters failures. The challenge isn't just fixing them it's understanding why they happened in the first place.

I'm interested in how teams investigate failures after deployment.

Do you collect execution traces, save intermediate reasoning steps, analyze tool calls, or build custom debugging dashboards?

What has made the biggest difference in helping your team identify the root cause of difficult AI agent failures?

View more