Skip to main content

7 posts tagged with "product"

View All Tags

· 10 min read

Have you ever tried to create a language from scratch? I began creating one for fun a while ago, and I've been trying to teach it to ChatGPT,. Langaf is a fictional language that is similar to English and uses a base twelve counting system.

· 3 min read

Application Programming Interfaces, or APIs, are an essential component of modern software development. APIs allow different software systems to interact with each other, facilitating the exchange of data and functionality between them. However, while APIs have become ubiquitous in modern software development, their documentation often leaves much to be desired.

· 3 min read

As a product manager, making decisions is a big part of the job. While we all want to make the right decision every time, sometimes things don't go as planned. It can be tempting to try to stick with a decision, even when it's not working, but I've learned that it's better to be able to reverse course and make a new decision.

· 3 min read

Life can often feel like a journey towards a specific goal, be it happiness, wealth, expertise, or fame. And just like in artificial intelligence, achieving our goals can be seen as an optimization problem. But what if we thought of life itself as an AI search problem? What lessons could we learn from the various search approaches used by computer scientists and mathematicians?