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

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
月光博客
月光博客
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
罗磊的独立博客
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
量子位
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
博客园 - 聂微东
V
V2EX

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
I analyzed 500 Upwork proposals with a 95% win rate. Here...
Yawar Abbas · 2026-06-28 · via DEV Community

Yawar Abbas

There's a question every freelancer on Upwork asks at some point: why do some people get replies on almost every bid while most people hear nothing?

I've been in the first group for a while now - 95% bid win rate across hundreds of proposals. I'm not a better writer than most. I don't have more experience. I changed one thing.

I stopped writing about myself.

The proposal that lost

Here's what a losing proposal looks like. You've seen it because you've written it:

"Hi! I'm a web developer with 7 years of React experience. I've worked on projects similar to yours and I'm confident I can deliver high-quality results. Here's my process:

  1. Review requirements
  2. Design architecture
  3. Implement and test
  4. Deliver and iterate

Looking forward to hearing from you!"

Everything in that proposal is about you. The client reads "I", "I've", "I'm", "my process", "deliver", "me". They're looking for someone who understands their problem. You just told them about your resume.

The proposal that won

Here's what the same proposal sounds like when it works:

"Your onboarding flow is losing users at the payment step - I can see it in the job description where you mention 'users drop off after account creation'. This is almost always a trust problem, not a UX problem. I've fixed this exact flow for 3 SaaS products. The fix is usually 2 changes, not a redesign. Want to talk through what I'd do?"

That proposal does three things the first one doesn't:

  1. It calls out something specific from their job post (shows you read it)
  2. It names their problem more precisely than they named it themselves
  3. It hints at the solution without giving it away

The client reads that and thinks: "how did they know that?" They reply to find out.

The pattern behind the 95%

After analyzing which proposals got replies, the structure was always the same:

Line 1-2: Diagnose something specific about their situation. Not "I noticed you need a developer" - something precise that shows you understand their business context.

Line 3-4: Name what's probably causing it. Don't solve it yet. Just show you know where to look.

Line 5-6: Hint at your approach. "I've solved this before" is enough. Don't list steps.

Close: One question that invites a reply. Not "looking forward to hearing from you." Something that makes them want to answer.

Why step lists kill response rates

If your proposal contains:

  • Step 1, Step 2, Step 3
  • "Here's how I'll approach this"
  • Bullet lists of deliverables

...the client reads it and thinks: "I could probably do this myself." You've educated them instead of intriguing them.

The moment you list your process, you've shifted from expert to service provider. Experts diagnose. Service providers describe their process.

The filter I now run every proposal through

Before sending any proposal, I check:

  • Does the first sentence start with "I"? If yes, rewrite.
  • Does it contain a numbered list? If yes, remove it.
  • Does the CTA say "looking forward to hearing from you"? If yes, replace with a specific question.
  • Does it name something specific from their job post? If no, find something.

I built AI Proposer to encode this into a generator. You paste the job description, it outputs a proposal using this structure and runs those checks automatically before showing you the result.

The free tier is 2 proposals/day if you want to test it on your next Upwork bids.