···6969- Balancing log verbosity is crucial. Informative yet concise logs optimize token usage and inference speed.
7070- [You need quick and clear feedback loops](https://lucumr.pocoo.org/2025/6/12/agentic-coding/) (fast tool responses, clean logs, ...).
7171- Prefer functions with clear, descriptive and longer than usual function names over classes. Avoid inheritance and overly clever hacks.
7272+- Write legible (text based) relevant content and link it with anything else (code, diagrams, ...).
72737374## Agents
7475
+1
Decentralized Web.md
···66 - Cryptocurrencies have the [[Incentives]] to keep the users happy since forking is an option.
77- [Web3 is a decentralized internet. Under Web3, the internet is shared online and governed by the collective "we"](https://docs.google.com/document/d/1SWJw_NTyUvgdB_asRzsnVyKjciW8dZbeqQeUeWsEiQc).
88- Decentralized web incentives open source. That creates an ecosystem of composable and permissionless tools that increases the speed of innovation.
99+- [Openness allows local groups to design systems for governance, identity, and other needs in ways that are compatible with local goals](https://vitalik.eth.limo/general/2025/09/24/openness_and_verifiability.html).
910- A way to look at the decentralized web movement is as a laboratory for economic, political, and social experiments.
1011 - The space encourages experimentation in a diverse set of fields like [[Governance]] or [[Finances]].
1112- Networks aren't evenly distributed in the world. E.g: [we see the emergence of densely connected hubs—centralized islands in the internet](https://newsletter.squishy.computer/p/centralization-is-inevitable). Scale-free networks are power-law distributed and emerge due to preferential attachment (rich get richer feedback loops, also known as [[Network Effects]]).
+1-1
Learning.md
···1111 3. Identify your knowledge gaps. What are you missing?
1212 4. Organize and Simplify. Tell a story to teach. Analogies help here!
1313- Follow the guidelines stated in Coursera's [*Learning How to Learn* summary](https://www.reddit.com/r/GetMotivated/comments/5950tm/text_i_just_finished_the_online_coursera_course/).
1414-- Write down the process that better worked for you. Keep improving the process with the learning of failed experiences. [Learn iterating over the process](https://twitter.com/naval/status/1052856864965152769).
1414+- Write down the process that better worked for you. Keep improving the process with the learning of failed experiences. Pain is also information... sometimes you have to learn it the hard way. [Learn iterating over the process](https://twitter.com/naval/status/1052856864965152769).
1515- There are two categories of learning. [Mix them both to learn faster](https://www.joshwcomeau.com/blog/how-to-learn-stuff-quickly/).
1616 1. **Guided:** Reading a tutorial, taking a course, watching a YouTube video. Anything where you're following a guide.
1717 2. **Unguided:** Creating your own projects from scratch, extending a tutorial, looking things up in the docs. Anything where you aren't following a guide.
+1
Making Decisions.md
···1515- Set a default decision and work from there.
1616- Realize that the possibility space is much bigger than you initially think. Take some distance and see the decision through different lenses. The bottleneck to doing something is often knowing that it's even an option.
1717- How un-doable is a decision? If an idea is fully un-doable, make it as quickly as you can. When a decision is something that you can't take back, then it's worth really, really understanding. **Aim for preserving optionality**.
1818+ - Sometimes is good to think like a triage nurse — if you spend too long per patient, you hurt many.
1819- To maximize your long-term happiness, prioritize the projects you'd most regret not having pursued by the time you're old and looking back at your life.
1920- Gather all the information you can. Then, schedule [[time]] to think deeply about it. Brain-dump your thoughts on the problem - what's going wrong, why is it inefficient? Try to understand it in as much detail as possible.
2021 - Learn from the mistakes of others. You can't live long enough to make them all yourself.