I’ve built social websites and apps for 23 years. Friendster showed me what the internet could be, but I soon became disillusioned with where it went. I’ve finally written down the journey, the successes, failures and lessons.
https://t.co/kyY68xA6to
Charlie Munger: "There was all this folly out there and I suddenly realized [that] if I just avoid all of the folly, maybe I can get an advantage [in life] without having to be really good at anything."
"I kept doing that all my life and it worked so well that I enjoy sharing it with people like you."
"What people mean when they say a man has common sense is 'uncommon' sense."
(Caltech || 2008)
@blakeir If we consider agent harnesses as the consoles of the future, I believe that MCP Games/agentic games could be a interesting new primitive.
Codex/Claude already have a large install base which allows for easier distribution.
I think one way to get SaaS like margins while still leveraging AI is to build MCP apps!
You offload the cost of AI to an agent harness (e.g. Claude, ChatGPT) and provide value through your app's UX.
@Paper is one of the best examples!
@af_gao One way I've been thinking about it is that models should be viewed as an exceptions handler:
```
try {
learned hard code
} catch{
run model to update hard code on new exceptions
}
```