When to start
Paradise Wright
December 4, 2024 · 3 min read
It’s difficult to find the sweet spot between understanding enough of a problem without taking investigation too far, that lets you seize the opportunity to get started. One way to think of this is as a graph over time, with different points yielding different results.

When you’re starting a new project, you’re faced with a lot of questions - you need to understand the problem you’re trying to solve, how much effort it's going to take to solve it, and the benefits you’re going to get from the solution
I like to think about problems as a comparison between the opportunity cost and the amount of knowledge about a subject. The point in time when the project starts is reflected in the opportunity cost; you need to obtain a certain amount of knowledge before you can make a plan and choose a path to execute on.
At the beginning, if you're able to seize an opportunity you might achieve a lot of value output. For instance, getting a new UI library out in a moment that teams can immediately use for an upcoming migration can create value. Whereas rolling it out in a few months later could have almost 0 value (if not negative!), as teams could be past the time of needing it and may even have to spend significant effort switching to it.
When it comes to knowledge, generally the longer you spend researching a subject the more you know. You may not be able to know everything, but the deeper you get into something, the more you understand edge cases and nuances, and give more and more precise estimates.
Seizing opportunity and gaining more knowledge are in obvious, productive tension. This is represented by the graph showing the relationship of opportunity and knowledge in regards to value creation over time. As time goes on the opportunity slips away, while your knowledge increases.

When you first start at T1 you know nothing, but it's probably the time in which any action you take would have the most impact. The direction is unclear, at this point estimates tend to be fuzzy, and because the impact could be large, a wrong direction has a large impact down the road.
On the other hand if you spend weeks or even months researching something, then by T2 you will have all the knowledge to make a very accurate roadmap with great estimations, but the opportunity to have any impact has passed.
Where you want to be is somewhere around the intersection of the two lines at T3, or even earlier! It's good to have some knowledge to be confident you're not going in a completely wrong direction. However, you also have to acknowledge and live with a level of uncertainty. By starting to build something at that point, you can start having an impact.
Finding this point is hard, and is not an exact science. Thinking about this opportunity cost and value creation helps to push for a bias towards action to take the risk and get the reward.