RSSAmplifier

Blog

AmongAI

Towards artificial sentience.

amongai.comRSS feed ↗8 posts

Latest posts

Hallucinate any App, One Screen at a Time

A major trend of this year has been vibe coding using LLMs to create software from the ground up, without a human ever interacting with the source code directly. The current consensus is that vibe coding isn t quite ready yet for developing critical production software. But while those issues are being worked out, we [ ]

LLMs Don’t Have Introspection

Assume we want to use a vision-language model (VLM) to look at a given image and determine certain properties about it. Let s say that, for the sake of the argument, we would like it to determine whether the image contains anything funny or not. As we all know, jokes are the most funny when you [ ]

Permanence – One Prior to Rule Them All? [Perm. 2/6]

This article is part of the series Permanence might be all you need . The series documents a side project of mine in which I explore invariant learning. Also in this series: From invariant representations In machine learning, we often represent the state of a system as vectors. Artificial neural networks take the vector representation of [ ]

Priors and Invariants, a Primer [Perm. 1/6]

This article is part of the series Permanence Might Be All You Need . The series documents a side project of mine in which I explore invariant learning. Also in this series: We need priors to learn If you re already familiar with inductive priors and the No Free Lunch Theorem, feel free to skip this section. [ ]

Permanence Might Be All You Need

The notion of object permanence, the understanding that objects continue to exist even when they cannot be seen , is considered an important developmental step in young children, and often used as an indicator of advanced mental capabilities in animals. But could permanence play a much more fundamental role in how intelligence forms? Could it in [ ]

Predictable is Boring, but so is Chaos

Imagine an artificial organism living in a complex environment. The organism is not just a passive observer. It can decide which parts of its environment it wants to explore next. It might even be able to actively influence the world around it by taking various actions. We want the organism to learn from its experiences [ ]

Noisy is Better — Improving Performance with Gaussian Noise

In my previous post about ThoughtNet, an attention-based neural architecture for variable-compute inference, I highlighted two limitations that I encountered with it: While trying to solve the second problem, I stumbled across a surprising way to stabilize training convergence as well. Was ThoughtNet Cheating? While attempting to understand why my ThoughtNet models weren t generalizing much [ ]

Variable-Time Neural Computation

The majority of today s artificial neural network (ANN) architectures perform a constant amount of computation at inference time regardless of their inputs. This includes all recent GPT-style LLMs1 and other transformer-based architectures. Whether you ask an LLM to complete the series 1, 2, 3, , or you ask it to solve a complicated logic riddle, [ ]