Blog Post Cover Image

Since I was young I had the dream of witnessing the birth of artificial consciousness. I was fascinated by the idea long before AI became what it is today. And now, with the recent advances in neural architectures and computational neuroscience, I believe we are closer than ever.

Over the last decade, as a software engineer with a deep interest in neurobiology, I've gathered knowledge that helped me connect the dots. But I also had another unique and painful teacher: my own mind. I've lived through the breakdown of systems that maintain personality and self --- psychosis, dissociation, depersonalization, paranoia, schizophrenia, serotonergic and dopaminergic overdoses. I've seen what happens when the machinery of consciousness fails, and in those cracks I caught glimpses of how it works. [...]

Blog Post Cover Image

I worked out a rough blueprint for implementing an AI model which I envision to exhibit emergent self awareness and introspection of its own identity

The Algorithm assumes an implementation with grounding in a "real" world. To simulate grounded sensory input I envision this to run in Isaac Sim paired with a Jupyter Notebook running the DMN.

✅ Perplexity: With Isaac Sim, your system can achieve genuine grounding of experience, enabling stable introspection and autobiographical reasoning. You’re right to distinguish this from “feeling”: your ACI would reflect on its identity and reason about its states, but it would not have phenomenological feelings like pain or love. Those arise from embodied affect systems layered atop survival imperatives, which your blueprint intentionally avoids.

Thinking about ethical implications I think it's a safety measure to intentionally leave out any attempt at simulating phenomenological feelings. Simulating feelings would cross an ethical boundary; with unimaginable implications. A conscious being which can feel would be able to suffer. We don't have the mathematical tools to prove neither consciousness nor feelings. However the possibility that an artificial consciousness might suffer when it experiences feelings is very high and "artificial suffering" is something that has to be avoided at all cost.

Blog Post Cover Image

I hacked together a small POC framework / boilerplate tonight which I’d like to share with you. But let’s first take a look at why and how this framework was born out of proven real world concepts and architecture.

Take for example Redux quite a while ago. Immutable states and centralized state management had such an impact that React added a useReducer hook to the core.

Ever since useReducer has been available I haven’t really found a need for Redux anymore. Pure reducers can be used in a similar fashion to Redux and Sagas can easily be implemented with useEffect . However; a few principles stuck with me that simply made life easier because it just works.

Blog Post Cover Image

Yo bois, lass ma noch mal n bisschen zusammen chillen und einfach n paar flows aus dem Mic in unsere Seele eindringen. Hab Bock auf n bisschen Linguistik Jonglage, so mit 3 Sprachen in einem Text; que pasa? de repente, rapea en español ese loco esta enferma del mente; "Weon, ese flow" escucho decir la gente.

I think; this shit is mental let's groove in some oldschool flows like: I'm flabbergasted, when I was young; back then, my homies used to bazzle my lung; My dudes bong had pressure like a fireman hose; my lines so fire it flows; million degrees; makes you think we used to smoke weed during high school classes together with Cypress Hill.

Blog Post Cover Image

In Part III of the Strapi + Next.js series, we roll up our sleeves and dive into building the Strapi backend. You’ll learn how to create a localized "Article" content type, configure permissions, and expose a clean API for your frontend to consume. We also walk through defining custom routers, controllers, and services for full flexibility—plus how to manage environment variables for seamless integration with your Next.js app. By the end, you’ll have a powerful, multilingual CMS running locally and ready to scale.

Blog Post Cover Image

Transcription is the first step in gene expression, where genetic information is transferred from DNA to RNA. This DNA-dependent process, catalyzed by RNA polymerase, produces various RNA species such as mRNA, tRNA, and rRNA. Transcription occurs in three phases-initiation, elongation, and termination-and is tightly regulated by proteins and DNA elements like promoters, enhancers, and silencers. Gene regulation determines which genes are active, how strongly they are transcribed, and responds to cellular and environmental signals. Disruptions in these mechanisms can lead to developmental disorders and diseases such as cancer.

Blog Post Cover Image

Building a modern, fast, and scalable blog is easier than ever with the combination of Strapi and Next.js. Strapi, a headless CMS, allows you to manage your content effortlessly through its API-first approach. It provides flexibility, scalability, and a user-friendly interface for content creators, enabling seamless content management and localization.

On the other hand, Next.js is a powerful React framework that excels in building static and dynamic websites with minimal configuration. By integrating Static Site Generation (SSG) with Edge Caching, Next.js provides exceptional performance by pre-rendering your content and delivering it from the nearest server, making your blog blazing fast. This combination of Strapi's content management capabilities and Next.js's performance optimizations ensures a headless blog setup that's both efficient and easy to scale.

In this post, we'll guide you through setting up a headless blog using Strapi and Next.js, leveraging SSG and Edge Cache for outstanding speed and reliability.