One and a half years ago, I wrote Why I Keep My Kids Away from AI (For Now) As you can probably guess, things have changed. My convictions, as I wrote back in April 2023 are the same. My concerns are the same. But as we move forward and AI creeps more and more into […]
Category: AI
Workspaice: Human+AI, creating together
Update: workspaice now has its own website. track future updates via www.workspaicehq.com I’ve been working on something exciting that I can’t wait to share with you all. It’s called Workspaice, and it’s been quite a journey bringing this idea to life. I want to tell you about this project, my motivations behind it, and how […]
Journalling is great. But I failed every time I tried.
UPDATE: this project was discontinued I lost track of how many times I started a new daily journal, with or without some special journalling methodology. The benefits of journaling regularly are well-known. Many famous personalities and great people also kept a daily diary of some sort. And I don’t even need convincing, I really do […]
AI minds and the ‘inner loop’
Back in late 2022, I started working on my pet project codenamed ‘Armin’ (for ‘artificial mind’). It was all about creating an AI agent that would have some real mind-like faculties. Mind you, this was pre-chatGPT, so I was using the good old completion models, aka Davinci-003. I did a series of videos on the […]
Why I Keep My Kids Away from AI (For Now)
As a tech enthusiast and a parent, I often find myself exploring the intersection of technology, parenting, and education. Artificial intelligence, particularly large language models like the now-famous ChatGPT, has been making headlines for its potential in various applications, including education. While I am an ardent supporter of AI, I believe that we should approach […]
AI that expands its features by writing its own source code
When I finished reading David Shapiro’s “Natural Language Cognitive Architecture”, I got very excited with GPT3 because I finally grasped how powerful a LLM (large language AI model) can be. David’s contributions to the OpenAI community and his youtube videos have helped fuel my interest and desire to experiment with things for myself as well. […]
Advent of Code Day 2
Reminder: my challenge is to attempt to solve the problem without writing a single line of code. Ideally, just writing an initial prompt and get the whole code in one go. You can see the full source code (and the respective prompts) in my repository at https://github.com/nunodonato/advent-of-code-2021 Part 1 Today I decided to try and […]
Advent of Code Day 1
Part 1 The challenge begins. The first puzzle was quite easy to solve, but posed some challenges to write an efficient prompt. Reminder: my challenge is to attempt to solve the problem without writing a single line of code. Ideally, just writing an initial prompt and get the whole code in one go. You can […]