<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jon Fox</title>
	<atom:link href="https://www.jonefox.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jonefox.com</link>
	<description></description>
	<lastBuildDate>Thu, 16 Jul 2026 14:21:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
<cloud domain='www.jonefox.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<site xmlns="com-wordpress:feed-additions:1">248602203</site>	<item>
		<title>The 20% Tax: What AI Doesn&#8217;t Discount</title>
		<link>https://www.jonefox.com/the-20-tax-what-ai-doesnt-discount/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Thu, 16 Jul 2026 14:21:33 +0000</pubDate>
				<category><![CDATA[Introspective]]></category>
		<category><![CDATA[Working with AI]]></category>
		<category><![CDATA[20% tax]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[productivity]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/?p=1261</guid>

					<description><![CDATA[I recently read David Epstein’s Inside the Box: How Constraints Make Us Better which includes a story about General Magic:&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I recently read David Epstein’s Inside the Box: How Constraints Make Us Better which includes a story about General Magic: dream team, IPO with no product, invented precursors to USB, the touchscreen keyboard, emoji, and &#8220;the cloud&#8221; in 1990. They shipped almost none of it because nothing constrained scope. They had nearly infinite resources, but lost $74M+, and were dead by 2002.</p>



<p class="wp-block-paragraph">The takeaway is not that they were unlucky or a weak team. The team actually went on to create many amazing products in other companies, but the issue was a lack of constraints and forcing functions. They said yes to everything instead of being forced to say no and focus.</p>



<p class="wp-block-paragraph">I realized I now have the same problem with AI tools. You get this feeling of near-infinite output potential because everything is “just a prompt away”. Everything feels cheap now. It’s like all my computer-related work is on sale, and so now I’m overbuying. I’m like the guy who loads up on way too much during Black Friday because he can’t pass up the deal, even if he doesn’t actually need the stuff he’s buying. I constantly end up with dozens of small feature branches stacking up in <a href="https://github.com/jfox85/devx">DevX</a> of things that sounded easy, but got stuck in the mud of manual Jon work that AI couldn’t offload.</p>



<p class="wp-block-paragraph">I’ve started calling this gap the 20% tax. AI is great at starting things and tackling that first 80% that used to feel so hard. The last 20% is all the stuff AI doesn’t really do yet like taste, deciding what to build, integration, real-world validation, final reviews and verifications you still end up doing, project overhead, etc. The constraint used to be <em>can I build this?</em> Now it&#8217;s a stack of 20% questions: <em>should I build this? Is this the right version? The right architecture?</em></p>



<p class="wp-block-paragraph">AI collapses the marginal cost of starting to essentially zero, but the marginal cost of finishing is the same or even grows because now I’m juggling it across even more projects or tasks. Ironically this just means I end up working more. It’s like the Jevons Paradox where these outputs all feel dramatically cheaper (even cheaper than they are), so I spin up more work and more stuff and end up working more than I used to &#8211; not less. In some ways this all feels like the same problem I talked about in <a href="https://www.jonefox.com/promptcrastination/" data-type="post" data-id="1195">Promptcrastination</a>, but instead of avoiding certain tasks in a project it’s spinning up more new projects or tasks. It’s all the same root problem of the capability setting the agenda instead of my priorities setting it.</p>



<p class="wp-block-paragraph">Let’s be honest, though, some of the extra 20%s are totally worth it. AI making the work cheaper does genuinely expand the frontier of what’s worth doing and this means higher leverage for doers who know how to use these tools to their maximum potential. The goal isn’t necessarily to start fewer things, it’s to make sure you’re still choosing the tasks and weighing the full cost of them. Not artificial scarcity, but deliberate constraint.</p>



<p class="wp-block-paragraph">I think the way I’m going to address this is to start testing my own constraints. Put a cap on the number of works-in-progress and make sure I try to really evaluate the last 20% before I start anything. Then capture that last 20% and compare it to my prediction to try to get better at estimating this, especially since it’s likely a moving target as models and tools improve.&nbsp;</p>



<p class="wp-block-paragraph">General Magic had seemingly every resource and no constraints, and ultimately it became a case study in the importance of constraints. AI gives us the same gift, but also the same challenge. The discipline we must all develop in the AI era isn’t better prompting, it’s fully pricing the 20% tax before you buy.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1261</post-id>	</item>
		<item>
		<title>Running Loose Without Flying Blind</title>
		<link>https://www.jonefox.com/running-loose-without-flying-blind/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 13:31:36 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Working with AI]]></category>
		<category><![CDATA[agents]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[productivity]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/?p=1238</guid>

					<description><![CDATA[Am I the only one finding myself running agents in YOLO mode more and more? As they continue to get&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Am I the only one finding myself running agents in YOLO mode more and more? As they continue to get more powerful it feels more and more natural to give them more rope.</p>



<p class="wp-block-paragraph">It feels like the same pattern we all went down for code review. Initially, you reviewed everything. Then you&#8217;d skip the simple stuff like unit tests and boiler plate. After a while you switched to just the more important sections. And as the tooling got better and we have more and more agent driven code review tools to help surface issues, I find myself only reviewing the critical sections or the high level outputs instead.</p>



<p class="wp-block-paragraph">Now that the models have improved and agents can do way more for much longer runs, it only makes sense to give them more permissions. Who wants to sit around hitting enter to hand check every tool call? Why block the next 20 minutes of progress working in the background because it got stuck asking if it could run a fancy bash command to search for something in a local file.</p>



<p class="wp-block-paragraph">And as agents can do more, we naturally want to give them access to more. When it can reach my database, my logs, my metrics, my emails, chats, transcripts, and docs it has more context and can actually do more for me.</p>



<p class="wp-block-paragraph">But then you have that moment where it all goes wrong. Or nearly does. I&#8217;ve had a few now. Once, my agent was digging into why a prod service was throwing so many errors, went a little paperclip-optimizer on me, and decided the cleanest fix was to just remove the service. No more service, no more errors. Another time one blew away a chunk of a local dev database mid-migration. None of mine have been truly catastrophic yet, but every near miss makes me rethink how much access and permission I keep handing these things.</p>



<p class="wp-block-paragraph">I didn&#8217;t want to babysit every tool call. I just wanted to keep running it and still catch the scary stuff. So I started building some tooling around it. Initially I just wanted better visibility for auditing. I started aggregating session logs across my different agent harnesses (Claude Code, Codex, Pi, OpenCode, etc). I added hooks to better log tool calls (especially potentially risky ones). Then I added an egress proxy and routed all network calls through it so I could log specific outbound LLM calls, MCP calls, third-party API calls and see exactly what my agents were doing &#8211; even when I wasn&#8217;t watching. And then I could have a clean agent post process and surface anything weird or scary.</p>



<p class="wp-block-paragraph">Obviously that only catches things after the fact. The next logical step was control. So I started adding some smarts to the proxy so it could reason about each outbound request in context. Not just match a domain or IP against an allow/deny list, but make a real decision about whether to let it through. Improving my chances of catching the weird edge case before it happens instead of reading about it in the logs later.</p>



<p class="wp-block-paragraph">How do you handle this? Do you find yourself wanting to give your agents more and more access and control too? How do you review and secure your setup? Or do you even care to?</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1238</post-id>	</item>
		<item>
		<title>Introducing Nibit and Making Android Typing Suck Less</title>
		<link>https://www.jonefox.com/introducing-nibit-and-making-android-typing-suck-less/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Wed, 13 May 2026 13:46:01 +0000</pubDate>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[crouton creations]]></category>
		<category><![CDATA[dictation]]></category>
		<category><![CDATA[nibit]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[snippets]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/?p=1221</guid>

					<description><![CDATA[Recently I&#8217;ve been working on my phone a lot more. It&#8217;s a combination of me trying to do more work&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Recently I&#8217;ve been working on my phone a lot more. It&#8217;s a combination of me trying to do more work when I&#8217;m out and about, touching grass, and a shift towards more and more of my work being agent assisted. Between the two, I find myself writing on my phone way more than I used to.</p>



<p class="wp-block-paragraph">But here&#8217;s the thing &#8211; writing on my Android phone sucks. The keyboard is small, the dictation is clunky and transcripty, and the whole thing makes me want to go running back to my laptop with a full keyboard any time I need to write more than a quick response.</p>



<p class="wp-block-paragraph">That&#8217;s why I built <a href="https://nibit.app/?utm_source=jonefox&amp;utm_medium=blog&amp;utm_campaign=launch" data-type="link" data-id="https://nibit.app">Nibit</a>. Nibit is a second keyboard for Android packed with snippets, transforms, smart dictation, and a bunch more. You can just use simple triggers like <code>",addr"</code> and have it expand into your full text snippet. You can quickly type <code>",."</code> and trigger the built-in smart dictation that uses AI assistance to clean up your ramblings, handle self correction (&#8220;Let&#8217;s meet Wednesday&#8230;no, wait, Friday&#8221; => &#8220;Let&#8217;s meet Friday&#8221;), and automatically remove all your fillers like um&#8217;s and uh&#8217;s.</p>


<div class="wp-block-image is-style-default">
<figure class="aligncenter size-large"><img decoding="async" src="https://nibit.app/social/snippets/nibit-snippets-social-clip.gif" alt="Snippet example"/></figure>
</div>


<p class="wp-block-paragraph">You can also push things (text, links, files, screenshots) between your phone and laptop, fully E2E encrypted, without texting yourself links. This sounds small, but has been a huge time saver in my workflow. The files have a preset TTL, auto-delete, and I have a Raycast extension to paste or push them with a keyboard shortcut. If you&#8217;re also a Raycast user you can easily import your existing Snippets and Quick Links as well.</p>



<p class="wp-block-paragraph">There are a bunch more features, but the punch line is a quick access way to streamline all your writing on your phone and make it faster, easier, and just a more pleasant experience. And the best part is it auto-switches back to your main keyboard (i.e. Gboard) so you don&#8217;t have to give anything up to use it.</p>



<p class="wp-block-paragraph">You can check out the full feature set at <a href="https://nibit.app/?utm_source=jonefox&amp;utm_medium=blog&amp;utm_campaign=launch">nibit.app</a> or get it directly from the <a href="https://play.google.com/store/apps/details?id=com.croutoncreations.nibit&amp;referrer=utm_source%3Dnibit_website%26utm_medium%3Dwebsite%26utm_campaign%3Dlaunch" data-type="link" data-id="https://play.google.com/store/apps/details?id=com.croutoncreations.nibit&amp;referrer=utm_source%3Dnibit_website%26utm_medium%3Dwebsite%26utm_campaign%3Dlaunch">Play Store</a>.</p>



<p class="wp-block-paragraph">If you do real work from your phone and have the same frustrations I did, give it a shot and tell me what you think.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1221</post-id>	</item>
		<item>
		<title>Agent Angst</title>
		<link>https://www.jonefox.com/agent-angst/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 13:20:13 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Introspective]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[agent angst]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[coding]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/?p=1204</guid>

					<description><![CDATA[I’ve noticed something new that maybe you can relate to if you’re building with AI &#8211; this awesome feeling of&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I’ve noticed something new that maybe you can relate to if you’re building with AI &#8211; this awesome feeling of productivity unleashed by working with agents has a bit of an impact on my attitude towards work. These agents are powerful, and I feel the constant need to keep them running all the time. There’s a low-grade background anxiety when they’re not working that I’ve started to call <em>Agent Angst. </em>It’s that nagging feeling that you know you could be getting more done if you could just kick off another agent, or run another cycle on the batch you’ve already got going. It’s a compulsion to keep these things moving constantly to maximize my productivity. I am the bottleneck.</p>



<p class="wp-block-paragraph">Most of the people I talk to find that AI isn’t reducing the amount of work they&#8217;re doing, it’s actually increasing it. The leverage it gives you makes you take on more. The agents are available 24/7 and you can have as many as you can afford to keep feeding tokens.</p>



<p class="wp-block-paragraph">On the flip side, though, I feel like my work is more flexible than ever in many ways too. I’m no longer locked into meetings all day, only productive at my desktop, and limited to when my coworkers happen to be around to be most productive. I can now keep things spinning at my desk, when I have a down moment waiting in line, or when I’m outside sitting at the park. The moments I used to spend doom scrolling, I now spend pushing agents forward.</p>



<p class="wp-block-paragraph">I haven&#8217;t figured out the right balance yet and maybe there isn&#8217;t one. Maybe Agent Angst is just the new normal for anyone building with AI. But I do know that the moments I used to waste are now moments that move things forward, and that feels like a net win even if my brain hasn&#8217;t fully adjusted to it yet.</p>



<p class="wp-block-paragraph">Have you felt Agent Angst yet? I&#8217;d love to hear how you&#8217;re managing it.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1204</post-id>	</item>
		<item>
		<title>Promptcrastination</title>
		<link>https://www.jonefox.com/promptcrastination/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Tue, 17 Feb 2026 18:00:48 +0000</pubDate>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Introspective]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[promptcrastination]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/?p=1195</guid>

					<description><![CDATA[Recently I found myself knee deep in building an agent to perform market analysis for me. It scraped Reddit, Twitter,&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Recently I found myself knee deep in building an agent to perform market analysis for me. It scraped Reddit, Twitter, forums, and other places my potential customers might complain about the pain they&#8217;d be willing to pay to solve. This thing was great. But I realized while I was adding the 17th additional feature to it that I&#8217;d missed the low hanging fruit. I hadn&#8217;t just reached out to the handful of specific users my very first run had found.</p>



<p class="wp-block-paragraph">I&#8217;ve started calling this <strong>promptcrastination</strong>: using AI-friendly tasks as a sophisticated form of procrastination.</p>



<h3 class="wp-block-heading">What promptcrastination looks like in the wild</h3>



<p class="wp-block-paragraph">Promptcrastination is often rooted in valuing output quantity over output quality, and with AI it&#8217;s really easy to output <em>A LOT</em> of quantity quickly with the illusion of quality.</p>



<p class="wp-block-paragraph">Promptcrastination is when you:</p>



<ul class="wp-block-list">
<li>add another round of unit tests you don&#8217;t really need</li>



<li>start building out a greenfield feature that sounds cool, but you don&#8217;t know has value</li>



<li>generate 20 marketing angles instead of emailing 5 potential users</li>



<li>build a new agent workflow instead of doing the uncomfortable work it was supposed to replace</li>



<li>&#8220;research&#8221; competitors with AI summaries instead of talking to a real customer</li>
</ul>



<p class="wp-block-paragraph">Each of these can be useful. The trap is that they&#8217;re <em>endlessly expandable</em> and <em>emotionally safer</em> than the hard thing.</p>



<h3 class="wp-block-heading">Why this happens (and why it&#8217;s rational)</h3>



<p class="wp-block-paragraph">AI amplifies what&#8217;s already true about human behavior:</p>



<ul class="wp-block-list">
<li>We avoid ambiguity.</li>



<li>We avoid rejection.</li>



<li>We avoid tasks where progress is hard to measure.</li>



<li>We seek quick wins, especially when we&#8217;re tired.</li>
</ul>



<p class="wp-block-paragraph">AI gives you a slot machine for &#8220;progress&#8221;: prompts in, output out. It&#8217;s immediate feedback, low friction, low risk. The really diabolical thing, though, is that it looks like productivity and feels great in the moment.</p>



<p class="wp-block-paragraph">So your brain does the sensible thing: it routes work toward where the gradient is easiest.</p>



<p class="wp-block-paragraph">That&#8217;s core trap in a sentence: <em>when capability shapes priorities instead of priorities shaping capability.</em></p>



<h3 class="wp-block-heading">The cost isn&#8217;t time, it&#8217;s trajectory</h3>



<p class="wp-block-paragraph">The obvious cost is wasted hours.</p>



<p class="wp-block-paragraph">The bigger cost is that it subtly changes what your &#8220;default work&#8221; becomes.</p>



<p class="wp-block-paragraph">You start identifying as someone who is <em>always refining</em> instead of someone who <em>ships and learns</em>. You start optimizing for polish before you have signal. You get good at producing artifacts and bad at making serious bets.</p>



<p class="wp-block-paragraph">You can end up with a very clean pile of output… and no meaningful progress. And it all feels great until you look back at your day, week, month and realize you&#8217;ve accomplished little of actual value.</p>



<h3 class="wp-block-heading">How to fight it without rejecting AI</h3>



<p class="wp-block-paragraph">The goal isn&#8217;t &#8220;use less AI.&#8221; The goal is to stop letting AI decide what &#8220;productive&#8221; means.</p>



<p class="wp-block-paragraph">A few tactics that work:</p>



<ol class="wp-block-list">
<li><strong>Prioritize your task list explicitly.</strong> Don&#8217;t have 5 things to do and do them in any order. Make the order explicit and enforce it. You&#8217;ll naturally want to gravitate to the &#8220;easy&#8221; tasks, but stick to the priority.</li>



<li><strong>Celebrate results, not output.</strong> Keep your focus on the goal or outcome you&#8217;re trying to achieve and don&#8217;t get caught up in false productivity along the way. Write &#8220;identify 3 features that would get Acme Corp to switch&#8221; instead of &#8220;do market research&#8221;.</li>



<li><strong>Measure contact with reality.</strong> If the work doesn&#8217;t touch users or potential users it&#8217;s worth being extra diligent to verify it&#8217;s actually a leverage point and not just more promptcrastination.</li>
</ol>



<h3 class="wp-block-heading">The takeaway</h3>



<p class="wp-block-paragraph">The solution isn&#8217;t to avoid using AI. It&#8217;s holding yourself accountable for whether the thing you&#8217;re prompting is the thing that actually matters.</p>



<p class="wp-block-paragraph">Next time you catch yourself three hours deep in a beautifully polished something, ask: <em>am I working, or am I promptcrastinating?</em></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1195</post-id>	</item>
		<item>
		<title>My Next Project: Crouton Creations</title>
		<link>https://www.jonefox.com/my-next-project-crouton-creations/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Wed, 28 Jan 2026 16:39:04 +0000</pubDate>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[crouton creations]]></category>
		<category><![CDATA[projects]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/?p=1163</guid>

					<description><![CDATA[I&#8217;ve built startups before. TechStars in 2007, two exits, scaling and leading a large team at Walmart Labs, and the&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I&#8217;ve built startups before. TechStars in 2007, two exits, scaling and leading a large team at Walmart Labs, and the first executive hire, leading engineering at a growth stage startup. Twenty years in, I&#8217;ve seen what works and what doesn&#8217;t.</p>



<p class="wp-block-paragraph">Now the economics have changed. What took 10 engineers and 18 months now happens with a small team and AI in weeks. I’ve seen it firsthand. Tools that crank out code, prototypes, even market tests faster than ever. So why keep grinding the the old way? That’s where <a href="https://croutoncreations.com/">Crouton Creations</a> comes in. It’s my next project, a lab where I blend startup grit with AI’s raw power to build new products.</p>



<p class="wp-block-paragraph">After years of scaling teams and navigating bigger companies, this is about getting back to what I love: solving real problems, fast. No fluff, just shippable stuff.</p>



<h2 class="wp-block-heading">Why Now, Why This</h2>



<p class="wp-block-paragraph">AI has changed the game. I started tinkering with it for my own headaches, like automating tedious tasks or building quick apps to scratch an itch. Long story short, it worked so well I thought: why not turn this into a deliberate experiment?</p>



<ul class="wp-block-list">
<li><strong>Scratch my own itch first.</strong> Every idea starts with a problem I face. If I wouldn’t use it daily, it’s dead on arrival.</li>



<li><strong>Bootstrap by default.</strong> Profitability from day one keeps things lean. Control beats chaos every time.</li>



<li><strong>Small team, big speed.</strong> No meetings marathons. Just me and a couple sharp collaborators iterating in days.</li>



<li><strong>Embrace the fails.</strong> Some products will flop. That&#8217;s ok. Document it all, learn quick, pivot faster.</li>
</ul>



<p class="wp-block-paragraph">Ultimately, Crouton Creations is about playing to my strengths: building what works, without the pressure to scale at all costs. We’re shipping AI-powered tools &#8211; think productivity tools and utilities &#8211; that real people (starting with me) actually use.</p>



<p class="wp-block-paragraph">This is my bet, but it&#8217;s not a risky one. I&#8217;ve seen what works when you strip away the theater and focus on real problems. I&#8217;ve built companies before. This time I&#8217;m just doing it faster and smarter, shipping AI-powered tools.</p>



<p class="wp-block-paragraph">If you&#8217;re curious about what happens or want to help me figure out what bootstrapping a small, AI-native startup looks like, <a href="https://www.croutoncreations.com/#newsletter">follow along</a>. I&#8217;ll be sharing the wins, the mistakes, and the lessons learned along the way.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1163</post-id>	</item>
		<item>
		<title>Farewell Torbit / Walmart</title>
		<link>https://www.jonefox.com/farewell-torbit-walmart/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Sun, 11 Oct 2020 00:48:36 +0000</pubDate>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Introspective]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[Torbit]]></category>
		<category><![CDATA[Walmart]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/blog/?p=900</guid>

					<description><![CDATA[I recently left my job at Walmart and in turn left my long journey with the company I co-founded, Torbit.&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I recently left my job at Walmart and in turn left my long journey with the company I co-founded, Torbit. Today would&#8217;ve marked the 10 year birthday of Torbit and it seemed like a good time to wrap up my thoughts and reflections on the long journey of ups and downs that was Torbit.</p>



<p class="wp-block-paragraph">I&#8217;ve learned so much along the way and have met and worked with some truly great people.  The time with Torbit and Walmart has meaningfully changed my life. It&#8217;s allowed me to learn about and build a bunch of really interesting products around proxies, load balancers, edge infrastructure, BPF, RUM, website optimization, edge security, and many other facets. Between the flexibility of working remote and traveling to various offices and markets, it&#8217;s let me really embrace my passion for travel. It&#8217;s allowed me to grow as a manager, mentor some great people, and build and manage a large distributed team which has been a really amazing experience. I&#8217;ve learned a ton about how large enterprises and eCommerce sites work from my time at Walmart as well. I had a relatively uncommon opportunity to continue to build what was very close to a startup within a large company and it was overall a great experience getting to see how that can work after a startup acquisition.</p>



<p class="wp-block-paragraph">To everyone that was a part of that journey with me I want to say thank you. It has really been an adventure and I can&#8217;t image how my life would&#8217;ve turned out without this opportunity. </p>



<p class="wp-block-paragraph">Now I&#8217;m excited to see what&#8217;s next. I haven&#8217;t yet decided on my next project or opportunity, but if you happen to have some ideas or roles that might be interesting feel free to reach out and let me know. I&#8217;m looking forward to starting the next big chapter and a whole new set of learning, experiences, and people to share it with.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">900</post-id>	</item>
		<item>
		<title>2019</title>
		<link>https://www.jonefox.com/2019/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Tue, 31 Dec 2019 22:41:57 +0000</pubDate>
				<category><![CDATA[Introspective]]></category>
		<category><![CDATA[year in review]]></category>
		<guid isPermaLink="false">https://www.jonefox.com/blog/?p=887</guid>

					<description><![CDATA[This year was the year of &#8220;Doing less to do more&#8221; for me. In pretty much all aspects of my&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This year was the year of <em>&#8220;Doing less to do more</em>&#8221; for me. In pretty much all aspects of my life. </p>



<p class="wp-block-paragraph">At work, this was a common mantra for me in my 1-1&#8217;s with my teams this year. It felt like across the board we were often trying to find the most important things to focus on and focus more deeply on those things in order to make sure we got where we needed to be. This was a really challenging year at work and it required us to be much more diligent, focused, and disciplined about picking our goals carefully.</p>



<p class="wp-block-paragraph">This also struck my wife and me in our travel planning this year. We managed to cross off some of our biggest bucket list items including Antartica and Egypt among several others, but we also traveled to far fewer countries and places than we have in recent years. We slowed down for a lot of the rest of our travel throughout the year in order to try to enjoy where we were more and prevent (or at least slow down) burning ourselves  out as much.</p>



<p class="wp-block-paragraph">On the personal development side I found it also applied. I found myself taking this year and focusing on one or two single goals at a time and planning them out a bit more deliberately across the months of the year instead of just trying to tackle all my goals simultaneously or continually adding new ones on as I go as I&#8217;ve been known to do in the past.</p>



<p class="wp-block-paragraph">In the end, 2019 was a good year for me in terms of accomplishments and goals. I think focussing and being deliberate about them made it a much stronger year than the previous one. However it is also a year that has left me feeing drained and needing to regroup a bit. I&#8217;m in the midst of some life transitions that I think will continue on into 2020.</p>



<p class="wp-block-paragraph">Here&#8217;s to hoping for a great 2020.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">887</post-id>	</item>
		<item>
		<title>2015</title>
		<link>https://www.jonefox.com/2015/</link>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Thu, 31 Dec 2015 22:00:14 +0000</pubDate>
				<category><![CDATA[Introspective]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[year in review]]></category>
		<guid isPermaLink="false">http://www.jonefox.com/blog/?p=802</guid>

					<description><![CDATA[If I had to summarize 2015 in a single word it would most certainly be travel.  This past year has been&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<p>If I had to summarize 2015 in a single word it would most certainly be <em>travel</em>.  This past year has been an amazing set of experiences getting to travel all over the world both for work and for pleasure.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-840" title="Maps" src="//s.jonefox.com/blog/wp-content/uploads/2015/12/1a-IMG_5594.jpg" alt="Maps" width="1188" height="792" /></p>
<p>The final stats were:</p>
<ul>
<li>145,000 miles flown</li>
<li>4 continents</li>
<li>22 countries</li>
<li>1 US Territory</li>
</ul>
<p>It&#8217;s been a whirlwind of new experiences, food, and amazing sites and I&#8217;ve loved every minute of it.  Especially getting the chance to catch up with old friends, and make new ones, all around the world.</p>
<p>I&#8217;ve also found an odd joy in maximizing my travel rewards, status, and credit card spending to get the most of my new found travel expenditures.  I&#8217;ll probably elaborate on some of these in a future post.</p>
<p>So in short I&#8217;m thankful for a wonderful year that allowed me to travel the world with the coolest person I know &#8211; my wife.  Here&#8217;s to hoping 2016 is just as amazing.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">802</post-id>	</item>
		<item>
		<title>You are not your company</title>
		<link>https://www.jonefox.com/you-are-not-your-company/</link>
					<comments>https://www.jonefox.com/you-are-not-your-company/#respond</comments>
		
		<dc:creator><![CDATA[jon]]></dc:creator>
		<pubDate>Mon, 01 Jun 2015 20:32:29 +0000</pubDate>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[separation]]></category>
		<category><![CDATA[startups]]></category>
		<guid isPermaLink="false">http://www.jonefox.com/blog/?p=728</guid>

					<description><![CDATA[I&#8217;ve had several conversations recently with other entrepreneurs with a common theme. It is the early days of the company,&#46;&#46;&#46;]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve had several conversations recently with other entrepreneurs with a common theme. It is the early days of the company, with just a hand full of employees. They are going through a crisis or big decision of some kind (it seems like you always are in this stage) and completely stressed out. After talking through the issues, the thing I walked away in all 3 cases was that the founder has completely tied themselves in with the company in their own heads. If the company fails, I am a failure. If I don&#8217;t work non-stop the company has no chance. If I sell my company I am selling my own soul and will have money, but lose everything.</p>
<p>All of these traps are easy to fall into, but are the wrong way to think about it. You are not your company. If you are, then you are either just starting out and can&#8217;t really assess this new creation yet, or you are probably doing it wrong. The idea of an entrepreneur is to ideally build a company that is bigger than the founder. In the early days you are critical, but over time your job is to build systems and hire people (or teams of people) to fill in these critical roles. In many ways the true measure of success is when you&#8217;ve managed to make yourself no longer a necessary piece.</p>
<p>In this way, the company&#8217;s success or failure is clearly separate from your own personal success or failure. The &#8220;I must be essential to my business&#8221; mantra starts to sound like more of an ego driven desire for importance than a cry of exhaustion. And the ability to sell a company that can operate and be valuable to someone else (especially in your absence) starts to sound like a success instead of &#8220;selling out&#8221; and &#8220;giving up your baby&#8221;.</p>
<p>When you are building your company, it&#8217;s going to be your life for a period of time. It&#8217;s long hours, constant fires, and completely all-consuming. It&#8217;s still important, though, to remember that the end goal is to build something bigger than you. To build something where you are not a critical piece of it&#8217;s successful daily operation. Something other people find value in with or without you. The sooner you can untangle the company and your own sense of worth and move to this idea of &#8220;bigger than me&#8221;, the easier it will be for you to be pragmatic about your company and ultimately be more successful; in particular when viewed over a career instead of just a single company.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jonefox.com/you-are-not-your-company/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">728</post-id>	</item>
	</channel>
</rss>
