Skip to content

Commit

Permalink
antifragile and trilemmas
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 committed Jan 16, 2023
1 parent 8cfe887 commit 3df3c2d
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 20 deletions.
Binary file added assets/img/3-Blockchain/hydra-Gustave_Moreau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/3-Blockchain/scalability-trilemma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/3-Blockchain/trilemma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/styles/PBA-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ pba-flex[right] {
padding: 1em;
font-style: italic;
background: rgba(255, 255, 255, 0.1);
border-radius: 0.6em;
}

.reveal blockquote * {
Expand Down
81 changes: 61 additions & 20 deletions syllabus/3-Blockchain/9-Unstoppable_Applications_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Instead we strive to highlight the problem space we face and some classes of sol

## Motivation

So far, we have discussed state machines and consensus... in \_isolation.
So far, we have discussed state machines and consensus... in _isolation_.

Does the _contexts in which they operate within_ matter?

Expand Down Expand Up @@ -44,24 +44,23 @@ Notes:

---

### Unstoppable Apps Properties\*
### Unstoppable Apps Properties

<pba-flex center>

- Incorruptible
- Infallible
- Trustless
- Devoid of Censorship
- Accessible
- [Antifragile](#next-steps)
- Anitfragile
- Trustless\*
- Devoid of Censorship\*
- Accessible\*
- ...perhaps more?

</pba-flex>

_... an N-lemma_

Notes:

note \* indicates the Web3 context for defining properties, not generally.
Not all of these can apply, nor is is possible all simultaneously apply.
We need to craft the system properties based on what we must achieve.
In reality we strive for Absolute Unstoppability, but likely cannot grantee it in _every possible scenario_.
Expand All @@ -75,17 +74,61 @@ We contrast the following in order above:

---

## Anitfragile

<pba-cols>
<pba-col>

<div style="font-size:smaller">

> Some things benefit from shocks; they thrive and grow when exposed to volatility, randomness, disorder, and stressors and love adventure, risk, and uncertainty.
> Yet, in spite of the ubiquity of the phenomenon, there is no word for the exact opposite of fragile.
> Let us call it antifragile.
> Antifragility is beyond resilience or robustness.
> The resilient resists shocks and stays the same; the antifragile gets better.
>
> -- [Antifragile](<https://en.wikipedia.org/wiki/Antifragile_(book)>) --
</div>

</pba-col>
<pba-col>
<img rounded style="width: 500px" src="../../assets/img/3-Blockchain/hydra-Gustave_Moreau.jpg"/>
</pba-col>
</pba-cols>

Notes:

- Read Antifragile quote, recommend book recommended, see the links throughout slides for more after class.
- Hydra fable & lore: https://en.wikipedia.org/wiki/Lernaean_Hydra - even though can be almost completely destroyed, it is _resilient_ and recovers.
Absolutely Unstoppable doesn't mean it cannot be damaged or even paused temporarily, it means it cannot cease to exist and will eventually recover, and ideally come back stronger in doing so.

---

## An N-lemma

Hypothesis: a _truly_ Unstoppable App cannot exist.
Hypothesis: a _absolutely_ Unstoppable App cannot exist.

We must make trade-offs out of all N properties that a _truly_ Unstoppable App would possess.
We must make trade-offs out of all N properties<br>that a _absolutely_ Unstoppable App would possess.

<pba-cols>
<pba-col>
<img rounded style="width: 600px" src="../../assets/img/3-Blockchain/trilemma.svg"/>
</pba-col>
<pba-col>
<img rounded style="width: 600px" src="../../assets/img/3-Blockchain/scalability-trilemma.svg"/>
</pba-col>
</pba-cols>

Notes:

Many [trilemmas](#next-steps) of note.
As with crypto, we can have astronomically good odds... but they are not perfect.
We want the most robust system possible, given the _environment_ the consensus system lives in.s
We want the most robust system possible, given the _environment and context_ the consensus system lives in.

Many relevant [trilemmas](#next-steps) of note, like:

- [Scalability](https://vitalik.ca/general/2021/04/07/sharding.html#the-scalability-trilemma)
- [Zooko's Triangle](https://en.wikipedia.org/wiki/Zooko's_triangle) (Network IDs)

---

Expand All @@ -111,9 +154,13 @@ but peer-to-peer guarantees must be upheld<br>without requiring trust in a servi

## Web3 Tech Stack

<img style="width: 1000px" src="../../assets/img/3-Blockchain/3.4-web3-stack.png"/>
<img style="width: 1200px" src="../../assets/img/3-Blockchain/3.4-web3-stack.png"/>

Notes:

Note, this is a bit dated with advancements in the field, but a good approx. representation.

TODO: update this graphic, rather stale (Joe mentioned in Cambridge)
<!-- TODO: update this graphic, rather stale (Joe mentioned in Cambridge) -->

---

Expand Down Expand Up @@ -744,17 +791,11 @@ Governance/"oops clause" can help fix things, but also risk system capture.
## Next Steps

1. [The Oracle Problem](https://blog.chain.link/what-is-the-blockchain-oracle-problem/)
1. 📔[Antifragile: Things That Gain From Disorder](<https://en.wikipedia.org/wiki/Antifragile_(book)>)
1. Black Swan Theory (Events)

- [Wiki](https://en.wikipedia.org/wiki/Black_swan_theory)
- 📔[The Black Swan: The Impact of the Highly Improbable](https://en.wikipedia.org/wiki/The_Black_Swan:_The_Impact_of_the_Highly_Improbable)

1. Trilemmas:

- [Scalability](https://vitalik.ca/general/2021/04/07/sharding.html#the-scalability-trilemma)
- [Zooko's Triangle](https://en.wikipedia.org/wiki/Zooko's_triangle) (Network IDs)

1. [Token Engineering](https://tokenengineeringcommunity.github.io/website/) {especially the Academy & cadCAD Edu}

Notes:
Expand Down

0 comments on commit 3df3c2d

Please sign in to comment.