Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Product Development in a Startup
Search
Ronan Amicel
November 26, 2014
Business
2
250
Product Development in a Startup
Talk given at the Paris Founder Institute on November 26th, 2014.
Ronan Amicel
November 26, 2014
Tweet
Share
More Decks by Ronan Amicel
See All by Ronan Amicel
Développeur : ce qu’on ne m’a pas appris à l’école
ronnix
1
320
Refactoring: la méthode Mikado
ronnix
0
260
Techniques de test avancées en Python
ronnix
0
280
Performance des frameworks web : Python vs The World (v1.1)
ronnix
1
8.1k
Je teste mon code avec py.test
ronnix
1
270
Performance des frameworks web : Python vs The World
ronnix
0
370
Introduction au Customer Development
ronnix
1
120
Rendez votre code Python plus beau !
ronnix
1
540
Trompez-vous, et vite !
ronnix
2
260
Other Decks in Business
See All in Business
経営組織論〜ソニックガーデンの場合(2024/11版)
kuranuki
0
470
エンジニア向けオープンワーク会社紹介資料 / company profile
openwork
1
17k
ビジネスの変化に迅速に反応 質・量どちらも追及する 星野リゾートのノーコード戦略
junkokotake
0
260
DeFimans 会社紹介資料 Company Deck
defimans
0
200
Recruiting Deck_株式会社HACHI
hachi_hiring
1
530
マネージャーとエンジニアが効果的に協力するために意識した方が良い事
kotominaga
2
220
ログラス会社紹介資料 / Loglass Company Deck
loglass2019
6
230k
M&A Cloud Advisory Partners 採用ピッチブック
macloud
1
13k
IT 未経験者をVue.js で開発できる IT コンサルタントに育てあげる秘訣/ Future's New Employee Training
yut0naga1_fa
0
290
エンジニア向け会社紹介資料/株式会社PLAY
play_inc
0
5.3k
これを使用
ehealthcare2004
0
290
Arches 会社説明資料/ HR Deck
arches0501
0
7.5k
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
38
7.1k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Statistics for Hackers
jakevdp
796
220k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Happy Clients
brianwarren
98
6.7k
What's in a price? How to price your products and services
michaelherold
243
12k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Facilitating Awesome Meetings
lara
50
6.1k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
The Cost Of JavaScript in 2023
addyosmani
45
6.7k
Transcript
Paris Founder Institute — 26 Novembre 2014 Ronan Amicel @amicel
Product Development in a Startup
Ronan Amicel 10+ years with startups Flying Sensei @ Pocket
Sensei Hacker in Residence @ The Family
Easy, no?
Recipe for Product Success 1. Come up with a killer
idea 2. Write detailed specs and mockups 3. Hire team or outsource to development shop 4. Get an awesome product!
Recipe for Product Success 1. Come up with a killer
idea 2. Write detailed specs and mockups 3. Hire team or outsource to development shop 4. Get an awesome product! NOT
Your Challenges 1. Build the right product 2. Build your
product right
Build the Right Product
Your Biggest Risk Build something that nobody wants
Love the Problem, not the Solution • Focus on really
understanding: — The Problem — The Customer • Tools: — Customer Development — Lean Startup ♥︎
The Solution is a Path MVP 2 MVP 3 MVP
1
Iterate • Release early – start learning ASAP! • Release
often – maximize the number of cycles through the loop Build Measure Learn
Minimum Viable Product • Minimal is NOT crappy • Focus
on solving one aspect of the problem for a single group of people • Pick a minimal core set of features • Remove features • Remove more features
Source : http://blog.fastmonkeys.com/
Build your Product Right
Culture Team Product
Ideal Situation • Collaboration between tech & business • Product
leadership • Experienced developers
Tech-Business Collaboration • Split work in small chunks — Minimum
Marketable Feature — User Stories • Prioritize backlog based on business value — use Impact Mapping — define goals and metrics
Product Leadership • Have someone with strong product sense on
the team • Translate understanding of customer problems into a great user experience • Making product decisions = saying no
Experienced Developers
Experienced Developers Bad Developer Sure, I can do it! (except
not)
Experienced Developers Bad Developer Sure, I can do it! (except
not) Good Developer Sure, I can do it!
Experienced Developers Bad Developer Sure, I can do it! (except
not) Good Developer Sure, I can do it! Experienced Developer Hmm, I can reuse this library
Experienced Developers Bad Developer Sure, I can do it! (except
not) Good Developer Sure, I can do it! Experienced Developer Hmm, I can reuse this library Very Experienced Developer Actually, we don’t need this
Hiring Good, Available, and Cheap?
But hiring is tough! • You don’t have much money
• You don’t have much time • You don’t have much experience • You don’t know many people
So, here’s Plan B • Do whatever you can to
build a crappy throwaway MVP: — learn to code — go to hackathons — hire someone • Get the ball rolling!
Typical Problems • The team doesn’t ship • Quality issues
• New features take longer and longer
The Team Doesn’t Ship • Remove non-working and half-finished features,
find a working core • Aggressively trim the backlog • Start releasing ASAP at least internally (shipping != launching)
Quality issues • Managing Quality — Feature vs. experiment —
Understand technical debt — Unit tests and code review can help
Technology
Python, Ruby, Node.js ? Use whatever the team knows best
and is more productive with.
Tools • Use source control (e.g. git) • Automate deployment
• Automate tests
Wait ! You probably don’t need to build anything yet!
Low Fidelity MVPs • Interviews (like, talking to people!) •
Paper prototypes • Mockups (Balsamiq, PowerPoint, KeyNote...) • Landing pages, surveys, videos...
Do Things that Don’t Scale • “Concierge” MVP — Solve
the problem by doing things manually • “Wizard of Oz” MVP — Do things manually behind the curtain (app, website...)
Key Takeaways • Love the problem, not the solution •
Start small and iterate • Balance speed and quality • Don’t build it yet
Questions?