You’ve devoted hours into a project, discovered something incredible, and decided you want to share it with the world. You find the perfect conference, open the Call for Proposals (CFP) form, and pour your heart into it. You hit "submit."
And then you wait…
That rejection email always stings. We’ve all been there. But what if you could change the odds? What if you could move from hoping your talk gets chosen to expecting it?
After speaking at numerous global conferences and analyzing hundreds of accepted and rejected talks, I’ve found that a winning proposal isn’t about luck. It’s about strategy. This guide will break down that strategy, making it applicable for any tech event, from a local Google Community Day to the global stages of KubeCon or a Linux Foundation Summit.
Step 1: It All Starts with the "Why" - Choosing Your Topic
Before you write a single word of your abstract, you need to pick the right topic. The best topics sit at the intersection of three things:
- It Solves a Painful, Urgent Problem: Reviewers are looking for talks that solve a real-world problem their audience is facing right now. A talk on “migrating to Kubernetes” was a guaranteed hit in 2019, but in 2025, the problem is no longer urgent. Conversely, a talk on “securing a Retrieval Augmented Generation (RAG) system” is incredibly urgent today because it’s a new, complex technology with high stakes and few established best practices. Ask yourself:
- What are people complaining about on social media or in community Slacks?
- What new technology is causing both excitement and anxiety?
- That’s where you’ll find winning topics.
- It Offers a Unique Perspective or Story: The world doesn't need another "Kubernetes 101" talk unless you have a truly revolutionary way of teaching it. Your unique experience is your greatest asset.
- Instead of: "How to Configure Prometheus"
- Try: "How We Survived Black Friday: A Tale of Prometheus, Panic, and Production-Ready Alerting"
- Your personal story - the successes, the failures, the "aha!" moments - is something nobody else can replicate.
- It's Forward-Looking: Conferences want to showcase what’s next. While case studies are great, they should ideally focus on modern challenges. A talk on a groundbreaking architecture that allows you to spin up 1,000 Kubernetes clusters in 60 seconds is about the future. It pushes boundaries and inspires the audience.
Step 2: The Title - Your Ten-Word Sales Pitch
Your title is the first - and sometimes only - thing a reviewer reads. It needs to be a powerful hook.
- Be Bold and Specific: "K8s at Lightspeed: 1000 Clusters in 60 Seconds" is infinitely better than "Scaling Kubernetes".
- Create Intrigue: Frame it as a story or a challenge. Pick effective titles with formats like:
- "Breaking X to Understand Y,"
- "The Migration Tale of Z," or
- "How to Avoid the Pitfalls of A”
- Use Keywords: Make sure the core technology (e.g., eBPF, Cilium, WebAssembly, Kubernetes) is in the title so reviewers can immediately categorize it.
Step 3: The Abstract — The Heart of Your Proposal
This is where you sell the story you hinted at in your title. A great abstract has three parts:
- The Hook (The First 1-2 Sentences): Start with the problem, not the solution. Grab the reviewer with the pain point.
- Good: “Retrieval Augmented Generation (RAG) systems are quickly becoming the backbone of enterprise GenAI applications, but they introduce unique security risks that most teams overlook”.
- Less Good: “This talk will be about security in RAG systems”.
- The Promise (The "What"): Clearly and concisely explain what you will cover. Numbered or bulleted lists are your best friend here.
- Example: In this session, I'll perform live attacks including:
- Hallucination injection that makes models return false information
- Prompt manipulation that bypasses business logic
- Vector database poisoning that compromises results
- Example: In this session, I'll perform live attacks including:
- The Payoff (The "So What"): End by explicitly stating what the audience will walk away with. What new skill, piece of code, or mental model will they have when they leave your session?
- Example: "You'll leave with practical code patterns and configurations you can immediately apply to your own RAG applications."
Step 4: The Details Matter — Track, Level, and Benefits
Don't just gloss over the dropdowns in the CFP form. They are critical data points for the review committee.
- Track Selection: Submitting a deep-dive technical talk to a "Beginner" or "Business Strategy" track is a guaranteed rejection. Read the track descriptions carefully and choose the one that best fits your content.
- Audience Level: Be honest. If your talk requires a deep understanding of Linux kernel internals, don't mark it as "Any". Mis-leveling your talk is a common reason for rejection.
- "Benefits to the Ecosystem": This is your chance to explain why your talk is good for the community.
- Does it show how different open-source projects can be combined?
- Does it present a new security threat model others should adopt?
- Does it provide a reusable pattern that solves a common problem?
Final Pro-Tip: Think Like a Reviewer
Conference reviewers read hundreds of proposals. They are often volunteers doing this in their spare time. Make their job easy.
A proposal that is clear, well-structured, and solves a compelling problem. Rejection is a part of the game. But with a strategic approach, you can turn it from a probability into a rarity. Now, go find that CFP and get writing.
Good luck!
Discussion