Nick Harbaugh
banner
nickharb.bsky.social
Nick Harbaugh
@nickharb.bsky.social
AI engineer 🤓 and data visualization specialist 📊 working at X-energy ⚛️
Could a mathematical being achieve consciousness? How do we define consciousness in the first place? Could AI systems have a type of consciousness that’s fundamentally different from humans?

Very compelling questions from this interview with AI researcher Kyle Fish.

#ai #airesearch #anthropic
Could AI models be conscious?
YouTube video by Anthropic
youtu.be
October 30, 2025 at 2:41 PM
“It is easy in the world to live after the world's opinion; it is easy in solitude to live after our own; but the great man is he who in the midst of the crowd keeps with perfect sweetness the independence of solitude.”

- Ralph Waldo Emerson
July 21, 2025 at 4:22 PM
Learning how to update dictionaries in #python. Wrote this little test script. I think I want to be friends with Bob.

some_guy = {'name': 'Bob'}
some_guy.update({'likes': ['water', 'food']})
some_guy.update([('dislikes', 'cats')])
some_guy.update(dreams = 'live on moon')
print(some_guy)
July 21, 2025 at 4:17 PM
Reposted by Nick Harbaugh
It's #NationalPoetryMonth, here's Ruth Wolf-Rehfeldt's "Spheres of Interest" (1979)
April 10, 2025 at 2:16 PM
Creating ASCII art using the command line is exactly as exciting as it sounds 🤓❤️👾

Here’s a sneak peek at my progress so far. The goal is to create an ASCII film using raw video footage. More soon! #ascii #asciiart #codeart
February 12, 2025 at 1:55 PM
Hello world!
January 3, 2025 at 1:07 PM