HN user

maebert

809 karma

founder of hyperspell. Designer, Engineer, Ex-Neuroscientist, Nomad.

[ my public key: https://keybase.io/maebert; my proof: https://keybase.io/maebert/sigs/_fWYpfCiJKYYsnJitNHUA5yeVQ9O-aLez3Yh6YAmsV4 ]

Posts24
Comments131
View on HN
www.consciousnessatlas.com 1mo ago

Consciousness Atlas – 325 theories of consciousness

maebert
5pts1
medium.com 2y ago

Artificial Intelligence is a total misnomer (2015)

maebert
1pts0
upmark.work 3y ago

Show HN: Upmark – hassle free feedback on your drafts

maebert
4pts0
en.wikipedia.org 4y ago

List of Unusual Articles

maebert
4pts0
theleastdangeroustodolist.com 5y ago

Show HN: The Least Dangerous To-Do List

maebert
141pts55
jrnl.sh 6y ago

Jrnl 2.0 – Command line note taking and journaling

maebert
3pts0
www.flyby.co 9y ago

Flyby pills: No more Hangovers

maebert
2pts2
starcraft.com 9y ago

Original StarCraft released for free

maebert
5pts0
www.indiegogo.com 10y ago

FeelSpace wearable gives users 6th sense of direction

maebert
1pts0
www.uschesschamps.com 10y ago

Gary Kasparov to play his first tournament in 10yrs today

maebert
5pts0
themostdangerouswritingapp.com 10y ago

The Most Dangerous Writing App

maebert
224pts109
medium.com 10y ago

AI's big trade secret

maebert
7pts0
medium.com 10y ago

Unicode for Idiots like Me

maebert
2pts0
medium.com 10y ago

Natural-Born Cyborgs: What Design Can Learn from Philosophy and Neuroscience

maebert
1pts0
techcrunch.com 10y ago

Virtual Assistant Startup Zirtual “Pausing All Operations”

maebert
2pts0
medium.com 10y ago

Artificial Intelligence is a total misnomer

maebert
1pts0
blog.kimonolabs.com 11y ago

How to hack Burning Man with APIs and text messages

maebert
8pts0
www.chillingeffects.org 12y ago

MPAA files DMCA Notice to shut down PopcornTime on GitHub

maebert
3pts0
medium.com 12y ago

Things I learned as an engineer that I wish I had known in grad school

maebert
131pts37
coderwall.com 13y ago

Comparison of LESS frameworks

maebert
1pts0
maebert.github.com 14y ago

Show HN: jrnl, a command line journal to complement your todo.txt

maebert
2pts0
nodeca.github.com 14y ago

Fantomas: pick & choose icons to make custom webfont

maebert
3pts0
blog.eyequant.com 14y ago

Using attention analytics to sell attention analytics

maebert
2pts0
pandodaily.com 14y ago

Facebook’s new logout ads are clever as hell

maebert
2pts0

There's a lot of talk about AI and consciousness these days. While I really enjoy that this is a debate people are willing to have in good faith now, I also notice that few of the voices seem to be familiar with the vast philosophical corpus that already exists on the matter of (hypothetical) AI consciousness. Many arguments have been made before, as were good counter-arguments. I think the Consciousness Atlas gives a good intuitive understanding of just how many different ways to define, detect, and operationalize consciousness there are.

The conversation on AI and consciousness is incredibly relevant. It is incredibly frustrating that most commentators are utterly unfamiliar with over 60 years of inquiry into this in both philosophy and computer science.

Start with a hand-wavy definition of consciousness. Move the goal post whenever your stated prerequisite of consciousness is reached and resort to unfalsifiable assertions about qualia.

And throw in some category errors while on it: when you're talking to Claude, you're not actually calling a stateless LLM directly, you're talking to an AI system (and yes, that's often just three LLMs in a trench coat). But claims about the topology and workings of a single LLM are as relevant to the question of consciousness as claiming that humans can't be conscious because the limbic system doesn't technically support it.

Coincidentally, I just attended a fantastic conference on machine consciousness (https://machine-consciousness.ai). It's a fantastic place where literally all speakers disagreed with each other, and yet found an incredible amount of common ground.

Tangentially related: one of my all-time favourite neuroscience papers by Iriki et al. [1] showed that the mouse pointer becomes part of the body schema in a real, measurable way.

Basically there are neurons whose receptive field (ie the subset of the outside world that causes the neuron to fire) is "everything a monkey can reach". Flash a light in that area, that neuron fires, flash it beyond that area, neuron stays silent.

Now if you give the monkey a rake, the neuron's receptive field immediately grows to encompass the space it can now reach with the rake too: the rake becomes part of the body schema, not part of the outside world [2].

But if the rake instead is just a stick but it controls a mouse cursor on the screen, the _area of the screen_ the monkey can interact with with the cursor becomes part of the receptive field of that neuron too. That suggests that the cursor itself becomes part of the body schema.

TL;DR don't mess with people's mouse cursors, it's like cutting their limbs off.

[1] https://pubmed.ncbi.nlm.nih.gov/15588812/ [2]: A wild Heidegger appears and talks about Vorhandensein and Zuhandensein.

Hyperspell | YC F25 | San Francisco, ONSITE | $150k-220k + generous equity and benefits | hyperspell.com

I'm Manu, founder of Hyperspell. 14 Years ago I found my first job in tech through Who's Hiring. I take this job board seriously :)

Hyperspell is building Context & Memory for AI agents. We're at the intersection of "future of AI and agentic computing" and "this actually works". We're not just changing how our customers use AI in their products, but are constantly iterating on how we use AI to build Hyperspell, and what it means to be a software company in the decades to come.

We're hiring product, AI, and Platform Engineers in SF: https://jobs.ashbyhq.com/hyperspell

Comment or reach out to founders@hyperspell.com with any questions!

The whole artificial scarcity Anthropic created around Mythos / Glasswing is quite brilliant to be honest (I’m Not saying ethical, just brilliant). The commercial gains are one side of course. But consider this:

Gets labelled supply chain risk by the pentagon. Hypes up what they claim to be the most advanced hacking tool on the planet. This puts the US government into a loose / loose position. Either deny the NSA access to it, or be called out on their bluff.

We have asked ourselves that question repeatedly over the past year. While I don’t have a simple solution, I have some mental models that may help.

Overall, there are two knobs to tune, each with a few strategies:

1. reducing the number of times you have to switch context 2. reducing the cost of switching

Let’s start 1. - The easiest of course is to have less agents in parallel. - Clustering interventions. When starting a new session, use plan mode or similar, have the agent interview you until it has a good idea of what to do, don’t move away from the window until it’s ready to execute. Read the thoughts to stay on it without switching until you’re confident it understands your intent - invest heavily verifiability. That means make it easy to check if the final code correctly and exhaustively captures your intent. Let it write specs first and update specs as necessary during implementation. Have righteous integration tests and “digital twin” mocks for external integrations etc. have an adversarial prompt that reviews whether the code matches the specs.

Then reduce the cost of switching: - i usually plan my work to have only one “heavy” task, and then 2-6 agents working on small tasks, ideally straight from tickets. My brain stays with the hard tasks, the easy ones should be in and out - wait until all the easy ones need input, then do a round of those and go back the hard tasks - prompt the agent to give you a brief summary every time it stops (what the goal was, bullet list of what it did so far, what it needs from you).

Finally: be okay with staring at a spinner. Day dream. Listen to music. Enjoy that the robots are doing work for you. Won’t try to optimize every second by also checking emails, responding on slack, or god forbid open hacker news. Just do one thing - code - and allow yourself to live in the terminal for an hour. Then take a break.

Hyperspell | YC F25 | San Francisco, ONSITE | $150k-220k + generous equity and benefits | hyperspell.com

I'm Manu, founder of Hyperspell. 14 Years ago I found my first job in tech through Who's Hiring. I take this job board seriously :)

Hyperspell is building Context & Memory for AI agents. We're at the intersection of "future of AI and agentic computing" and "this actually works". We're not just changing how our customers use AI in their products, but are constantly iterating on how we use AI to build Hyperspell, and what it means to be a software company in the decades to come.

We're hiring Forward-deployed (customer success), AI, and Platform Engineers: https://jobs.ashbyhq.com/hyperspell

Comment or reach out to founders@hyperspell.com with any questions!

We run an OpenClaw agent for our entire team — he lives in a group chat (although we have DMs too).

- Runs our standups, checks in withe everybody EOD on blockers - Already know what we shipped on Github and Linear so it can focus on the work that's not tracked and summarize it in the morning for everyone - Helps with debugging customer issues - Keeps up with twitter and competitors and lets us know if they launch new features

Besides, I'm honestly blown away by the social aspect of it. I was honestly pretty skeptical at first, but having an AI team mate is actually _fun_. There, I said it. Everybody on the team said they'd be sad if we took it away.

I'll do a write-up on our setup sometime this week, I hope others will find our approach to security posture and multi-tenant usage insightful.

Company as Code 6 months ago

I love the vision, but it glosses over the most important difference between Infrastructure and Companies.

Infrastructure as code is prescriptive. The code is the source of truth, and the world gets crested from it.

Company as code is descriptive. It is constantly catching up to meat-space, rather than creating it. Changes are gradual instead of instant roll-outs. Patterns change over time and only get documented later.

Making the company code prescriptive would require an insane amount of discipline that might be more stifling and restrictive than it is freeing.

This goes back all the way to the beginnings of Psychology. William James, who is considered the somewhat of godfather of Psychology, argued that all feelings are bodily feelings; ie. emotions are caused by bodily sensations. Your heart is not beating BECAUSE of anxiety, rather your beating heart IS anxiety. You don’t tremble because you’re afraid, you’re “afraid” (a complex emotion mediated by stories we have) because you tremble.

It’s a theory psychologists and philosophers still argue about.

They're all great, but the 2012 "The Uncensored Picture of Dorian Gray" is the closest to the original script before the editor cut out things that he deemed... checks notes... "too gay".

It restores parts that were cut, and essentially bans chapter 3 and some other digressions on art history that Wilde added as a literary Beard to the footnotes - still there to read, but set in context)

It's not a huge different honestly, but I believe Oscar Wilde would want you to read that version.

It

I literally just hired Ben Horowitz last month, but I must assume that mine is the better systems and integrations engineer so I consider myself having getting the better deal.

I inherited my great-grandmas recipe book that calls for "50 pence [pfennig] worth of almonds".

I spent a whole afternoon researching how much almonds you could by in 1952 post-war west germany for 50 pfennig.

It might be worth noting that humans also struggle with keeping up a coherent world model over time.

Luckily, we don’t have to; we externalize a lot of our representations. When shopping together with a friend we might put our stuff on one side of the shopping cart and our friends’ on the other. There’s a reason we don’t just play chess in our heads but use a chess board. We use notebooks to write things down, etc.

Some reasoning model can do similar things (keep a persistent notebook that gets fed back into the context window on every pass), but I expect that we need a few more dirty representational ist tricks to get there.

In other words, I don’t think it’s an LLMs job to have a world model, but an LLM is just one part of an AI system.

Thanks for the shoutout!

I think it's funny that it's very similar to ensō in many ways, but also the complete opposite: ensō is calm, mindful, soothing. MDWa is hectic, terrifying, sadistic. Funny how a tiny difference produces products that look almost the same, and feel completely different.

huge props to rafal for creating ensō, personally really love it

I agree that those both are very helpful metrics, but they are not a definition of intelligence.

yes, humans can learn to comprehend and speak language with magnitudes less examples than llms, however we also have very specific hardware for that evolved over millions of years — it's plausible that language acquisition in humans is more akin to fine-tuning in llms than training them from ground up. Either way, this metric is comparing apples to oranges when it comes to comparing real and artificial intelligence.

model collapse is a problem in ai that needs to be solved, and maybe it's even a necessary condition for true intelligence, though certainly not a sufficient one, and hence not an equivalent definition of intelligence either.

author says we made no progress towards agi, also gives no definition for what the "i" in agi is, or how we would measure meaningful progress in this direction.

in a somewhat ironic twist, it seems like the authors internal definition for "intelligence" fits much closer with 1950s. good old-fashioned AI, doing proper logic and algebra. literally all the progress we made in ai in the last 20 years in ai is precisely because we abandoned this narrow-minded definition of intelligence.

Maybe I'm a grumpy old fart but none of these are new arguments. Philosophy of mind has an amazingly deep and colorful wealth of insights in this matter, and I don't know why this is not required reading for anyone writing a blog on ai.

The tingles and muscle cramps (tetany) are a normal byproduct (basically your neurons on your smallest muscles and under your skin get more excitable due to a molecular rube goldber machine set off by lower CO2 balance in your blood). It's uncomfortable, but unless you are suffering from epilepsy not dangerous and there's no lasting effects.

I did a longer writeup on the physiological effects here if you're interested: https://docs.google.com/document/d/1RuDv_E9osM1CCFWZMywMru9J...