<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>john sillings dot com</title>
  <link href="https://johnsillings.com/feed.xml" rel="self" type="application/atom+xml"/>
  <link href="https://johnsillings.com/" rel="alternate" type="text/html"/>
  <updated>2026-07-24T15:30:06+00:00</updated>
  <id>https://johnsillings.com/feed.xml</id>
  <author>
    <name>John Sillings</name>
    <uri>https://johnsillings.com/</uri>
  </author>
  
  <entry>
    <title>Thoughts on the current (un)profitability of the AI ecosystem</title>
    <link href="https://johnsillings.com/2025/10/22/thoughts-on-ai-profitability.html" rel="alternate" type="text/html" title="Thoughts on the current (un)profitability of the AI ecosystem"/>
    <published>2025-10-22T00:00:00+00:00</published>
    <updated>2025-10-22T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2025/10/22/thoughts-on-ai-profitability.html</id>
    
    <summary>Folks have been claiming that we’re in an AI bubble for the past 18 months or so (hand waving). Given enough time, the claim that we’re in a bubble usually t...</summary>
    <content type="html">&lt;p&gt;Folks have been claiming that we’re in an AI bubble for the past 18 months or so (hand waving). Given enough time, the claim that we’re in a bubble usually turns out to be right.&lt;/p&gt;

&lt;p&gt;But the more interesting claim is that AI is a house of cards – basically unprofitable the whole way down – and we’re due for a massive unwinding.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/ai-house-of-cards.jpeg&quot; alt=&quot;Why AI is a house of cards, according to X user Zoomer&quot; width=&quot;100%&quot; class=&quot;rounded-corners&quot; /&gt;&lt;/p&gt;

&lt;p&gt;There is almost certainly some truth to this, but there is a funny implication that the participants are irrationally setting themselves up for failure. I don’t think that’s the case at all.&lt;/p&gt;

&lt;h3 id=&quot;weve-seen-this-before&quot;&gt;We’ve seen this before&lt;/h3&gt;

&lt;p&gt;We’ve seen this sort of thing play out a few times now: in ridesharing, content streaming, semiconductor manufacturing, cloud computing, and other industries.&lt;/p&gt;

&lt;p&gt;In each case, there’s a huge opportunity with economies of scale. Investors fund it aggressively, and companies build aggressively to capture share (unprofitably).&lt;/p&gt;

&lt;p&gt;Then, there’s an unwinding – but it’s not always a crisis. Prices go up, but input costs also go down. Many companies die along the way. Some companies capture big market shares and become the new incumbents.&lt;/p&gt;

&lt;h3 id=&quot;input-costs-are-the-boring-part-of-the-story&quot;&gt;Input costs are the boring part of the story&lt;/h3&gt;

&lt;p&gt;The input costs going down part doesn’t get enough attention… probably because it’s the less explosive, dramatic story.&lt;/p&gt;

&lt;p&gt;But there are lots of forces at work here: cheaper models, better model orchestration, more efficient GPUs, training amortization, and more. All of these make the (admittedly hairy) unit economics picture look a little better.&lt;/p&gt;

&lt;h3 id=&quot;but-it-still-could-be-bad&quot;&gt;But it still could be bad?&lt;/h3&gt;

&lt;p&gt;It’s certainly possible – but we don’t need to freak out just because an big, growing industry is unprofitable. That is fairly normal.&lt;/p&gt;

&lt;p&gt;The most likely outcome, as I see it, is a relatively boring story that won’t make headlines:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Prices will go up some&lt;/li&gt;
  &lt;li&gt;Input costs will go down some&lt;/li&gt;
  &lt;li&gt;Some companies will capture huge share along the way&lt;/li&gt;
&lt;/ol&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Thoughts on using a computer efficiently</title>
    <link href="https://johnsillings.com/2025/09/12/thoughts-on-using-a-computer-efficiently.html" rel="alternate" type="text/html" title="Thoughts on using a computer efficiently"/>
    <published>2025-09-12T00:00:00+00:00</published>
    <updated>2025-09-12T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2025/09/12/thoughts-on-using-a-computer-efficiently.html</id>
    
    <summary>Tl;dr: ditch the mouse, it’s for n00bs. Use keyboard shortcuts for everything.If you’re spending every day on a computer, and especially if you do knowledge ...</summary>
    <content type="html">&lt;p&gt;Tl;dr: ditch the mouse, it’s for n00bs. Use keyboard shortcuts for everything.&lt;/p&gt;

&lt;p&gt;If you’re spending every day on a computer, and especially if you do knowledge work, and especially if your brain is still relatively plastic… you should be using the mouse as minimally as possible.&lt;/p&gt;

&lt;h3 id=&quot;brain-computer-latency&quot;&gt;Brain-computer latency&lt;/h3&gt;

&lt;p&gt;Moving and clicking the mouse is slow and imprecise. Keyboard inputs are fast, perfectly precise, and chain-able.&lt;/p&gt;

&lt;p&gt;Speed is awesome, and it adds up.&lt;/p&gt;

&lt;p&gt;But the real value is in reducing the latency between your brain (“I want to do this thing on the computer”) and the computer input (“I did it”).&lt;/p&gt;

&lt;p&gt;If you’re doing deep work on a computer, keeping this latency low helps you get into a flow state. When the line between having an idea and executing on it disappears, speed &lt;strong&gt;and&lt;/strong&gt; quality both skyrocket.&lt;/p&gt;

&lt;p&gt;(And if it isn’t intuitive how valuable this is: look up videos of &lt;a href=&quot;https://youtu.be/QwNoFOUiSiE?si=YhPAI3nB4kRD8Hjd&amp;amp;t=193&quot;&gt;Excel world champions&lt;/a&gt; – and then compare that to how you use Excel.)&lt;/p&gt;

&lt;h3 id=&quot;be-a-power-user&quot;&gt;Be a power user&lt;/h3&gt;

&lt;p&gt;Every program worth its salt – web browsers, spreadsheets, IDEs, video editing software, DAWs – has a crapload of keyboard shortcuts for power users. If you use a program frequently, you should learn them.&lt;/p&gt;

&lt;h3 id=&quot;ok-fine--buthow&quot;&gt;OK, fine – but how?&lt;/h3&gt;

&lt;p&gt;Here’s some really great advice my old boss, Dan Ha, gave me, paraphrased:&lt;/p&gt;

&lt;p&gt;Every time you find yourself doing something more than once, look up the keyboard shortcut and use it. Then just stay disciplined, and make sure you keep using it.&lt;/p&gt;

&lt;p&gt;It’ll make your work faster, better, and more fun: I guarantee it.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Thoughts on how to disagree</title>
    <link href="https://johnsillings.com/2025/09/11/thoughts-on-how-to-disagree.html" rel="alternate" type="text/html" title="Thoughts on how to disagree"/>
    <published>2025-09-11T00:00:00+00:00</published>
    <updated>2025-09-11T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2025/09/11/thoughts-on-how-to-disagree.html</id>
    
    <summary>Back in the day, I was on my school’s debate team.It was basically a sport for nerds. (In hindsight, my friend group did a lot of “sports for nerds” activiti...</summary>
    <content type="html">&lt;p&gt;Back in the day, I was on my school’s debate team.&lt;/p&gt;

&lt;p&gt;It was basically a sport for nerds. (In hindsight, my friend group did a lot of “sports for nerds” activities: chess, quiz bowl, competitive gaming, etc.)&lt;/p&gt;

&lt;p&gt;Anyway, back to the debate team. We treated it like a sport. We trained for it and attended competitions. It was a lot of fun – but deep down, we were there to win.&lt;/p&gt;

&lt;p&gt;A stronger, better-researched, more clearly articulated argument was the big key to winning (obvious).&lt;/p&gt;

&lt;p&gt;But there were lots of other ways to score points:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;by flustering your opponent with a hard question,&lt;/li&gt;
  &lt;li&gt;catching them off-guard,&lt;/li&gt;
  &lt;li&gt;pointing out something silly they said,&lt;/li&gt;
  &lt;li&gt;and so on.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is how most people think about debating, whether it’s on social media or between political candidates. It is &lt;strong&gt;eristic&lt;/strong&gt; (about “winning”).&lt;/p&gt;

&lt;p&gt;Obviously, this is a popular form of entertainment. We enjoy the drama. We like seeing other people (particularly those we disagree with) get “owned” / “dunked on” / “destroyed” / etc.&lt;/p&gt;

&lt;p&gt;What sucks about this is how shallow it is.&lt;/p&gt;

&lt;p&gt;Mostly in academic circles, there is a less popular and considerably less entertaining form of debate. It is &lt;strong&gt;dialectic&lt;/strong&gt; (about learning through disagreement).&lt;/p&gt;

&lt;p&gt;The ground-rules are different:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;You are charitable. You interpret your opponent’s argument in a strong way, not a weak way.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;You look for common ground. If you find yourself agreeing on something – however small – you build from there.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;You put your ego aside. Being wrong is not a bad thing; it means you’re learning something new.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In a narrow, self-serving sense, there’s obviously a lot of value in being persuasive. But in aggregate, it’s a lot more exciting to actually be right vs. simply being perceived that way.&lt;/p&gt;

&lt;p&gt;This post, and particularly its title, was inspired by &lt;a href=&quot;https://paulgraham.com/disagree.html&quot;&gt;this excellent essay by Paul Graham&lt;/a&gt;.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>How far away is a fully AI-run business?</title>
    <link href="https://johnsillings.com/2024/04/15/ai-run-business.html" rel="alternate" type="text/html" title="How far away is a fully AI-run business?"/>
    <published>2024-04-15T00:00:00+00:00</published>
    <updated>2024-04-15T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2024/04/15/ai-run-business.html</id>
    
    <summary>The first fully AI-operated businesses may be a few years away (or sooner).</summary>
    <content type="html">&lt;p&gt;A demo video featuring an AI programmer called Devin went viral recently. The video depicts an AI agent that takes instructions, formulates a plan, writes code, fixes bugs, and iterates its way toward a shippable solution.&lt;/p&gt;

&lt;p&gt;Even more recently, evidence came to light that this demo was staged – and that the actual capabilities of Devin are a lot less impressive than depicted.&lt;/p&gt;

&lt;p&gt;I’m a lousy programmer who uses AI all the time to hack away on small projects, build prototypes, and write useful scripts. Back in the day, we used to call people like me “script kiddies.”&lt;/p&gt;

&lt;p&gt;But I know people who are actually skilled programmers – friends and colleagues – who are also finding a ton of value from LLMs like GPT-4 and Claude for coding.&lt;/p&gt;

&lt;p&gt;So even though the internet is having fun with another oversold, overhyped AI product, I’m actually quite bullish on AI agents like Devin.&lt;/p&gt;

&lt;p&gt;In fact, I’m working with one such company right now – &lt;a href=&quot;https://checksum.ai&quot;&gt;Checksum&lt;/a&gt;. Checksum is much more specialized than Devin: it writes and maintains end-to-end tests for web apps. But even in these early paces, Checksum’s orchestra of models does its job extremely well.&lt;/p&gt;

&lt;p&gt;More importantly, the pace of progress has been staggering and doesn’t show signs of slowing. I’m lucky enough to see this from the inside at Checksum and other businesses I work with – but I think it’s pretty obvious to any outsiders who are paying attention, too.&lt;/p&gt;

&lt;p&gt;Building software is an obviously valuable target for an AI agent. But other core business functions, like customer acquisition, customer support, and general purpose activities like browsing the internet and sending emails are also getting the AI treatment.&lt;/p&gt;

&lt;h3 id=&quot;so--how-far-away-are-we-from-a-fully-ai-run-business&quot;&gt;So – how far away are we from a fully-AI run business?&lt;/h3&gt;

&lt;p&gt;It seems like we’re pretty close.&lt;/p&gt;

&lt;p&gt;Can an AI agent build and maintain a simple software product? Years away.&lt;/p&gt;

&lt;p&gt;Can an AI agent do customer support? Already here.&lt;/p&gt;

&lt;p&gt;Can an AI agent browse the internet? Already here.&lt;/p&gt;

&lt;p&gt;Can an AI agent pay for stuff? I don’t see why not.&lt;/p&gt;

&lt;p&gt;Can an AI read and respond to email? Already here.&lt;/p&gt;

&lt;p&gt;Can an AI agent build and maintain customer acquisition channels? Years away.&lt;/p&gt;

&lt;p&gt;(This one is particularly interesting to me. Digital channels that are text- or image-based will likely be first up.)&lt;/p&gt;

&lt;p&gt;Can an AI agent take information from one system and give instructions to another system? Years away.&lt;/p&gt;

&lt;p&gt;(The generalized LLM part of this is here, but the generalized action-model part may be years away.)&lt;/p&gt;

&lt;h3 id=&quot;so-what&quot;&gt;So what?&lt;/h3&gt;

&lt;p&gt;Emotionally, I’m not sure how I feel about all this.&lt;/p&gt;

&lt;p&gt;But it sure as heck looks like it’s coming either way – and it’s been hard to think about anything else lately.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Validate with cold email</title>
    <link href="https://johnsillings.com/2024/03/13/validate-with-cold-email.html" rel="alternate" type="text/html" title="Validate with cold email"/>
    <published>2024-03-13T00:00:00+00:00</published>
    <updated>2024-03-13T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2024/03/13/validate-with-cold-email.html</id>
    
    <summary>Cold email is the best way to validate your B2B startup idea.</summary>
    <content type="html">&lt;p&gt;I spend a lot of time thinking about the best way to validate startup ideas.&lt;/p&gt;

&lt;p&gt;And having tried quite a few things, I really think cold email is undoubtedly the &lt;strong&gt;best&lt;/strong&gt; way to validate your B2B startup idea.&lt;/p&gt;

&lt;h3 id=&quot;its-brutal&quot;&gt;It’s brutal&lt;/h3&gt;

&lt;p&gt;Cold email is brutal. It’s not as bad as cold calling, but it’s unpleasant enough that a lot of people outright refuse to do it.&lt;/p&gt;

&lt;p&gt;If you email 100 people and get 1 response back, that’s considered decent performance in the unforgiving world of cold email. And if you have a poorly written or poorly targeted campaign, your annoyed recipients will certainly let you know.&lt;/p&gt;

&lt;p&gt;But this weakness is also a strength. When you &lt;em&gt;do&lt;/em&gt; get an interested response back, you know it’s genuine. You’ve already broken a social contract and barged into somebody’s inbox; they don’t owe you any politeness. They actually care. They’re actually interested.&lt;/p&gt;

&lt;p&gt;Other channels (like events) and approaches (like talking to your friends and colleagues) are rife with &lt;a href=&quot;https://en.wikipedia.org/wiki/Social-desirability_bias&quot;&gt;social desirability bias&lt;/a&gt;. Entire books – including really good ones like &lt;a href=&quot;https://amzn.to/3TzEBzz&quot;&gt;The Mom Test&lt;/a&gt; – have been written to help you avoid this bias.&lt;/p&gt;

&lt;p&gt;But you don’t need to be an expert in conducting user interviews to validate your idea. You just need to do the hard, slightly presumptuous thing, and bother some unwitting strangers with your cold pitch.&lt;/p&gt;

&lt;h3 id=&quot;its-great-for-experimentation&quot;&gt;It’s great for experimentation&lt;/h3&gt;

&lt;p&gt;Cold email gives you an incredibly high degree of control over&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;who gets your message&lt;/li&gt;
  &lt;li&gt;what message they get&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On easy mode, you can simply select what features you’re interested in from a database: job title, industry, location, funding, and so on.&lt;/p&gt;

&lt;p&gt;But things get really interesting when you start daisy-chaining different systems together to put a really fine point on your targeting. Between scraping, the multitude of available databases, and LLMs acting as connective tissue, there’s virtually no limit to how precise your targeting can get.&lt;/p&gt;

&lt;p&gt;And when it comes to your message: here, too, the only real limit to your experimentation is your own imagination. (And the technological constraints of email, which hasn’t changed all that much in the last 20 years.)&lt;/p&gt;

&lt;h3 id=&quot;its-measurable&quot;&gt;It’s measurable&lt;/h3&gt;

&lt;p&gt;There are good reasons to believe that cold email performance is actually pretty tough to measure. This has to do with the nature of spam filters, how various email clients work, and the oblique way that cold email providers guess about things like inbox placement and deliverability.&lt;/p&gt;

&lt;p&gt;Even if you’re skeptical about metrics like open rates, you can always hang your hat on your interested reply rate. This is super straightforward to measure, and easy to compare from one campaign to the next.&lt;/p&gt;

&lt;h3 id=&quot;its-great-for-fast-feedback&quot;&gt;It’s great for fast feedback&lt;/h3&gt;

&lt;p&gt;When it comes to email, the default behavior is typically:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;respond relatively quickly (hours or days)&lt;/li&gt;
  &lt;li&gt;ignore forever (archive or just let it rot)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So another big point for cold email is the ability to get feedback very quickly. In a startup environment, this speed to validation is incredibly valuable.&lt;/p&gt;

&lt;h3 id=&quot;its-quick-to-get-started&quot;&gt;It’s quick to get started&lt;/h3&gt;

&lt;p&gt;If you want to send a high volume of cold email, you’ll need to warm your domain up. This takes a little time, but not much – typically a few weeks.&lt;/p&gt;

&lt;p&gt;But if you’re actually thoughtful about your targeting, you can move way faster.&lt;/p&gt;

&lt;p&gt;Conventional wisdom is that you can send between 20 and 30 cold emails from your primary domain without risking your domain reputation (i.e. getting flagged as a spammer).&lt;/p&gt;

&lt;p&gt;That’s plenty of volume to send some thoughtful, personalized emails and generate real interest… assuming you’re actually onto something.&lt;/p&gt;

&lt;p&gt;You can generate real signal very, very quickly: typically within days.&lt;/p&gt;

&lt;h3 id=&quot;its-not-perfect&quot;&gt;It’s not perfect&lt;/h3&gt;

&lt;p&gt;There are a lot of reasons to not like cold email, and I don’t want to come off as a total fanboy.&lt;/p&gt;

&lt;p&gt;It doesn’t always scale. It can be annoying to maintain. It’s a pain in the neck to troubleshoot.&lt;/p&gt;

&lt;p&gt;On a fundamental level, it can feel like a trespass into someone’s personal digital space. It has the propensity to annoy. And if you do it enough, you will get cursed at, yelled at, and insulted.&lt;/p&gt;

&lt;p&gt;Particularly when it comes to the social aspects of cold email, a lot of folks fear it. Most people don’t want to be annoying or rude.&lt;/p&gt;

&lt;p&gt;But when it’s thoughtfully done, and when you’re grasping around in the dark at the early stages of your startup with your unvalidated idea, it can be an extremely clarifying and effective place to start.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>40 weeks of (mostly) bootstrapper-friendly cooking projects</title>
    <link href="https://johnsillings.com/2023/10/13/40-weeks-of-cooking-projects.html" rel="alternate" type="text/html" title="40 weeks of (mostly) bootstrapper-friendly cooking projects"/>
    <published>2023-10-13T00:00:00+00:00</published>
    <updated>2023-10-13T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2023/10/13/40-weeks-of-cooking-projects.html</id>
    
    <summary>My career in startups (especially self-funded ones) inspired a cooking hobby that enabled me to eat well for cheap</summary>
    <content type="html">&lt;p&gt;For years and years, I pretty much never cooked.&lt;/p&gt;

&lt;p&gt;When I was a kid, my parents did all the cooking and I wasn’t particularly interested in it.&lt;/p&gt;

&lt;p&gt;When I was in college, I experimented a bit (mostly with the goal of bulking and consuming tons of protein), but just made the same few dishes over and over.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#&quot; onclick=&quot;(function(e){e.preventdefault();})(event)&quot; data-tooltip=&quot;Me, making a ground beef omelet and a smoothie in my college dorm.&quot;&gt;&lt;img src=&quot;/assets/images/gross_omelet.jpg&quot; alt=&quot;Me, making a ground beef omelet and a smoothie in my college dorm.&quot; width=&quot;100%&quot; class=&quot;rounded-corners&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also drank a full gallon of milk every day for a while, but that’s a story for another time.&lt;/p&gt;

&lt;p&gt;After college, I also made the same few basics over and over again (like sandwiches, pasta, and bowls of cereal) – but I ate out a ton because it was convenient and I could afford to. Also, no place like NYC to eat out.&lt;/p&gt;

&lt;p&gt;But then I quit that job to bootstrap not just one startup (&lt;a href=&quot;https://artinres.com&quot;&gt;Art in Res&lt;/a&gt;), but two (&lt;a href=&quot;https://miniexhibitions.com&quot;&gt;Mini Exhibitions&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;I needed to eat cheap, but I still wanted to eat well. So I consumed – conservatively – thousands of YouTube and Tiktok cooking videos and taught myself to cook all the things I wanted to eat.&lt;/p&gt;

&lt;p&gt;These days, I have a full-time job at a startup studio, &lt;a href=&quot;https://superset.com&quot;&gt;Superset&lt;/a&gt;. But those bootstrapper-era constraints are still my guiding principles. For me, the best recipes are:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Cheap&lt;/li&gt;
  &lt;li&gt;Efficient (in terms of prep time and cleanup)&lt;/li&gt;
  &lt;li&gt;Reheatable and/or storeable with some shelf life&lt;/li&gt;
  &lt;li&gt;Modular&lt;/li&gt;
  &lt;li&gt;Tasty (obviously)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In an effort to keep improving my skills, and not fall into a “I’m good enough” cooking rut, I make a new dish every week.&lt;/p&gt;

&lt;p&gt;Here are the last 40 or so. Maybe you’ll be inspired to try one or two out. I’ll also drop links and references throughout.&lt;/p&gt;

&lt;h3 id=&quot;chicken-cracklings-ie-roasted-chicken-skins&quot;&gt;Chicken cracklings (ie; roasted chicken skins)&lt;/h3&gt;

&lt;p&gt;I’ll always peel and roast the skin from a rotisserie chicken from now on. This stuff is legit better than bacon. A &lt;a href=&quot;https://www.food.com/recipe/kates-crispy-cracklings-from-leftover-rotisserie-chicken-skin-505812&quot;&gt;link&lt;/a&gt;, but it’s really pretty basic.&lt;/p&gt;

&lt;h3 id=&quot;jar-shaken-butter&quot;&gt;Jar-shaken butter&lt;/h3&gt;

&lt;p&gt;Honestly, not really worth it; but could be useful in a pinch (especially if you keep heavy cream on hand like I do).&lt;/p&gt;

&lt;h3 id=&quot;pressure-cooker-chicken-stock&quot;&gt;Pressure cooker chicken stock&lt;/h3&gt;

&lt;p&gt;This stuff tastes so good, and it’s a good way to use up the mirepoix-y vegetables that are getting a little stale in the crisper drawer. I just used the carcass from a rotisserie chicken.&lt;/p&gt;

&lt;h3 id=&quot;dutch-baby&quot;&gt;Dutch baby&lt;/h3&gt;

&lt;p&gt;This one gets big thumbs up from the adults and kids – and it’s fun for everyone to make together. I went by the &lt;a href=&quot;https://cooking.nytimes.com/recipes/6648-dutch-baby&quot;&gt;NYTimes recipe&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;oreo-butter-stuffed-crepes&quot;&gt;Oreo-butter stuffed crepes&lt;/h3&gt;

&lt;p&gt;One of my kids demands crepes at least once a week. This week, we broke out the molcajete, smashed up some oreos with a little cream, and filled a few crepes with the resulting “cookie butter.” It was a frighteningly efficient way to consume Oreos.&lt;/p&gt;

&lt;h3 id=&quot;pumpkin-spice-syrup&quot;&gt;Pumpkin spice syrup&lt;/h3&gt;

&lt;p&gt;My partner likes pumpkin spice coffee drinks but they’re like $6 a pop at the coffee shop, so I decided to make the syrup at home. Great flavor, but I struggled to get a good, non-sludgy consistency. &lt;a href=&quot;https://abeautifulmess.com/psl-syrup/&quot;&gt;Link&lt;/a&gt; if you want to make your own spiced pumpkin sludge.&lt;/p&gt;

&lt;h3 id=&quot;blueberry-lemon-pancakes&quot;&gt;Blueberry lemon pancakes&lt;/h3&gt;

&lt;p&gt;Usually I’ll just make some pancakes and throw blueberries in. But adding a little lemon to the batter really set these off.&lt;/p&gt;

&lt;h3 id=&quot;blueberry-jam&quot;&gt;Blueberry jam&lt;/h3&gt;

&lt;p&gt;We bought a copious amount of blueberries at the farmers market, so I turned them into jam once they started to turn.&lt;/p&gt;

&lt;h3 id=&quot;feta-cheese-foldovers&quot;&gt;Feta cheese foldovers&lt;/h3&gt;

&lt;p&gt;This was my first time working with puff pastry, which is kind of a pain in the ass. But these were pretty good – I topped with honey and sesame seeds. Probably won’t make again, though.&lt;/p&gt;

&lt;h3 id=&quot;baked-shrimp&quot;&gt;Baked shrimp&lt;/h3&gt;

&lt;p&gt;Maybe I’m doing something wrong, but baked shrimp kinda sucks. They were sort of rubbery and soft, so I think I’ll stick to pan frying. In general, I think shrimp are more trouble than they’re worth, and kind of pricey too.&lt;/p&gt;

&lt;h3 id=&quot;baked-boneless-skinless-chicken-tenders&quot;&gt;Baked boneless skinless chicken tenders&lt;/h3&gt;

&lt;p&gt;The kids often want “plain chicken,” and the adults can easily zhuzh this up for salads, wraps, sandwiches, etc. This is so far the best way I’ve found to bulk prepare it.&lt;/p&gt;

&lt;h3 id=&quot;homemade-milkshakes&quot;&gt;Homemade milkshakes&lt;/h3&gt;

&lt;p&gt;I used the &lt;a href=&quot;https://www.youtube.com/watch?v=1_aQL6LUl4s&amp;amp;ab_channel=AdamRagusea&quot;&gt;Adam Ragusea tutorial&lt;/a&gt;, which is more of a format than anything. These were amazing and super easy to make with an immersion blender.&lt;/p&gt;

&lt;h3 id=&quot;garlicky-sauteed-spinach-and-leek&quot;&gt;Garlicky sauteed spinach and leek&lt;/h3&gt;

&lt;p&gt;We always have some about-to-go-bad spinach in the fridge, but I find regular spinach to be a stringy globby mess that I choke down for health reasons. Adding some leek did wonders for the texture and added some nice allium-ness to the equation (along with the garlic).&lt;/p&gt;

&lt;h3 id=&quot;cocoa-puff-marshmallow-treats&quot;&gt;Cocoa Puff marshmallow treats&lt;/h3&gt;

&lt;p&gt;This was a late night craving, and tasted good, but kind of looked like spider eggs.&lt;/p&gt;

&lt;h3 id=&quot;patty-melts&quot;&gt;Patty melts&lt;/h3&gt;

&lt;p&gt;Patty melts &amp;gt; cheeseburgers. And I love cheeseburgers. This was a certified slapper. I loosely followed &lt;a href=&quot;https://www.youtube.com/watch?v=OCXeEhke84I&amp;amp;ab_channel=SAMTHECOOKINGGUY&quot;&gt;Sam the Cooking Guy’s recipe&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;mango-toast&quot;&gt;Mango toast&lt;/h3&gt;

&lt;p&gt;One of our nieces recommended we try this, and it was pretty good! Basically buttered toast with mango on top; sort of a chunky jammy toast vibe. I think I prefer mango on its own, though.&lt;/p&gt;

&lt;h3 id=&quot;chicken-tikka&quot;&gt;Chicken tikka&lt;/h3&gt;

&lt;p&gt;I tried my hand at our go-to Indian food order, and it was absolutely delicious. I was kind of pessimistic that it’d stand up to our go-to restaurant’s version, but it actually blew it out of the water. A lot of work and cleanup, though, or I’d make it all the time.&lt;/p&gt;

&lt;p&gt;I used &lt;a href=&quot;https://www.joshuaweissman.com/post/chicken-tikka-masala&quot;&gt;Joshua Weissman’s recipe&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;papad-various&quot;&gt;Papad (various)&lt;/h3&gt;

&lt;p&gt;One of my work friends, Pooja, sent me the papad that she makes with her family – all the way from Kerala in India. And what a care package it was: 10 different varieties, each tastier than the last. Fun to cook, too.&lt;/p&gt;

&lt;h3 id=&quot;dark-n-stormy&quot;&gt;Dark ‘n’ stormy&lt;/h3&gt;

&lt;p&gt;My parents brought back some rum from Bermuda, and some ginger beer to go with. Never had one of these before, but they’re excellent.&lt;/p&gt;

&lt;h3 id=&quot;truffled-scrambled-eggs&quot;&gt;Truffled scrambled eggs&lt;/h3&gt;

&lt;p&gt;We have a newborn who is not tolerating dairy proteins, so I’ve been trying to whip up some dairy-free – but still creamy and delicious – dishes for my breastfeeding partner to enjoy. The inclusion of truffle oil turned an otherwise ordinary egg dish into something pretty special.&lt;/p&gt;

&lt;h3 id=&quot;beets&quot;&gt;Beets&lt;/h3&gt;

&lt;p&gt;Just straight-up beets. Never cooked ‘em before. I did ‘em in the oven with olive oil, salt, and pepper. They’re pretty good!&lt;/p&gt;

&lt;h3 id=&quot;blistered-green-beans-with-crispy-chili-oil&quot;&gt;Blistered green beans with crispy chili oil&lt;/h3&gt;

&lt;p&gt;I always get these when I see ‘em on a Chinese food menu, so I decided to make ‘em myself. They were deceptively labor-intensive for such a simple looking dish, but they tasted great. I followed &lt;a href=&quot;https://drivemehungry.com/chinese-style-dry-fried-garlic-green-beans/#recipe&quot;&gt;this recipe&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;no-bake-peanut-butter-chocolate-bars&quot;&gt;No-bake peanut butter chocolate bars&lt;/h3&gt;

&lt;p&gt;Made these to satisfy a craving. Obviously they were delicious, but I just felt like trash afterwards.&lt;/p&gt;

&lt;h3 id=&quot;chicken-caesar-salad-wraps&quot;&gt;Chicken caesar salad wraps&lt;/h3&gt;
&lt;p&gt;Sort of a joyless meal to cook and consume, but definitely convenient and reasonably healthy.&lt;/p&gt;

&lt;h3 id=&quot;chocolate-ganache&quot;&gt;Chocolate ganache&lt;/h3&gt;

&lt;p&gt;Dead easy to make in the microwave, and the kids are always begging me for chocolate-covered treats (e.g. strawberries, pretzels), so this was a good one for the arsenal. &lt;a href=&quot;https://www.instagram.com/spicedupmom/&quot;&gt;Shari Mukherjee&lt;/a&gt; taught me how to make this.&lt;/p&gt;

&lt;h3 id=&quot;irish-soda-bread&quot;&gt;Irish soda bread&lt;/h3&gt;

&lt;p&gt;I dream about this bread from the couple trips I took to Ireland, and it was actually not too difficult to make something comparable. I’m the only one in the family who likes it, though, so I probably won’t make it too often. This was another &lt;a href=&quot;https://www.instagram.com/spicedupmom/&quot;&gt;Shari Mukherjee&lt;/a&gt; recipe.&lt;/p&gt;

&lt;h3 id=&quot;tomato-confit&quot;&gt;Tomato confit&lt;/h3&gt;

&lt;p&gt;For a number of reasons, this is now a go-to for us. It tastes great, it’s (I think) reasonably healthy, it’s super easy to make, and my partner’s mom is always giving us heaps of beautiful cherry tomatoes that she grows.&lt;/p&gt;

&lt;h3 id=&quot;tomato-sandwich&quot;&gt;Tomato sandwich&lt;/h3&gt;

&lt;p&gt;The farmers market near us sells these huge, juicy heirloom tomatoes that make for a great sandwich. This is also a new go-to because it’s easy, refreshing, and super satisfying. My friend &lt;a href=&quot;https://erickim.net/&quot;&gt;Eric Kim&lt;/a&gt; inspired me to try these – they’re in &lt;a href=&quot;https://amzn.to/3RYVWSd&quot;&gt;his cookbook&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;bagel-chips&quot;&gt;Bagel chips&lt;/h3&gt;

&lt;p&gt;Another farmers market thing – I buy lots of bagels at a time which I occasionally forget to freeze. But like making croutons, this is a really simple way to take stale bread and make something a little more shelf-stable.&lt;/p&gt;

&lt;h3 id=&quot;sushi-rice&quot;&gt;Sushi rice&lt;/h3&gt;

&lt;p&gt;Sushi rice is so insanely good and totally worth the little bit of extra work to season it. Also the techniques of mixing and cooling the rice (which I suck at, but whatever) are really satisfying and fun.&lt;/p&gt;

&lt;h3 id=&quot;salmon-rice-bowls&quot;&gt;Salmon rice bowls&lt;/h3&gt;

&lt;p&gt;Sometimes I have these without sushi rice, and it’s serviceable that way, but you really need the tartness of the rice vinegar and kick of sweetness. This is now a regular part of the rotation and we mix-and-match the toppings based on what we have lying around, so points for modularity.&lt;/p&gt;

&lt;h3 id=&quot;white-bread-in-the-breadmaker&quot;&gt;White bread (in the breadmaker)&lt;/h3&gt;

&lt;p&gt;My parents found our old breadmaker – complete with the original sticker showing it passed a Quality Assurance inspection in 1993. The thing still churns out great loaves of bread and our kids love it.&lt;/p&gt;

&lt;h3 id=&quot;milk-bread-in-the-breadmaker&quot;&gt;Milk bread (in the breadmaker)&lt;/h3&gt;

&lt;p&gt;We also made “milk bread” with milk powder, which felt like an interesting science experiment, but didn’t taste so different from the regular white loaf. Making a proper milk bread is on my list to try sometime.&lt;/p&gt;

&lt;h3 id=&quot;cinnamon-tossed-apple-slices-with-peanut-butter&quot;&gt;Cinnamon-tossed apple slices with peanut butter&lt;/h3&gt;

&lt;p&gt;When I went to my childhood friend David’s house, his mom would always serve us apples with peanut butter. I tried tossing the apple slices in cinnamon and it was so good that this is my new favorite way to enjoy this nostalgic favorite.&lt;/p&gt;

&lt;h3 id=&quot;spicy-honey-syrup-for-cocktails&quot;&gt;Spicy honey syrup (for cocktails)&lt;/h3&gt;

&lt;p&gt;This was an unwitting collaboration between the parents (mine and my partners) – hot peppers from her mom, and honey from my beekeeping dad. This stuff was awesome; I had a little bit but gave most of it away as a gift to a mixologist friend.&lt;/p&gt;

&lt;h3 id=&quot;lazy-pizza-with-grocery-store-dough&quot;&gt;Lazy pizza with grocery-store dough&lt;/h3&gt;

&lt;p&gt;I never actually used the grocery store pizza dough before, but it actually makes a pretty tasty (if sort of bready) pie. It’s easy enough that the kids can basically do the whole thing.&lt;/p&gt;

&lt;h3 id=&quot;chicken-riggies&quot;&gt;Chicken riggies&lt;/h3&gt;

&lt;p&gt;This is a Utica, NY specialty that’s somewhere between penne alla vodka and chicken tikka masala. It’s super good. My partner showed me how, but &lt;a href=&quot;https://www.allrecipes.com/recipe/229455/chef-johns-chicken-riggies/&quot;&gt;here’s a recipe&lt;/a&gt; to check out.&lt;/p&gt;

&lt;h3 id=&quot;quick-detroit-style-pizza&quot;&gt;Quick Detroit style pizza&lt;/h3&gt;

&lt;p&gt;This is my go-to pizza recipe – but I think you really need one of the Lloyd pans (or something similar) for it to come out great. You can &lt;a href=&quot;https://www.amazon.com/Lloyd-Pans-Kitchenware-Hard-Anodized-RCT-14926-PSTK/dp/B01FY5PHIK&quot;&gt;buy one here on Amazon&lt;/a&gt; – not cheap at $60, but worth every penny.&lt;/p&gt;

&lt;p&gt;I use &lt;a href=&quot;https://www.ethanchlebowski.com/cooking-techniques-recipes/my-favorite-pizza-style-detroit&quot;&gt;Ethan Chlebowski’s recipe&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;pickled-red-onions&quot;&gt;Pickled red onions&lt;/h3&gt;

&lt;p&gt;Speaking of Ethan Chlebowski, I made pickled onions the very slightly more labor-intensive way (not the lime juice quick-pickle) and it was 100% worth the extra 5-10 minutes. &lt;a href=&quot;https://www.gimmesomeoven.com/quick-pickled-red-onions/&quot;&gt;Recipe&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;mega-onion-focaccia&quot;&gt;Mega onion focaccia&lt;/h3&gt;

&lt;p&gt;I am an onion and allium lover through and through, but this was even a little much for me. I caramelized three types of onions and absolutely slathered this thing with them. It was still pretty damn good, but needed some other complementary flavors in the picture.&lt;/p&gt;

&lt;p&gt;I use &lt;a href=&quot;https://youtu.be/AAkotB7wyUg?si=UtU9XOLU5raGmphT&quot;&gt;Joshua Weissman’s foccacia recipe&lt;/a&gt; which is just next-level.&lt;/p&gt;

&lt;h3 id=&quot;mushroom-risotto&quot;&gt;Mushroom risotto&lt;/h3&gt;

&lt;p&gt;Despite how labor-intensive this dish is, I ended up making it a bunch more times because it’s just so good. I wish there was an easier way… Also, pretty neat that you can get such a creamy dish without milk – I always figured there was some milk (or cream)! &lt;a href=&quot;https://www.instagram.com/cheftraceybloom/&quot;&gt;Chef Tracey&lt;/a&gt; showed me the way.&lt;/p&gt;

&lt;p&gt;I usually write about startups and tech, not food. But if you want to read &lt;a href=&quot;https://www.johnsillings.com/2021/12/05/breaking-the-behavioral-seal.html&quot;&gt;an essay I wrote about tortillas&lt;/a&gt;, go for it.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>I'm already nostalgic for AI-generated Seinfeld</title>
    <link href="https://johnsillings.com/2023/02/05/nostalgia-for-nothing-forever.html" rel="alternate" type="text/html" title="I'm already nostalgic for AI-generated Seinfeld"/>
    <published>2023-02-05T00:00:00+00:00</published>
    <updated>2023-02-05T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2023/02/05/nostalgia-for-nothing-forever.html</id>
    
    <summary>It’s been a wild year for artificial intelligence and machine learning, and Nothing Forever is easily one of my favorite things to come out of it.</summary>
    <content type="html">&lt;p&gt;It’s been a wild year for artificial intelligence and machine learning, and &lt;a href=&quot;https://www.twitch.tv/watchmeforever&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Nothing Forever&lt;/a&gt; is easily one of my favorite things to come out of it.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/nothing-forever-john-sillings-dam.png&quot; alt=&quot;Larry performing a favorite joke in one of Nothing Forever's recurring stand-up segments&quot; width=&quot;100%&quot; class=&quot;rounded-corners&quot; /&gt;&lt;/p&gt;

&lt;p&gt;If you haven’t seen it yet, the premise is “AI-generated Seinfeld,” streaming 24/7 on Twitch.&lt;/p&gt;

&lt;p&gt;The dialogue is written by GPT-3, and &lt;a href=&quot;https://www.reddit.com/r/generative/comments/zavrrv/nothing_forever_generative_alwayson_streaming/iynu5er/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;according to the creator&lt;/a&gt;, nearly everything else about the show is generative, including the speech, camera cuts, shot length, scene length, character blocking and movement, and music.&lt;/p&gt;

&lt;p&gt;On its own, Nothing Forever is pretty amusing and charming. But with Twitch chat streaming alongside it, it’s hilarious, chaotic, and gives me this weird feeling of anticipatory nostalgia.&lt;/p&gt;

&lt;p&gt;I don’t know what the future of AI will be, but I am confident that it will continue to evolve rapidly in the near future. (For what it’s worth, I am bullish on AI.)&lt;/p&gt;

&lt;p&gt;The current state of AI and ML – and weird projects like Nothing Forever – reminds me a lot of the early consumer internet. I’m talking dial-up AOL, Netscape browser, Geocities, Hamster Dance, Flash animations: that internet.&lt;/p&gt;

&lt;p&gt;Both now and then: it’s so exciting and everything is changing so fast. Even though things are rough around the edges, that’s part of its charm. The possibilities feel totally vast and totally underexplored.&lt;/p&gt;

&lt;p&gt;One thing that feels particularly prominent this time around is self-awareness around how janky things are, and that’s really the thing that I love about Nothing Forever.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#&quot; onclick=&quot;(function(e){e.preventdefault();})(event)&quot; data-tooltip=&quot;Larry clips through a table while discussing Fred's shenanigans with Yvonne.&quot;&gt;&lt;img src=&quot;/assets/images/larry-clips-through-table.png&quot; alt=&quot;Larry clips through a table while discussing Fred's plan to steal cookies from the local library&quot; width=&quot;100%&quot; class=&quot;rounded-corners&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The dialogue is bad, and Twitch chat is a chorus of laughter and celebration when the AI produces “an actual joke!”.&lt;/p&gt;

&lt;p&gt;The characters’ speech is stilted and awkward, and chat revels in mocking Larry, Fred, Yvonne, and Kakler’s weird intonations and emphases.&lt;/p&gt;

&lt;p&gt;Characters walk through furniture, fuse into one another, forget who said what, and randomly go silent – and it’s all great fun.&lt;/p&gt;

&lt;p&gt;For a certain type of person who likes technology and absurd humor, it’s an awesome cultural moment – one I’m happy to have witnessed. And if it’s not obvious enough, this is a ringing endorsement to check it out.&lt;/p&gt;

&lt;p&gt;At the very least, it will go down as a great meme – but it might just foreshadow something about the future of media, too.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Breaking the behavioral seal</title>
    <link href="https://johnsillings.com/2021/12/05/breaking-the-behavioral-seal.html" rel="alternate" type="text/html" title="Breaking the behavioral seal"/>
    <published>2021-12-05T00:00:00+00:00</published>
    <updated>2021-12-05T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2021/12/05/breaking-the-behavioral-seal.html</id>
    
    <summary>Why is it so much harder to get started vs. keep going? A little essay about action bias and trying things for the first time.</summary>
    <content type="html">&lt;p&gt;I’m not a self-help guru.&lt;/p&gt;

&lt;p&gt;In fact, by any standard measure, my life is pretty chaotic.&lt;/p&gt;

&lt;p&gt;But this little mental model, “breaking the behavioral seal,” has been fantastic for my personal and career growth, so I’m sharing it with you.&lt;/p&gt;

&lt;h3 id=&quot;my-first-time-making-tortillas&quot;&gt;My first time making tortillas&lt;/h3&gt;

&lt;p&gt;A few years ago, a close friend taught me how to make flour tortillas from scratch. I love Mexican food, and I’d been wanting to try it for a while – years, in fact. But somehow I never got around to it.&lt;/p&gt;

&lt;p&gt;So, my friend had me over and graciously taught me: this is the ingredients list, the prep, the timing, the technique.&lt;/p&gt;

&lt;p&gt;You don’t need much to make flour tortillas: flour, fat, warm water, baking powder, and salt. A mixing bowl is a must, and a rolling pin or tortilla press are nice to have, but you can improvise.&lt;/p&gt;

&lt;p&gt;They come together fast, and even “bad” homemade tortillas blow the grocery store ones out of the water. But the first batch came out great, and were quickly consumed.&lt;/p&gt;

&lt;h3 id=&quot;a-few-days-later&quot;&gt;A few days later&lt;/h3&gt;

&lt;p&gt;I’m home, hungry, and tortilla-less.&lt;/p&gt;

&lt;p&gt;And despite having almost no experience and no rolling pin, I got to work. And they came out … pretty bad. But I enjoyed them all the same.&lt;/p&gt;

&lt;p&gt;So after years of merely &lt;strong&gt;thinking&lt;/strong&gt; about making tortillas, I made them twice in the span of a few days.&lt;/p&gt;

&lt;p&gt;And then, about a week later, I made them again. And the following week, again.&lt;/p&gt;

&lt;p&gt;These days, unless I’m traveling, I’ll make a batch every week or two. It’s a little ceremony I cherish.&lt;/p&gt;

&lt;p&gt;And it all started with just … starting.&lt;/p&gt;

&lt;h3 id=&quot;the-first-step-is-the-half-of-it&quot;&gt;“The first step is the half of it.”&lt;/h3&gt;

&lt;p&gt;I’m not the first person to happen upon this insight. Another close friend (who has eaten many of my tortillas, by the way) shared this Korean proverb with me: “The first step is the half of it.”&lt;/p&gt;

&lt;p&gt;Put less elegantly but more descriptively: if you have a goal, you stand to make a disproportionate amount of progress by simply getting started.&lt;/p&gt;

&lt;p&gt;And more uncouth: once you &lt;a href=&quot;https://idioms.thefreedictionary.com/break+the+seal&quot;&gt;break the seal&lt;/a&gt;, there’s a decent chance you’ll keep going.&lt;/p&gt;

&lt;h3 id=&quot;people-who-break-the-behavioral-seal&quot;&gt;People who break the behavioral seal&lt;/h3&gt;

&lt;p&gt;I’m lucky to know some extremely effective, skilled people, and they all make a habit of breaking the behavioral seal. What makes them try new things?&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;They have an action bias.&lt;/strong&gt; They don’t just idly talk or think about doing something, they actually do it.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;They love learning,&lt;/strong&gt; and are unafraid of (and even excited by) being a novice.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;They are resourceful.&lt;/strong&gt; Even if they don’t have much knowledge, the right tools, or a great environment, they make it work (or try to).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;and-people-who-dont&quot;&gt;And people who don’t&lt;/h3&gt;

&lt;p&gt;They make the same handful of excuses:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;“I’ll do it later.”&lt;/li&gt;
  &lt;li&gt;“I already know I won’t be good at it.”&lt;/li&gt;
  &lt;li&gt;“I don’t have the right tools or the right environment.”&lt;/li&gt;
  &lt;li&gt;“I don’t know what I’m doing.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;getting-over-the-hump&quot;&gt;Getting over the hump&lt;/h3&gt;

&lt;p&gt;We all have thoughts and conversations with friends and colleagues that go like,&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;“[I / we] should do [a thing], that would be [fun / good for business / interesting / healthy / a great experience].”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And we all know how this story typically ends: talk about it, indulge the fantasy, and never do it.&lt;/p&gt;

&lt;p&gt;When we could simply: do it.&lt;/p&gt;

&lt;p&gt;Sure, it might be hard. Sure, you might fail. So what?&lt;/p&gt;

&lt;p&gt;Stop fantasizing about making good tortillas and start making bad ones. It’s the best way to make good ones.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Mistakes you're probably making in the Y Combinator interview</title>
    <link href="https://johnsillings.com/2021/11/30/top-yc-interview-mistakes.html" rel="alternate" type="text/html" title="Mistakes you're probably making in the Y Combinator interview"/>
    <published>2021-11-30T00:00:00+00:00</published>
    <updated>2021-11-30T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2021/11/30/top-yc-interview-mistakes.html</id>
    
    <summary>You got invited to interview with Y Combinator – time to celebrate a little and pat yourself on the back! Or is it?Getting to this stage is an accomplishment...</summary>
    <content type="html">&lt;p&gt;You got invited to interview with Y Combinator – time to celebrate a little and pat yourself on the back! Or is it?&lt;/p&gt;

&lt;p&gt;Getting to this stage is an accomplishment, but it isn’t time to declare victory. It’s time to buckle down, prepare, and ace the interview.&lt;/p&gt;

&lt;p&gt;These are the top mistakes you’re probably making, and suggestions for how to fix them.
&lt;!--more--&gt;&lt;/p&gt;

&lt;h2 id=&quot;the-main-problems&quot;&gt;The main problems&lt;/h2&gt;

&lt;h3 id=&quot;youre-talking-too-much-just-answer-the-damn-question&quot;&gt;You’re talking too much: just answer the damn question&lt;/h3&gt;

&lt;p&gt;The YC interview is 10 minutes long. That is short.&lt;/p&gt;

&lt;p&gt;When a partner asks you a question, just answer it directly and concisely. If they want more information, they’ll ask.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Suppose you get asked:&lt;/strong&gt; “What’s your churn rate?”&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;It’s great to say:&lt;/strong&gt; “It’s 5%.” If the partner needs more information, believe me: they’ll ask.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Don’t say:&lt;/strong&gt; “It’s 5%, but we think it’s going to go even lower once we implement this new feature that we’re working on. We talked to one of our top customers and…”&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You’re smart, you’re excited about your product, and you could talk about it all day long. But now’s not the time. Answer the question directly.&lt;/p&gt;

&lt;p&gt;Answering concisely makes you look better, and helps the partners get through all their questions.&lt;/p&gt;

&lt;h3 id=&quot;you-dont-actually-know-your-numbers&quot;&gt;You don’t actually know your numbers&lt;/h3&gt;

&lt;p&gt;Say it with me: &lt;strong&gt;you need to know your numbers.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And this isn’t just an interview thing. This is a founder thing. This is a business operator thing.&lt;/p&gt;

&lt;p&gt;If you don’t know your numbers, you don’t really know what’s going on in your business.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Table stakes:&lt;/strong&gt; Revenue, growth, costs, profit, retention rates, churn rates, average sale prices, active users, website traffic, burn rate, conversion rates through your funnel, repeat buyer rate, customer acquisition cost, lifetime value per customer, total addressable market, industry growth rate.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Big brain:&lt;/strong&gt; You know how those metrics have changed over time. You know the metrics for different subgroups (e.g. different customer types). You’re aware of industry averages and competitor metrics. You can talk about specific customers (and, if relevant, suppliers) in a numerical way.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Don’t do:&lt;/strong&gt; Uhhh, uhhh, uhhh…&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;your-intro-sucks-andor-you-dont-have-it-memorized&quot;&gt;Your intro sucks and/or you don’t have it memorized&lt;/h3&gt;

&lt;p&gt;You need to have your intro down &lt;strong&gt;cold&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You intro should consist of who you are, what you’re working on, and what problem you’re solving.  The goal is to be descriptive, but also a little exciting and thought-provoking.&lt;/p&gt;

&lt;p&gt;Our intro was something along the lines of: “We’re Art in Res, an art rental marketplace for consumers.  We let you try art before you buy it, and buy it off your own wall in installments.”&lt;/p&gt;

&lt;p&gt;After we got in, we updated it: “We’re Art in Res. We lower the entry barriers to buying fine art by letting people try it before they buy it. Instead of paying upfront, you can buy art in installments and can return any time.”&lt;/p&gt;

&lt;p&gt;We &lt;a href=&quot;https://artinres.com&quot;&gt;pivoted Art in Res&lt;/a&gt; during the W20 batch, but that’s what we did at the time.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Do:&lt;/strong&gt; Introduce yourself, explain what your company does and why it matters.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Don’t:&lt;/strong&gt; Ramble on after your intro, or wing the intro.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;other-problems-and-optimizations&quot;&gt;Other problems and optimizations&lt;/h2&gt;

&lt;h3 id=&quot;youre-not-talking-like-a-human-being&quot;&gt;You’re not talking like a human being&lt;/h3&gt;

&lt;p&gt;One thing I love about YC is that “keeping it real” seems to be an important value. (As far as I know, this isn’t codified anywhere – just my observation.)&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Don’t:&lt;/strong&gt; Try to impress the partners with jargon, present rehearsed lines (other than your intro), or “pitch.”&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Do:&lt;/strong&gt; In plain language, talk about the problem you’re solving, why it’s relevant to you, why you care about it, and how you’re helping your customers with that problem.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;youre-not-talking-about-your-users-or-customers-enough&quot;&gt;You’re not talking about your users or customers enough&lt;/h3&gt;

&lt;p&gt;As a founder, you need to actually talk to your users (and prospective users). You need to listen to them, understand their problems, understand their psychology, and iterate based on what you learn.&lt;/p&gt;

&lt;p&gt;And this stuff – the things you learned from your users and how you iterated based on that feedback – should come up organically throughout the interview over and over again.&lt;/p&gt;

&lt;h3 id=&quot;youre-wasting-time-figuring-out-who-will-answer-which-questions&quot;&gt;You’re wasting time figuring out who will answer which questions&lt;/h3&gt;

&lt;p&gt;As discussed above, the YC interview is damn short, lasting only 10 minutes.&lt;/p&gt;

&lt;p&gt;In order to reduce the friction around, “Hey, do you want to answer this question?” and “Oh, I can answer this question,” decide pre-interview which founders will be responsible for which questions.&lt;/p&gt;

&lt;p&gt;A common strategy is for one founder to answer the majority of the questions, say 70-80%, and the other founders answer questions about specific topics (e.g. tech, sales, whatever).&lt;/p&gt;

&lt;h3 id=&quot;youre-overselling-what-you-do-or-not-being-honest&quot;&gt;You’re overselling what you do (or not being honest)&lt;/h3&gt;

&lt;p&gt;I feel like this is obvious, but don’t lie. Don’t fudge the truth. Don’t try to outwit the partners.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Firstly:&lt;/strong&gt; lying (and its derivatives) just ain’t cool.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Secondly:&lt;/strong&gt; there’s a very good chance it will end poorly for you. Getting caught in a lie is an automatic disqualification (and that goes for any investor).&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Thirdly:&lt;/strong&gt; there’s no shame in not having a ton of traction, having struggles, or not knowing certain answers yet. You’re running a startup, remember?&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By all means, emphasize and highlight what’s going well. But if you’re hiding behind vanity metrics, getting cute with your numbers, or making product claims you can’t back up, you’re just playing yourself.&lt;/p&gt;

&lt;p&gt;That’s it! Best of luck.&lt;/p&gt;

&lt;p&gt;PS: If you’re gearing up for your YC interview, I published the questions we used to prep for our own YC interview &lt;a href=&quot;https://johnsillings.com/2021/11/26/yc-interview-questions.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Who gives the best feedback?</title>
    <link href="https://johnsillings.com/2021/11/27/high-quality-feedback.html" rel="alternate" type="text/html" title="Who gives the best feedback?"/>
    <published>2021-11-27T00:00:00+00:00</published>
    <updated>2021-11-27T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2021/11/27/high-quality-feedback.html</id>
    
    <summary>A biased and heavily anecdotal ranking of the different types of people who will give you user feedback.</summary>
    <content type="html">&lt;p&gt;Are you building something or making something new?&lt;/p&gt;

&lt;p&gt;Well, you don’t want to build in the dark. You want to make sure you’re building something people want. In order to do that, you need to talk to the right people.&lt;/p&gt;

&lt;p&gt;The how-to bible of collecting user feedback is undoubtedly &lt;a href=&quot;https://www.amazon.com/gp/product/1492180742/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1492180742&amp;amp;linkCode=as2&amp;amp;tag=johnsillings-20&amp;amp;linkId=0405575513d29ba07a379f1857c960b6&quot;&gt;The Mom Test&lt;/a&gt;. If you’re serious about doing user interviews the right way, this is a must-read.&lt;/p&gt;

&lt;p&gt;Let’s assume you’ve done your basic homework and you’re ready to start getting feedback on your idea or your product. Who do you talk to?&lt;/p&gt;

&lt;p&gt;Here’s my semi-serious, biased, and heavily anecdotal ranking of the different types of people who will give you feedback.&lt;/p&gt;

&lt;h2 id=&quot;the-different-people-who-will-give-you-feedback-ranked&quot;&gt;The different people who will give you feedback, ranked&lt;/h2&gt;

&lt;h4 id=&quot;people-with-exceptionally-bad-social-skills-who-actually-use-your-product&quot;&gt;People with exceptionally bad social skills who actually use your product&lt;/h4&gt;

&lt;p&gt;They’re the best. They don’t care about hurting your feelings and won’t sugarcoat when it comes to discussing their issues. They actually care about solving their problem and that’s why they’re speaking with you.&lt;/p&gt;

&lt;h4 id=&quot;normal-people-who-actually-use-your-product&quot;&gt;Normal people who actually use your product&lt;/h4&gt;

&lt;p&gt;They will sugarcoat some things. But they’ll be generous with their time, give you real feedback, and tell you what they love about your product so you can double down on what’s working.&lt;/p&gt;

&lt;h4 id=&quot;friends-of-friends-who-fit-your-ideal-customer-profile-talking-behind-your-back&quot;&gt;Friends of friends who fit your ideal customer profile, talking behind your back&lt;/h4&gt;

&lt;p&gt;Great for impressionistic feedback. They’ll speak candidly and truthfully about big-picture things like your branding and feature set (but not to you). A great opportunity to learn about &lt;a href=&quot;https://www.amazon.com/gp/product/0062292986/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0062292986&amp;amp;linkCode=as2&amp;amp;tag=johnsillings-20&amp;amp;linkId=750c31f8fd8c4fec3d0a6f7761db3349&quot;&gt;why more people don’t use your product&lt;/a&gt;.&lt;/p&gt;

&lt;h4 id=&quot;very-smart-investors-and-domain-experts&quot;&gt;Very smart investors and domain experts&lt;/h4&gt;

&lt;p&gt;They have an opinion about you before they even talk to you, and it may be right. Their interests are not necessarily aligned with yours. But, they’re very smart and probably have way more perspective than you do, so it’s an opportunity to learn some super valuable lessons.&lt;/p&gt;

&lt;h4 id=&quot;people-who-almost-used-your-product-but-then-didnt&quot;&gt;People who almost used your product, but then didn’t&lt;/h4&gt;

&lt;p&gt;One of the best people to talk to. Usually not generous with their time, and very hard to pin down. If you can find out why they didn’t use your product, that’s a huge win.&lt;/p&gt;

&lt;h4 id=&quot;people-who-used-your-product-and-churned-out&quot;&gt;People who used your product and churned out&lt;/h4&gt;

&lt;p&gt;Same as the persona above: hard to pin down and usually not generous with their time. But if you can figure out why they stopped using your product, that’s extremely valuable.&lt;/p&gt;

&lt;h4 id=&quot;friends-and-family-with-bad-social-skills&quot;&gt;Friends and family with bad social skills&lt;/h4&gt;

&lt;p&gt;They don’t care so much about hurting your feelings, so they might give you useful, honest feedback. They will be generous with their time. But they’re probably not your target customer.&lt;/p&gt;

&lt;h4 id=&quot;operators-in-your-industry-who-arent-competitors&quot;&gt;Operators in your industry who aren’t competitors&lt;/h4&gt;

&lt;p&gt;There is a good chance they will sugarcoat their feedback, which is hypothetical anyway. They may have an ulterior motive. But they will have unique insights which are extremely valuable, and might share them with you.&lt;/p&gt;

&lt;h4 id=&quot;reasonably-smart-investors&quot;&gt;Reasonably smart investors&lt;/h4&gt;

&lt;p&gt;They have an opinion before they even talk to you, and it’s probably flawed, if not objectively wrong. But they have a lot of perspective and experience, so you may learn a valuable lesson or two.&lt;/p&gt;

&lt;h4 id=&quot;friends-and-family&quot;&gt;Friends and family&lt;/h4&gt;

&lt;p&gt;They want you to be happy, so their feedback will be biased. They will be extremely generous with their time.&lt;/p&gt;

&lt;h4 id=&quot;anonymous-haters-on-the-internet&quot;&gt;Anonymous haters on the Internet&lt;/h4&gt;

&lt;p&gt;Their primary goal is to signal their intelligence in a public forum for internet clout. You may learn valuable impressionistic things from them, but you may be misled, too.&lt;/p&gt;

&lt;h4 id=&quot;anonymous-nice-people-on-the-internet&quot;&gt;Anonymous nice people on the Internet&lt;/h4&gt;

&lt;p&gt;They want to be nice and helpful, but they’re also chasing internet clout in a public forum. You might learn something useful, but you usually won’t.&lt;/p&gt;

&lt;h4 id=&quot;direct-competitors&quot;&gt;Direct competitors&lt;/h4&gt;

&lt;p&gt;Highly dependent on the person and how “zero sum” their attitude is. They will have an extremely valuable perspective, but they will usually be cautious about sharing information with you.&lt;/p&gt;

&lt;h4 id=&quot;inexperienced-smart-people-who-think-they-know-whats-best-for-you-andor-your-company&quot;&gt;Inexperienced smart people who think they know what’s best for you and/or your company&lt;/h4&gt;

&lt;p&gt;Don’t bother. Extremely difficult to extract unbiased feedback. In the supportive case, they want to tell you what to do and how to do it. At best, misleading. At worst, demoralizing.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Our Y Combinator interview prep questions</title>
    <link href="https://johnsillings.com/2021/11/26/yc-interview-questions.html" rel="alternate" type="text/html" title="Our Y Combinator interview prep questions"/>
    <published>2021-11-26T00:00:00+00:00</published>
    <updated>2021-11-26T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2021/11/26/yc-interview-questions.html</id>
    
    <summary>Are you prepping for the YC interview? Here are the questions we used to prep for our interview. We applied with our online art marketplace (formerly art ren...</summary>
    <content type="html">&lt;p&gt;Are you prepping for the YC interview? Here are the questions we used to prep for our interview. We applied with our online art marketplace (formerly art rental marketplace) &lt;a href=&quot;https://artinres.com&quot;&gt; Art in Res&lt;/a&gt; and got in.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;H/t to &lt;a href=&quot;https://johnfriel.net/&quot;&gt;John Friel&lt;/a&gt;, my Art in Res and &lt;a href=&quot;https://miniexhibitions.com&quot;&gt;Mini Exhibitions&lt;/a&gt; cofounder, who thought up and compiled these questions with me.&lt;/p&gt;
&lt;h2 id=&quot;a-few-general-tips&quot;&gt;A few general tips:&lt;/h2&gt;

&lt;p&gt;Answer every question as precisely and succinctly as you can.&lt;/p&gt;

&lt;p&gt;Avoid using jargon.&lt;/p&gt;

&lt;p&gt;It’s fine for one person to do most of the talking, and the interview may go more smoothly this way.&lt;/p&gt;

&lt;p&gt;If a cofounder is doing less talking, decide pre-interview which questions (or question topics) they’ll be responsible for answering.&lt;/p&gt;

&lt;p&gt;The questions below are general questions – you should also anticipate lots of domain-specific and product-specific questions.&lt;/p&gt;

&lt;p&gt;Take care to think about possible tough questions and possible objections pre-interview so you’ll be prepared. You don’t want to get flustered.&lt;/p&gt;

&lt;p&gt;And now, on with the questions.&lt;/p&gt;

&lt;h2 id=&quot;product-and-product-demand&quot;&gt;Product and Product Demand&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;What are you making?&lt;/li&gt;
&lt;li&gt;How does your product work in more detail?&lt;/li&gt;
&lt;li&gt;Who needs what you’re making?&lt;/li&gt;
&lt;li&gt;How do you know customers need what you’re making?&lt;/li&gt;
&lt;li&gt;How will customers and/or users find out about you?&lt;/li&gt;
&lt;li&gt;Where do your new users come from?&lt;/li&gt;
&lt;li&gt;What makes new users try you?&lt;/li&gt;
&lt;li&gt;Why do the reluctant users hold back?&lt;/li&gt;
&lt;li&gt;Where is the rocket science here?&lt;/li&gt;
&lt;li&gt;What is the next step in product evolution?&lt;/li&gt;
&lt;li&gt;What’s new about what you make?&lt;/li&gt;
&lt;li&gt;What are the top things users want?&lt;/li&gt;
&lt;li&gt;What has surprised you about user behaviour?&lt;/li&gt;
&lt;li&gt;How are you understanding customer needs?&lt;/li&gt;
&lt;li&gt;Who were your first customers?&lt;/li&gt;
&lt;li&gt;How are you meeting customers?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;user-behavior&quot;&gt;User Behavior&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;How many users are paying?&lt;/li&gt;
  &lt;li&gt;Are your customers one-and-done, or do they come back?&lt;/li&gt;
  &lt;li&gt;What are other ways people solve this problem?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;progress&quot;&gt;Progress&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;What are your numbers? (to be elaborated into more questions)&lt;/li&gt;
  &lt;li&gt;Why haven’t you made more progress?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;business-model&quot;&gt;Business Model&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;How will you make money?&lt;/li&gt;
  &lt;li&gt;Why is your product priced the way it is?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;next-steps&quot;&gt;Next Steps&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;Why do you want to be part of YC?&lt;/li&gt;
  &lt;li&gt;What are you going to do next?&lt;/li&gt;
  &lt;li&gt;Would you relocate to Silicon Valley? (maybe not relevant anymore)&lt;/li&gt;
  &lt;li&gt;How long can you go before funding?&lt;/li&gt;
  &lt;li&gt;Will your team stick at this?&lt;/li&gt;
  &lt;li&gt;How do we know your team will stick together?&lt;/li&gt;
  &lt;li&gt;Are you open to changing your idea?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;opportunity&quot;&gt;Opportunity&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;If your startup succeeds, what additional areas might you be able to expand into?&lt;/li&gt;
  &lt;li&gt;How do you think about your ASP (average selling price) over time? Do you think this will go up, down, or stay about the same? Why?&lt;/li&gt;
  &lt;li&gt;What could you do to expand your TAM?&lt;/li&gt;
  &lt;li&gt;How big is this market, really?&lt;/li&gt;
  &lt;li&gt;How do you know that this isn’t just for [subculture or niche user base]?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;challenges--obstacles&quot;&gt;Challenges &amp;amp; Obstacles&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;What’s the worst thing that happened?&lt;/li&gt;
  &lt;li&gt;What’s the biggest mistake you have made?&lt;/li&gt;
  &lt;li&gt;What problems / hurdles are you anticipating?  How will you overcome them?&lt;/li&gt;
  &lt;li&gt;What will be the biggest challenge two years from now?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;competition&quot;&gt;Competition&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;Who are your competitors?&lt;/li&gt;
  &lt;li&gt;Who do you fear the most?&lt;/li&gt;
  &lt;li&gt;What do you understand that others don’t?&lt;/li&gt;
  &lt;li&gt;Why isn’t someone already doing this?&lt;/li&gt;
  &lt;li&gt;How is your product different?&lt;/li&gt;
  &lt;li&gt;What, exactly, makes you different from existing options?&lt;/li&gt;
  &lt;li&gt;Who might become competitors?&lt;/li&gt;
  &lt;li&gt;What do you understand about your users?&lt;/li&gt;
  &lt;li&gt;What are the key things about your field that outsiders don’t understand?&lt;/li&gt;
  &lt;li&gt;Won’t [big company] just launch a [whatever your company does] feature and kill you?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;company-history&quot;&gt;Company History&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;Why did you pick this idea to work on?&lt;/li&gt;
  &lt;li&gt;Have you raised funding?&lt;/li&gt;
  &lt;li&gt;What’s the funniest thing that has happened to you?&lt;/li&gt;
  &lt;li&gt;Tell us something surprising you have done?&lt;/li&gt;
  &lt;li&gt;What’s an impressive thing you’ve done?&lt;/li&gt;
  &lt;li&gt;What systems have you hacked?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;company-formation&quot;&gt;Company Formation&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;Will you reincorporate as a Delaware C-Corp?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;marketplace-questions&quot;&gt;Marketplace Questions&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;What side of the marketplace is harder, demand or supply?&lt;/li&gt;
  &lt;li&gt;Is it harder to find suppliers to list [whatever good or service], or buyers to buy?&lt;/li&gt;
  &lt;li&gt;How do you plan to build the marketplace from scratch?&lt;/li&gt;
  &lt;li&gt;How would it work to expand geographically?&lt;/li&gt;
  &lt;li&gt;Why is your commission so high?&lt;/li&gt;
  &lt;li&gt;Why is your commission so low?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;team&quot;&gt;Team&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;How do you all know each other?&lt;/li&gt;
&lt;li&gt;Who are the other founders? (If you have &amp;lt;10% ownership founders)&lt;/li&gt;
&lt;li&gt;Why did your team get together?&lt;/li&gt;
&lt;li&gt;How did your team meet?&lt;/li&gt;
&lt;li&gt;Who in your team does what?&lt;/li&gt;
&lt;li&gt;Who would be your next hire?&lt;/li&gt;
&lt;li&gt;Who would you hire or how would you add to your team?&lt;/li&gt;
&lt;li&gt;Who is “the boss”?&lt;/li&gt;
&lt;li&gt;What domain expertise do you have?&lt;/li&gt;
&lt;li&gt;In what ways are you resourceful?&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id=&quot;metrics-and-financials&quot;&gt;Metrics and Financials&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;What is your growth like?&lt;/li&gt;
&lt;li&gt;How many users do you have?&lt;/li&gt;
&lt;li&gt;What is your user growth rate?&lt;/li&gt;
&lt;li&gt;How many users have ever engaged?&lt;/li&gt;
&lt;li&gt;What is your burn rate?&lt;/li&gt;
&lt;li&gt;What’s the conversion rate?&lt;/li&gt;
&lt;li&gt;What’s the repeat buyer rate?&lt;/li&gt;
&lt;li&gt;What’s the churn rate?&lt;/li&gt;
&lt;li&gt;How much does customer acquisition cost?&lt;/li&gt;
&lt;li&gt;What is the average price of a [purchase, subscription, etc]?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;PS: If you’re getting ready for your YC interview, I wrote about some common YC interview mistakes (and solutions) &lt;a href=&quot;https://johnsillings.com/2021/11/30/top-yc-interview-mistakes.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Perfectionism and pragmatism</title>
    <link href="https://johnsillings.com/2021/11/25/perfectionism.html" rel="alternate" type="text/html" title="Perfectionism and pragmatism"/>
    <published>2021-11-25T00:00:00+00:00</published>
    <updated>2021-11-25T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2021/11/25/perfectionism.html</id>
    
    <summary>There’s a meme about job interviews that goes like this: The interviewer will ask you, “What’s your biggest weakness?” And you respond, “Probably that I’m a ...</summary>
    <content type="html">&lt;p&gt;There’s a meme about job interviews that goes like this: The interviewer will ask you, “What’s your biggest weakness?” And you respond, “Probably that I’m a perfectionist.”
&lt;!--more--&gt;
I’ve never been asked this question in an actual job interview, nor have I asked it. But, I do think there is some wisdom in there. Perfectionist tendencies can make you a great fit for some jobs, and an awful fit for others.&lt;/p&gt;

&lt;p&gt;My own career so far has basically been two jobs.&lt;/p&gt;

&lt;h3 id=&quot;career-path-1-investing-on-wall-street-is-a-great-fit-for-a-perfectionist&quot;&gt;Career path 1, investing on Wall Street, is a great fit for a perfectionist.&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The stakes are very high ($10-100M+ might be riding on a single investment).&lt;/li&gt;
  &lt;li&gt;A slight edge can be hugely profitable.&lt;/li&gt;
  &lt;li&gt;A slight disadvantage can be hugely punitive.&lt;/li&gt;
  &lt;li&gt;You can focus your attention on a particular area where you can outperform others (and you’re typically encouraged to).&lt;/li&gt;
  &lt;li&gt;You can ignore things that aren’t relevant to your investments and prospective investments.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;career-path-2-tech-founder-is-a-terrible-fit-for-a-perfectionist&quot;&gt;Career path 2, tech founder, is a terrible fit for a perfectionist.&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;You have a huge list of to-do’s that feel important, and no choice but to triage.&lt;/li&gt;
  &lt;li&gt;Most mistakes can be fixed.&lt;/li&gt;
  &lt;li&gt;Most advantages last only as long as you keep investing in them.&lt;/li&gt;
  &lt;li&gt;In the early days, you and your cofounders need to wear all the hats (tech, sales, marketing, accounting, legal, HR, management, etc). And in the beginning, you’ll suck at almost all of them.&lt;/li&gt;
  &lt;li&gt;In most cases, quickly shipping and iterating beats trying to ship something flawless.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is there something generalizable in here? I think so.&lt;/p&gt;

&lt;p&gt;If you’re thinking about a job where small mistakes are particularly costly (civil engineer, aerospace engineer, surgeon) or small advantages are particularly well-rewarded (lawyer, investor), these will play to your perfectionist tendencies.&lt;/p&gt;

&lt;p&gt;Or, are you interested in a job where you can iterate quickly (software engineer, marketer, writer) or your ability to ship is more important than avoiding mistakes (artist, entrepreneur)? Pragmatists will outperform.&lt;/p&gt;

&lt;p&gt;As a first-time founder, it took time to unlearn the perfectionist tendencies I picked up as an investor. And despite all the reading and all of the good advice I consumed, I still made a lot of classic newbie founder mistakes as a result: I shipped too slowly. I expected too much from version one. I didn’t course-correct fast enough. I was too married to my original vision.&lt;/p&gt;

&lt;p&gt;New job seekers and career-changers, I hope you can introspect on your own perfectionist or pragmatist tendencies and find the right career fit for you. And to the perfectionist founders reading this, take it easy on yourself.&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>What makes Michael Seibel special?</title>
    <link href="https://johnsillings.com/2021/10/23/what-makes-michael-seibel-special.html" rel="alternate" type="text/html" title="What makes Michael Seibel special?"/>
    <published>2021-10-23T00:00:00+00:00</published>
    <updated>2021-10-23T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2021/10/23/what-makes-michael-seibel-special.html</id>
    
    <summary>If you went through Y Combinator any time in the past 7 years or so, you know: office hours with Michael Seibel just hit different.</summary>
    <content type="html">&lt;p&gt;If you went through Y Combinator any time in the past 7 years or so, you know: office hours with Michael Seibel just hit different.
&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;And by saying this, I am in no way trying to downplay how fantastic the other YC partners are. There is obviously an incredibly high bar.&lt;/p&gt;

&lt;p&gt;When you’re going through YC, or you have the opportunity to be advised by any YC partner, you can expect certain things:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First&lt;/strong&gt;, if you’re prepared with questions, you’ll get a lot of questions back. You will be expected to have answers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Then&lt;/strong&gt;, you’ll get advice that may very well transform your company. The advice will, almost always, be direct and unambiguous – but sometimes the answer will be more like a heuristic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It will feel&lt;/strong&gt; like drinking from a fire hose, and by that I mean it will be fast-paced and you’ll cover a lot, quickly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You’ll leave&lt;/strong&gt; with a clear set of goals, a sense of urgency, and feeling of hopefulness and excitement.&lt;/p&gt;

&lt;p&gt;But with Michael, it really is different. If you know, you definitely know – and if you don’t, I’ll do my best to convey what makes a conversation with Michael Seibel so inspiring and effective:&lt;/p&gt;

&lt;h3 id=&quot;high-intensity&quot;&gt;High intensity&lt;/h3&gt;

&lt;p&gt;In normal social situations, from what I’ve experienced, Michael is a very chill dude with a great laugh who makes others feel included and at ease.&lt;/p&gt;

&lt;p&gt;But in the context of being advised by Michael: no. You’ll get the great laugh from time to time, but that’s about it.&lt;/p&gt;

&lt;p&gt;We went through YC’s W20 batch (“the COVID batch”), the last in-person batch at the time of writing. I sometimes wonder whether remote founders in the more recent batches experience Michael’s intensity in the same way.&lt;/p&gt;

&lt;p&gt;To say Michael “grills” you would be an understatement. The moment a question leaves Michael’s lips, the clock starts ticking. And less than two seconds later, you already can feel it and see it all over Michael’s face: “Does this idiot really not know how many unique visitors he’s had in the past two weeks?”&lt;/p&gt;

&lt;p&gt;And, to add to the pressure (and this is where I wonder about the remote YC experience), Michael’s saccades – the movement of his eyes between fixation points – are on another level. You can actually feel the fixation on your eyes, the corners of your mouth, your shoulders, your forehead.&lt;/p&gt;

&lt;p&gt;It’s one thing to be asked rapid-fire questions and be expected to have answers – that’s pretty standard. With Michael, it’s that, but on God mode. It’s that, but with a hypersensing supercomputer bearing down on you, wondering why you’re such a f***ing idiot.&lt;/p&gt;

&lt;p&gt;I’m exaggerating a little bit, but that’s sort of what it feels like. And in case you’re interpreting this as a criticism, it’s not: this makes you a better founder. After a few conversations with Michael, you will hold yourself to a higher standard of knowing your shit.&lt;/p&gt;

&lt;h3 id=&quot;professional-hater&quot;&gt;Professional hater&lt;/h3&gt;

&lt;p&gt;If you follow Michael’s Twitch cofounder, Justin Kan, you might have heard Justin describe Michael as a “professional hater.” It’s kind of true. Michael is a straight savage.&lt;/p&gt;

&lt;p&gt;Another YC partner might tell you that your landing page isn’t good and that you need to make some changes right away. Michael will tell you that your landing page is punching him in the face, and then he’ll ask you what the hell you were thinking.&lt;/p&gt;

&lt;p&gt;This is another example of standard-raising, but it’s actually something more Socratic than that. “What the hell were you thinking?” is a really important question that sets the stage for a lesson you’ll never forget. With Michael, bad execution isn’t just fixed, it’s also scrutinized.&lt;/p&gt;

&lt;p&gt;That anecdote about the landing page is a real one. We fixed the landing page – but we also had a productive conversation about what we were trying to accomplish in the first place. Later versions of our &lt;a href=&quot;https://artinres.com&quot;&gt;Art in Res&lt;/a&gt; landing page preserved the spirit of our original idea, but the execution was just way better.&lt;/p&gt;

&lt;p&gt;When Michael goes into hater mode, the emotional stakes are high, but the commitment to understanding your decision-making process is high, too. The discrete ideas that went into your execution will be held up to the light and examined: “there’s something to this one,” maybe, but “this one is terrible.”&lt;/p&gt;

&lt;p&gt;These conversations can be uncomfortable, especially to the uninitiated, but the lessons are both nuanced and enduring.&lt;/p&gt;

&lt;h3 id=&quot;chunking-and-pattern-matching&quot;&gt;Chunking and pattern-matching&lt;/h3&gt;

&lt;p&gt;This one absolutely deserves mention, but feels more like a black box. I’m not a psychologist, but I promise there’s something to this.&lt;/p&gt;

&lt;p&gt;You know how memory sport competitors (OK, maybe an obscure reference) use &lt;a href=&quot;https://en.wikipedia.org/wiki/Chunking_(psychology&quot;&gt;chunking&lt;/a&gt; to remember and retrieve huge amounts of information? Michael must be doing some version of that, because this man’s memory and pattern-matching abilities are absurd.&lt;/p&gt;

&lt;p&gt;Pre-founder days, I worked in the investing world and I was a generalist. So I looked at all sorts of companies: healthcare, oil and gas, tech, telecom, insurance, whatever. Every industry and sub-industry was fair game, and every business model, too.&lt;/p&gt;

&lt;p&gt;I’m definitely not a business analysis genius, but I’m good enough and experienced enough to know who’s good and who isn’t. All of the YC partners are excellent at this, but Michael is truly on another level.&lt;/p&gt;

&lt;p&gt;The fluidity with which Michael can remember specific anecdotes and facts about companies he’s advised years ago, then transition from thinking about those companies as atomic units to groups of companies (with varying specificity across different dimensions), and do that with a sensitivity to time (the world changes quickly in Silicon Valley), while zooming in and out to varying levels of detail… it’s crazy to experience.&lt;/p&gt;

&lt;p&gt;One time I remember this being on impressive display was early in our batch when we were thinking about pivoting our business. We got a call from Michael at about 8pm on a weekday. “What’s this I hear about you guys pivoting?”&lt;/p&gt;

&lt;p&gt;The next 90 minutes were a tour de force. Michael analyzed at least 25 pivot ideas and problem spaces on the spot with zero preparation. Regardless of the topic, he could easily recall companies who succeeded, companies who failed, industry dynamics, strategies, regulations, products, pivots, growth channels, etc. But moreover, he would simultaneously theorize about possibilities: things that might work, things that probably wouldn’t, the direction of various industries, and the changing shape of the world.&lt;/p&gt;

&lt;p&gt;There isn’t really a lesson here for founders, except that if you have Michael as a resource, you’re lucky. It’s evident that he puts in a ton of work and probably has some awesome genetic gifts, too.&lt;/p&gt;

&lt;h3 id=&quot;prescriptivist&quot;&gt;Prescriptivist&lt;/h3&gt;

&lt;p&gt;This might be the one where Michael differs the most from the other YC partners.&lt;/p&gt;

&lt;p&gt;I touched on this earlier, but YC office hours follow a general format. You come in with your questions, and you get asked questions back. You get great advice and the whole thing flies by. You leave and you usually feel pretty excited and good.&lt;/p&gt;

&lt;p&gt;With Michael, though, there’s a decent chance that the meeting takes a turn. You come in with your questions, and you get asked questions back…&lt;/p&gt;

&lt;p&gt;But then, something in the air changes, and you can feel it. Michael pieces something together. Your other questions are now irrelevant, at least for the time being. Michael is asking you more questions, and you’re at his mercy. The questions get increasingly psychological and emotional in nature.&lt;/p&gt;

&lt;p&gt;And finally, the denouement. You get told exactly what you need to do. And you need to do it now, by the way. The floor is now open for questions, but except for a clarifying question here or there, you see how your other questions don’t really matter all that much. You’re inspired, you’re totally bought in, and you just want to get the hell out of there and back to work.&lt;/p&gt;

&lt;p&gt;Everyone is fallible, and that includes Michael. In fact, Michael has said that about himself many times. Part of what makes startups so fun is the high degree of uncertainty and breadth of possibilities.&lt;/p&gt;

&lt;p&gt;It seems perfectly reasonable for a smart advisor to remind themselves, “hey, I’m fallible, and this advice may be wrong.” The YC partners do this all the time, which is why it’s pretty common to get advice like “you should try X and Y” or “you should use heuristic Z to figure out the answer.”&lt;/p&gt;

&lt;p&gt;Michael’s advice can often feel more like “And so it was told: Michael Seibel has spoken.” His ability to suppress his sense of fallibility and hit you with some blunt “do this”-type advice is sometimes exactly what you need.&lt;/p&gt;

&lt;h3 id=&quot;caring&quot;&gt;Caring&lt;/h3&gt;

&lt;p&gt;I’m saving the most sentimental one for last, and I think PG’s essay about &lt;a href=&quot;http://www.paulgraham.com/ronco.html&quot;&gt;Ron Conway&lt;/a&gt; was sort of the inspiration for this essay. I wonder why it’s not more common to write essays about people who made your life better, or people you admire.&lt;/p&gt;

&lt;p&gt;I’ve covered a bunch of ground. Michael will psychoanalyze you, obliterate you, teach you, and tell you what to do. But despite the high emotional stakes and uncomfortably blunt advice (that may or may not involve you feeling like an incompetent moron), I never for one second thought “Michael doesn’t care about us.”&lt;/p&gt;

&lt;p&gt;In fact, quite the opposite – it’s pretty evident from all of our interactions with Michael that he cares a lot.&lt;/p&gt;

&lt;p&gt;It would be totally fair for Michael – or any YC partner or investor, for that matter – to just care about their portfolio founders in the context of being an effective operator. But I truly feel like Michael cares about his YC founders in the way a teacher cares about their students.&lt;/p&gt;

&lt;p&gt;He wants us to win, and he wants us to succeed, and it would be amazing if that meant winning and succeeding together. But if winning meant shutting down our company, or succeeding meant quitting and doing something else, that would be OK, too.&lt;/p&gt;

&lt;p&gt;Michael’s brand of caring is tough, charismatic, and wise. And it’s unmistakable – he takes a ton of time and makes real sacrifices in the service of caring for his students.&lt;/p&gt;

&lt;p&gt;I hope this was a fun read for other YC alumni, and hopefully brought back some good memories. It definitely did for me – my cofounder and I had a lot of fun reminiscing. If you’re considering applying to YC, do it – it will be a great experience and it will make you a better founder.&lt;/p&gt;

&lt;p&gt;✌️&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
  <entry>
    <title>Invited To Interview At Y Combinator</title>
    <link href="https://johnsillings.com/2019/10/17/invited-to-interview-at-y-combinator.html" rel="alternate" type="text/html" title="Invited To Interview At Y Combinator"/>
    <published>2019-10-17T00:00:00+00:00</published>
    <updated>2019-10-17T00:00:00+00:00</updated>
    <id>https://johnsillings.com/2019/10/17/invited-to-interview-at-y-combinator.html</id>
    
    <summary>The Art in Res team got some pretty exciting news last night.For those who don’t know, Y Combinator is a startup incubator-slash-accelerator that funded and ...</summary>
    <content type="html">&lt;p&gt;The &lt;a href=&quot;https://artinres.com&quot;&gt;Art in Res&lt;/a&gt; team got some pretty exciting news last night.&lt;/p&gt;

&lt;p&gt;For those who don’t know, &lt;a href=&quot;https://www.ycombinator.com&quot;&gt;Y Combinator&lt;/a&gt; is a startup incubator-slash-accelerator that funded and advised some pretty awesome companies, including some household names like &lt;a href=&quot;#&quot; onclick=&quot;(function(e){e.preventdefault();})(event)&quot; data-tooltip=&quot;a big source of inspiration for art in res&quot;&gt;Airbnb&lt;/a&gt;, Stripe, reddit, and Dropbox.&lt;/p&gt;

&lt;p&gt;They also run &lt;a href=&quot;https://news.ycombinator.com&quot;&gt;Hacker News&lt;/a&gt;, a digital haunt for the Art in Res team and startup &amp;amp; tech folks everywhere.&lt;/p&gt;

&lt;p&gt;And, they’re also widely considered to be one of the best, if not the very best, of the incubators and accelerators.  See &lt;a href=&quot;https://www.forbes.com/sites/alexkonrad/2017/06/07/best-accelerators-of-2017/#33070c2d10cb&quot;&gt;this&lt;/a&gt;, &lt;a href=&quot;https://tendercapital.com/en/the-ten-best-startup-incubators-in-the-world/&quot;&gt;this&lt;/a&gt;, &lt;a href=&quot;https://www.entrepreneur.com/article/300026&quot;&gt;this&lt;/a&gt;, &lt;a href=&quot;https://www.10xfactory.com/startup-accelerators&quot;&gt;this&lt;/a&gt;, &lt;a href=&quot;http://seedrankings.com/&quot;&gt;this&lt;/a&gt;… you get the picture.&lt;/p&gt;

&lt;p&gt;But there’s something much more exciting - and personal - about being invited to interview with y combinator partners in a couple of weeks (!) in Mountain View.&lt;/p&gt;

&lt;p&gt;When my cofounder John Friel started his first tech company, &lt;a href=&quot;https://xhbtr.com&quot;&gt;xhbtr&lt;/a&gt;, it was &lt;a href=&quot;http://www.paulgraham.com/articles.html&quot;&gt;Paul Graham’s essays&lt;/a&gt; that provided the early blueprint.  And when we started Art in Res, the same was true for me and Noni.&lt;/p&gt;

&lt;p&gt;PG’s essays are blueprints, pep talks, life lessons, mental models, reference points, maps and warning signs, all conveyed in bite-sized plain english.  And the philosophy that runs through those essays (and is perpetuated by Y Combinator today) is deeply ingrained in Art in Res (we hope).&lt;/p&gt;

&lt;p&gt;There’s a lot of stuff we could be doing better.  But, for pulling an application together at the 11th hour at the recommendation of a &lt;a href=&quot;https://cardscan.io/&quot;&gt;friend and recent alumnus&lt;/a&gt;, it’s really cool to know we’ve already beat &lt;a href=&quot;#&quot; onclick=&quot;(function(e){e.preventdefault();})(event)&quot; data-tooltip=&quot;estimated 10k applicants, ~500 interviews, via listen notes&quot;&gt;some long odds&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here’s hoping that the interview process treats us kindly - but at least it feels like we’re on the right track.  Wish us luck!  (And if you are interested in helping us prep for the interview process, &lt;a href=&quot;mailto:john@artinres.com&quot;&gt;email me&lt;/a&gt;!)&lt;/p&gt;

&lt;p&gt;Also, massive, gigantic thanks to&lt;/p&gt;
&lt;ul class=&quot;no-list-style&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/will-megson-60619645/&quot;&gt;Will Megson&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/davidk1m/&quot;&gt;David Kim&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.linkedin.com/in/amol-jain-90b56812/&quot;&gt;Amol Jain&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://toddnief.com/&quot;&gt;Todd Nief&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.danielpshea.com/&quot;&gt;Daniel Shea&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;and &lt;a href=&quot;https://twitter.com/jasonfreedman&quot;&gt;Jason Freedman&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;for all the help!&lt;/p&gt;
</content>
    <author>
      <name>John Sillings</name>
    </author>
  </entry>
  
</feed>
