惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Stop undercharging: I built an AI pricing co-pilot in MeDo
Luca Tomasin · 2026-04-26 · via DEV Community

Most freelancers I know lose money on every project. Not because they're bad at their craft, but because they're bad at pricing.

BuiltWithMeDo

I see it all the time. A one-line quote, no rationale, a single number that gets negotiated down to nothing. Independent professionals consistently undercharge by 30 to 50 percent versus market rates. I'm a freelance AI automation consultant in Italy and I send quotes every week. It's still painful, every time.

So when I saw the Build with MeDo Hackathon, I built the tool I wished I had when I started.

It's called FairQuote. This post is the build-in-public log of v0.1.

The idea

FairQuote is an AI pricing co-pilot. You describe a client project in a chat. The AI interviews you adaptively, asking 6 to 10 smart questions about scope, deliverables, urgency, and your context. Then it generates a proposal with three pricing tiers (Lean, Standard, Premium), each with deliverables, milestones, payment schedule, and explicit pricing rationale.

The differentiator versus the dozen quote calculators out there:

  1. Multi-turn intake that adapts to project type. A designer gets different questions than a developer.
  2. Three-tier anchoring output. Research on negotiation shows presenting Good/Better/Best increases close rates and average deal size.
  3. Pricing rationale built in. Every number comes with hourly equivalent, market benchmark, and value justification you can paste straight into negotiation emails.

Why MeDo

I'm not a frontend developer. I build automations and AI agents in n8n, I'm comfortable with backend logic and prompt engineering, but spinning up a full-stack web app with auth, dashboards, and document generation is not where I want to spend my hackathon week.

MeDo is Baidu's no-code agentic app builder. You describe what you want in natural language, MeDo scaffolds the frontend, backend, database, and integrations. It plugs into ERNIE for LLM features. Deploy is one click.

Perfect for a hackathon constraint of one week and limited time budget.

The master prompt

This was the first prompt I gave MeDo. One shot, no iteration yet.

Build a single-page interactive demo of FairQuote, an AI-powered
pricing co-pilot for freelancers and independent professionals.

The page has three sections, top to bottom:

1. LANDING (hero): headline, subhead, CTA "Try the demo" that
   scrolls to the chat below.

2. AI CHAT (interview): a chat interface where the AI assistant
   (Baidu LLM Plugin / ERNIE) interviews the user about a
   hypothetical client project. One question at a time. Adaptive
   follow-ups. Cover: project type, deliverables, timeline,
   hourly target, country.

3. PROPOSAL OUTPUT: three cards side by side (Lean / Standard /
   Premium). Each card shows tier name, total price, 3 to 5
   deliverables, and a short rationale paragraph.

DESIGN
Dark mode. Clean sans-serif. Deep teal accent. No flashy gradients.

Enter fullscreen mode Exit fullscreen mode

What MeDo produced from that single prompt: a working landing page, a chat interface wired to ERNIE, and a three-tier comparison view. Not perfect, but shipped and deployed in minutes.

The three-tier logic

Lean covers exactly what the client asked for, no extras, longer timeline, fewer revisions. Standard is the suggested choice with light extras (testing, two revisions, basic documentation). Premium is the value-driven upsell (post-launch support, analytics, training, faster turnaround).

Pricing scales not linearly but on perceived value. Lean is the anchor low, Standard is priced at the freelancer's real target, Premium sits at 1.6 to 2x Standard. Most clients self-select into the middle, which is exactly the point.

Every tier text generated by ERNIE includes three things:

  • Hourly equivalent at the freelancer's stated target
  • Market benchmark for similar scope
  • Value justification tied to the client's stated needs

This is what makes the rationale defensible in negotiation, not just numbers on a card.

Demo

Live app (v0.1): https://app-b85fruavsxkx.appmedo.com

It's a barebones v0.1. The chat works, the three tiers generate, the layout is clean. PDF export, persistent storage, and a quote management dashboard are coming in v1 by May 20.


What I learned about MeDo so far

The good:

  • One master prompt to a working full-stack app is real, not marketing fluff.
  • ERNIE plugin wires in cleanly. No agent orchestration code on my side.
  • The visual editor catches small UI tweaks faster than re-prompting.
  • Deploy is genuinely one click.

The friction:

  • Some prompt edits regenerate parts of the app you didn't want touched. Save versions before big iterations.
  • Rate limits kick in during heavy testing. Plan around it.
  • The chat-to-state transitions need explicit instructions or they get fuzzy.

Net assessment: for an idea that is 70% AI behavior and 30% UI, MeDo is a serious accelerator. I would not have shipped a v0.1 in this timebox without it.

What's next

Before May 20 I want to ship:

  • User accounts and persistent quote history
  • PDF export with a clean professional template
  • Cover email generator (copy-to-clipboard ready)
  • A few canned templates per profession (designer, developer, copywriter, consultant)

If you're a freelancer who's tired of quote anxiety, try the demo and tell me what's missing. I'm building this in public for the next few weeks.

Built with MeDo by @Medo_CodeFree for the Build with MeDo Hackathon.

BuiltWithMeDo