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
You Don't Know People
Search
Evan Solomon
October 17, 2011
Technology
2
860
You Don't Know People
Presentation on running experiments. Presented at WordPress DC Meetup.
Evan Solomon
October 17, 2011
Tweet
Share
More Decks by Evan Solomon
See All by Evan Solomon
JavaScript Beyond jQuery
evansolomon
1
530
Demystifying the Black Box of WordPress Core
evansolomon
1
3.4k
WordCamp Las Vegas -- Make stuff that people want
evansolomon
2
2.9k
You Have No Idea What Your Users Want
evansolomon
1
520
Other Decks in Technology
See All in Technology
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4.2k
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
1
120
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
110
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
320
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
3
1.8k
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
870
非情報系研究者へ送る Transformer入門
rishiyama
11
7.3k
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
1
310
AI時代の「本当の」ハイブリッドクラウド — エージェントが実現した、あの頃の夢
ebibibi
0
100
Scrumは歪む — 組織設計の原理原則
dashi
0
150
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
170
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
200
Featured
See All Featured
Building an army of robots
kneath
306
46k
Ethics towards AI in product and experience design
skipperchong
2
220
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
AI: The stuff that nobody shows you
jnunemaker
PRO
3
380
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
Design in an AI World
tapps
0
170
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
120
Transcript
Evan Solomon | Automattic @evansolomon You don’t know people
Try Measure Profit!
Pick one At least until we have lots of data
Rat pelts & cobras
None
None
None
Previews up 10%
http://theme.wordpress.com/themes/
Optimizely Fast & Flexible
None
None
The (abridged) plugin wp_enqueue_script('optimizely ', $this->url); wp_localize_script( 'optimizely', 'wpcom_optimizely', array(
$experiment->slug => true ) );
gist.github /1275892
jQuery (".post-812") .find("h2 > a") .html("Nacin fights Koop"); The change
jQuery(".post-812") .find("h2 > a") .live("mousedown", function() { window.optimizely.push( ["trackEvent", "a_click"]
); }); The goal
optimizely_experiment( "nancin_coding_title', array( "action" => "init", "logged_out_users" => true )
); The test
<script> var wpcom_optimizely = {"nacin_coding_title":true}; </script> <script src='http:// cdn.optimizely.com/js/ 123.js?ver=1316379297'>
</script> The browser
The target
isvalid.org Confidence interval Significance test
None
github /evansolomon/isvalid.org
Question everything & Design for 0% failure
@evansolomon http://slideshare.net/evansolomon/you-dont-know-people/