Reference Quote

Shuffle
Increasing convinced observability and monitoring as it exists today will soon cease to exist. Two counter trends: autonomous infrastructure & AI.

Humans staring at plots and charts to derive very obvious patterns like why your API is 500ing is NGMI.

On one hand we have infra that scales automatically and self-heals. A lot of our customers simply don’t set up expensive o11y appliances. Prices will go down to approach the cost of data storage. On the other hand, we have the fact that people don’t want o11y, they want solutions.

They want pull requests with fixes, they want automatic rollbacks, they want automatic fail over of vendors (see: AI Gateway).

Similar Quotes

Quote search results. More quotes will automatically load as you scroll down, or you can use the load more buttons.

Works in ChatGPT, Claude, or Any AI

Add semantic quote search to your AI assistant via MCP. One command setup.

Every organization that has not gone through or is not going through complete AI transformation is effectively obsolete.

And this is not “use AI to automate customer support”, but rather, a complete AI rethink of the interface to your customer.

Watching MCP gain momentum reminds me of early API adoption—huge potential but massive risk if you’re not careful.

@Hacker0x01 bug bounty programs and AI red teaming aren’t nice-to-haves anymore. They bring in external perspectives, which is what you need when your system opens to the external world.

Sharing an interesting recent conversation on AI's impact on the economy.

AI has been compared to various historical precedents: electricity, industrial revolution, etc., I think the strongest analogy is that of AI as a new computing paradigm (Software 2.0) because both are fundamentally about the automation of digital information processing.

If you were to forecast the impact of computing on the job market in ~1980s, the most predictive feature of a task/job you'd look at is to what extent the algorithm of it is fixed, i.e. are you just mechanically transforming information according to rote, easy to specify rules (e.g. typing, bookkeeping, human calculators, etc.)? Back then, this was the class of programs that the computing capability of that era allowed us to write (by hand, manually).

With AI now, we are able to write new programs that we could never hope to write by hand before. We do it by specifying objectives (e.g. classification accuracy, reward functions), and we search the program space via gradient descent to find neural networks that work well against that objective. This is my Software 2.0 blog post from a while ago. In this new programming paradigm then, the new most predictive feature to look at is verifiability. If a task/job is verifiable, then it is optimizable directly or via reinforcement learning, and a neural net can be trained to work extremely well. It's about to what extent an AI can "practice" something. The environment has to be resettable (you can start a new attempt), efficient (a lot attempts can be made), and rewardable (there is some automated process to reward any specific attempt that was made).

The more a task/job is verifiable, the more amenable it is to automation in the new programming paradigm. If it is not verifiable, it has to fall out from neural net magic of generalization fingers crossed, or via weaker means like imitation. This is what's driving the "jagged" frontier of progress in LLMs. Tasks that are verifiable progress rapidly, including possibly beyond the ability of top experts (e.g. math, code, amount of time spent watching videos, anything that looks like puzzles with correct answers), while many others lag by comparison (creative, strategic, tasks that combine real-world knowledge, state, context and common sense).

Software 1.0 easily automates what you can specify.
Software 2.0 easily automates what you can verify.

Loading...