Skip to content

Commit 18748ae

Browse files
committed
autosave: 2026-03-10 06:43:48
1 parent f0fa26b commit 18748ae

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

posts/2025-08-02-landscape-shrouded-in-clouds.qmd

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ General model of knowledge.
446446
| - random landscape (Kortum) | none | categorial |
447447
| - random with noise (Jovanovic & Nyarko) | none | categorical |
448448
| - K-arm bandit | none | categorical |
449-
| - Brownian landscape (Callander) | none | scalar |
449+
| - Brownian landscape (Callander/Bardhi) | none | scalar |
450450
| - NK fitness | none | vector |
451451
| - Bayesian optimization (GP-UCB/TS) | none | vector |
452452
| | | |
@@ -494,15 +494,22 @@ Continuous action, Weiner outcome.
494494

495495

496496
Atomic actions.
497-
498-
: @kortum1997research models technological progress as taking random draws from a distribution ("undirected search"). Thus the returns to experience and R&D will depend on the thickeness of tails of the underlying distribution:
497+
: @kortum1997research models technological progress as taking random draws from a distribution ("undirected search"). Thus the returns to experience and R&D will depend on the thickeness of tails of the underlying distribution:
499498
- If the distribution is bounded, growth asymptotes to zero.
500499
- If the distribution is exponential (thin tails) then growth has diminishing elasticity, $A=\ln n$.
501500
- If the distribution is Pareto (thick tails) then growth has constant elasticity, $A = n^\gamma$.
502501

503-
Note that random/undirected search seems a poor fit for most innovation processes. It implies that the share of trials that are failures will increases very strongly over time, but this seems unlikely to be true in the data. Most search seems pretty directed: Edison testing filaments, high-through drug discovery, evaluating mutations.
502+
Note that random/undirected search has some odd implications:
503+
504+
1. A given innovation is equally likely to be discovered early as late, a caveman is equally likely to invent the transformer, as a software engineer.
505+
2. The share of trials that are successes decreases very strongly over time.
506+
3. The distribution of proportional jumps is independent of the level, $P(q>\theta \bar q \mid q>\bar q) = \theta^{-\alpha}$.
507+
508+
In practice most search seems pretty directed: Edison testing filaments, high-through drug discovery, evaluating mutations.
509+
510+
504511

505-
: @agrawal2023automation model a finite distribution of alternatives, and the inventor has a prior probability of success for each. They let AI change the distribution of priors, and they show that this change will tend to decrease time-to-success and increase R&D effort.^[Note that they set up the landscape as a combination of N elements, but by email they confirm that the combinatorial structure isn't actually used. They say their earlier paper, @agrawal2019needles, does use the combinatorial structure.]
512+
: @agrawal2023automation model a finite distribution of alternatives, and the inventor has a prior probability of success for each. They let AI change the distribution of priors, and they show that this change will tend to decrease time-to-success and increase R&D effort.^[Note that they set up the landscape as a combination of N elements, but by email they confirm that the combinatorial structure isn't actually used. They say their earlier paper, @agrawal2019needles, does use the combinatorial structure.]
506513

507514
Combinatorial actions.
508515

0 commit comments

Comments
 (0)