Loved that puzzle, thanks for sharing it. I’ve solved a lot of math problems in the past but this one had a unique flavor of interleaving logical reasoning, partial information and a little bit of arithmetic.
HN user
mitko
Essays at d13v.com
Founder at pioneerclimate.com
Defensibility re: companies is well studied, by Hamilton Helmer who and his grad student did case studies of several hundred "defensible" companies and identified 7 "powers" that help companies defend against specific competitors. Note that each power is only applicable towards a specific competitor, and not as a blanket statement. The powers are 1. economies of scale, 2. network effects, 3. counter positioning, 4. Switching costs, 5. Branding, 6. Cornered resource and 7. process power.
I highly recommend Cedric's writing on the topic (behind a paywall) https://commoncog.com/7-powers-summary/
Pioneer | Senior Software Engineer | Climate Tech and LLMs | Seed stage | Remote within USA-48
USA only | $150K+, equity
Apply here: https://pioneerclimate.com/careers
About: Pioneer's mission is to coordinate the funding for rapid decarbonization. We take the pain out of the government grants application process by using dozens of LLM workflows to reduce the effort required to apply and win government awards, and we’ve helped companies win $160M to date. We have more demand than we can serve, and we’re growing revenue.
Culture: Our core values are kindness, impact, intentionality, initiative, feedback and efficiency in that order, and we implement these throughout our processes.
You: Enjoy the 0-to-1, hungry for growth, actively collaborate and pair with users, can handle the nondeterminism of LLMs, start sentences with “What if…“, enjoy building across the full stack.
Stack: We use TypeScript, React, Next.JS, LangSmith and other modern tools.
Yeah! That's the danger with any kind of "model" whether it is CoT, CrewAI, or other ways to outsmart it. It is betting that a programmer/operator can break a large tasks up in a better way than an LLM can keep attention (assuming it can fit the info in the context window).
ChatGPT's o1 model could make a lot of those programming techniques less effective, but they may still be around as they are more manageable, and constrained.
This is so uncannily close to the problems we're encountering at Pioneer, trying to make human+LLM workflows in high stakes / high complexity situations.
Humans are so smart and do so many decisions and calculations on the subconscious/implicit level and take a lot of mental shortcuts, so that as we try to automate this by following exactly what the process is, we bring a lot of the implicit thinking out on the surface, and that slows everything down. So we've had to be creative about how we build LLM workflows.
Maybe one way to think of it is fractal management where a manager would have deep read-write interactions with few skip levels. HBR style says read everywhere, write only direct reports. And it makes for a good software design except that humans are not computers, but there is a shared global context - the company vision and mission.
Through fractal management, a visionary leader can have a better chance to ensure that the vision is translated into practice at the various levels of detail.
Fractal management is only part of it, though as it is a technique, but it doesn’t cover the enormous skin in the game founders have about the success of the company. For many founders, the company is their baby(I am projecting here) and they want to make it succeed. Contrastingly, many of the professional fakers instead see it as just a job, and a step on the ladder. Principal/agent. Without genuine care, and cohesive vision, fractal management can quickly devolve into chaos. It is high reward and also higher risk!!! Maybe that’s why only the founders do it but not their VPs. I wonder if any VPs at Airbnb are doing anything remotely similar to what Bryan Chesky is doing as management style? (Honestly I have no idea)
I am sure that many founders failed also because of it as they might have been missing the charisma, clarity and conviction to pull this off.
(PS. Take my ideas with a big serving of salt, I am a founder but not at a large organization, and the article mainly focuses on large orgs)
Tony Fadell’s idea of a Parent CEO vs Babysitter CEO in Build comes close to this founded mode concept but I am so glad PG memed the founder mode concept into existence, and talk about the gaslighting. And I bet he is right about there are many founders operating somewhat that way already but without a shared mental model and a name to it.
It is really hard to put in practice because of all the gravitational pull towards mediocrity.
As someone who currently runs on decreased sleep, I can relate to a bunch of these.
But in my case, the root cause seems to be stress from increased load, and the higher cortisol levels it creates
We are hiring more!
Pioneer | Founding Senior Software Engineer | Climate Tech and LLMs | Seed stage | SF Bay Area, DC or remote in USA only | $150K+, equity
Apply here: https://usepioneer.com/careers
About: Pioneer's mission is to coordinate the funding for rapid decarbonization. We take the pain out of the government application process by using LLMs to gradually reduce the effort required to identify, qualify, apply, and comply with government awards. We are passionate about climate impact and creating a supportive growth environment based on the fundamentals of Radical Candor. We also have a proven business model and rapidly growing revenue.
Culture: Our core values are kindness, feedback, intentionality, ownership, and impact. We implement these in various creative ways: toms, laps instead of sprints, feedback instead of 1:1, and decision journals! Our newest team member said “Every interaction is “kind”, coming from a good place of respecting each other.”
You: Enjoy the 0-to-1, pre-PMF phase, have an owner mindset, collaborative, have curiosity for technology like LLMs, start sentences with “What if…“, enjoy building across the full stack.
Stack: We use TypeScript, React, Next.JS, and other modern tools.
P.S. We are also hiring for a Founding Operations Lead - apply through the same link as above.
Good to know, but when I applied in 2005/6 iirc they did have as a part of the application a question about anyone in my family being from MIT.
But I didn’t meet many students whose parents were also MIT grads there, which suggests that they don’t give it a benefit.
More than 100 essays on various timeless topics.
Most recently I wrote a series called “how to be a game changer” which focused on creating win win situations in all aspects of life. One of the essays “Opt out of cynicism” made it to #2 on HN.
I’ve been slow to write for the last 1.5y as I was giving a birth to a startup.
Hi Josh - I got your email at join@pioneerclimate.com and replied back.
The other two bounced :)
Pioneer | Founding Senior Software Engineer | Climate Tech and LLMs | Seed stage | SF Bay Area, DC, NY, remote, USA only | $140K+, equity
Apply here: https://usepioneer.com/careers
About: Pioneer takes the pain out of the government application process by using LLMs to gradually reduce the effort required to identify, qualify, apply, and comply with government awards. We are passionate about climate impact and creating a supportive growth environment based on the fundamentals of Radical Candor. We also have a proven business model and rapidly growing revenue.
Culture: Ask us about our culture: toms, laps, feedback, and decision journals! Our newest team member said “Every interaction is “kind”, coming from a good place of respecting each other.”
You: Owner mindset, collaborative, have curiosity for technology like LLMs, start sentences with “What if…“, enjoy building full stack, and enjoy the 0-to-1 phase.
Stack: We TypeScript, React, Next.JS, and other modern tools.
Any folks from Convex, do you have plans on adding vector indexes to Convex databases?
It is not that the commit was wrong. It was the right commit, in the sense that it did expose and trigger the bug. OP is being too modest :)
But the root cause of the bug was in another earlier commit. In a complex system such as the linux kernel, there could be multiple contributing factors. Both the "introducing a sleep" and the "root bug" are contributing factors, but we as engineers tend to think of the "root bug" as the actual problem, because we like more elegant explanations. Also, the "root bug" is likely something that goes against the ethos of the software project, and "common sense best practices", to a much larger degree than "introducing a sleep" is.
This is the type of content that fills me with awe after a long day of meetings. Thank you OP!
It is not clear from the article if you booted linux 290K more times _after_ the bisect, or during the bisect.
Another example of how real world data is always messier than a neat model:
Vatican is entirely encircled in Rome, therefore any area outside Vatican is closer to Rome than the Vatican, yet if we look at them as point sources, as this map does, you see a lot of other area closer to Vatican.
I am reminded of one of Matt Mochary’s teaching: when you have to do a task, which takes away your energy, and cannot be delegated to someone else, them make it “exquisite”.
Next time I have to “pick up trash”, I will try to think “what would these samurai do?”
This. Most of the value of the company is to be created in the future, and you'll likely pivot (based on statistics, your specific idea may turn out to be spot on).
The VP of Sales is interesting. I would imagine that agents wouldn't look like the traditional human roles, but would stack fractally under each other, like functions in code do.
Why not a mixture of both?
We all have insecurities- I’m sure even Mr Wolfram.
But success also leads to confidence. An entrepreneur has to pitch his brand and “wolfram” is his strongest brand.
Would love if someone massively successful explains what that feels like
Probably he comes off as big ego, which we are hardwired to resist.
However I think a lot of that narcissism is confidence justified by his successes and track record, he’s created a lot of value for the world.
I went through an active search two years ago, and what I learned is that cofounder fit is super hard to find, and probably impossible to timebox. But I thought that similar to how zettelkasten allows your ideas to grow into essays, I could grow the size and strength of my network until it becomes extremely obvious that someone is a great fit.
Furthermore, the best fit might be someone who is not on the cofounder market, that way I might be able to recruit them first.
Interesting approach by OP. As a technical founder I am similarly taking the approach of meeting as many people as I can and sharing, building in public, being helpful, but not with the frame of cofounder dating. If we really vibe with someone, then we can take it further. Meanwhile I make progress on my idea that I find meaningful.
Good luck on your journey, Abe!
Hey, OP here, thanks for the question - yes, and I also discuss to what degree I'm not doing them.
And with scrolling addiction - I haven't been able to stop it yet, but I am trying.
Interesting point about nihilism, appreciate your discussion. I still identify as cynical in many domains, though I don't think of myself as nihilistic as the latter seems more absolute.
Re: things that really don't change, I'd say "until they do". Plenty of examples in history where the whole system switches to a different equilibrium point (for example as in "Inadequate Equilibria" book).
When I'm referring to cynicism, I'm talking about the difference between the mindset of "these will never change", vs "these are attractor points in the current social system, which all history so far have been used, but the system may have other equilibriums and solutions for which X=`the rich are not greedy`".
Hope that's helpful!
OP here, thanks a lot for sharing this enlightening story. Your last paragraph remind me also of the Viktor Frankl's "Man Search For Meaning" where the change in outlook was a difference between persevering and perishing in the camps.
Thanks for sharing. I briefly mentioned that "never changing" world in the article but didn't expand on it there. But it was a super strong emotion which motivated this essay and shift in outlook.
OP here, if you're able to separate the act of "look behind the curtain" from the visceral feeling that things can change and you can be the one improving them - then I'm very happy for you.
I personally found it hard to separate the two for many year, and fell in the pattern of unifying them. Cynical outlook has been a helpful protecting mechanism, though no longer as useful, as I'm trying to find and play more win-win games.
As another Bulgarian citizen and software engineer who've had the chance to interact with Bozho on a few of occasions over 15 years, I can't say I'm anything less than excited about the freshness and skill he can bring to Bulgarian politics.
Bozho is a doer.