frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

What Is It Like to Be a Bat?

https://en.wikipedia.org/wiki/What_Is_It_Like_to_Be_a_Bat%3F
51•adityaathalye•2h ago

Comments

vehemenz•2h ago
I'm less convinced with consciousness as some sort of exceptional phenomenon—and how it's been used to define the "hard problem"—but the paper is still valuable as it provides an accessible entry point into the many problems of reductionism.
ebb_earl_co•1h ago
What brought down your level on convinced?
scubakid•1h ago
To me, "what is it like to be a" is more or less the intersection of sensory modalities between two systems... but I'm not sure the extent of the overlap tells you much about whether a given system is "conscious" or not.
kelseyfrog•1h ago
Pretty much the same conclusion here. Consciousness is what we feel when sheaf 1-cohomology among our different senses vanishes.

Bringing it back to bats, a failure to imagine what it's like to be a bat is just indicative that the overlaps between human and bat modalities don’t admit a coherent gluing that humans can inhabit phenomenally.

rout39574•1h ago
Do you really mean that it's very nearly the same thing "To be a" you, and an Elon Musk, a homo sapiens infant, and an Orangutan? And only modestly different from these to be a dog or a horse?

If I've understood you correctly, I'll suggest that simple sensory intersection is way way not enough: the processing hardware and software are material to what it is like to be someone.

scubakid•30m ago
good point, I'd agree sensors are just a piece of the picture
adityaathalye•1h ago
“I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center.”

— Kurt Vonnegut

In this sense, I think one has to aaaaaalmost be a bat in order to know what it is to be it. A fine thread trailing back to the human.

The imago-machines of Arkady Martine's "A Memory Called Empire" come to mind. Once integrated with another's imago, one is not quite the same self, not even the sum of two, but a new person entirely containing a whole line of selves selves melded into that which was one. Now one truly contains multitudes.

jm__87•1h ago
None of us have even experienced the full range of what humans can experience, so even we don't fully know what it is like to be any given person, we only know what it is like to be ourselves. It is kind of amazing when you think about it.
adityaathalye•58m ago
https://www.galactanet.com/oneoff/theegg.html

Andy Weir's The Egg makes regular HackerNews appearances.

mistidoi•1h ago
Somebody used this paper to make the term batfished, which they defined as being fooled into ascribing subjectivity to a non-sentient actor (i.e. an AI).

https://partiallyexaminedlife.com/2025/06/30/what-is-it-like...

card_zero•1h ago
Dennett has a character telling a story about a bat:

Here's Billy the bat perceiving, in his special sonar sort of way, that the flying thing swooping down toward him was not his cousin Bob, but a eagle, with pinfeathers spread and talons poised for the kill!

He then points out that this story is amenable to criticism. We know that the sonar has limited range, so Billy is not at least perceiving this eagle until the last minute; we could set up experiments to find out whether bats track their kin or not; the sonar has a resolution and if we find out the resolution we know whether Billy might be perceiving the pinfeathers. He also mentions that bats have a filter, a muscle, that excludes their own squeaks when they pick up sonar echoes, so we know they aren't hearing their own squeaks directly. So, we can establish lots about what it could be like to be a bat, if it's like anything. Or at least what is isn't like.

antonvs•32m ago
What is that criticism supposed to be criticizing?

Nagel's paper covers a lot of ground, but none of what you described has any bearing on the point about it "what it's like" as a way to identify conscious experience as distinct from, say, the life of a rock. (Assuming one isn't a panpsychist who believe that rocks possess consciousness.)

card_zero•25m ago
The pessimism, the "facts beyond the reach of human concepts".
bee_rider•1h ago
Can a bat answer the question of “what is it like to be a bat?” I mean, I guess they would have to be able to comprehend the idea of being, and then the idea that things might experience things in ways other than how they do. Bats don’t seem like very abstract thinkers.

I bet if we could communicate with crows, we might be able to make some progress. They seem cleverer.

Although, I’m not sure I could answer the question for “a human.”

snowram•58m ago
Wittgenstein famously said "If a lion could talk, we could not understand him". This subject is a philosophical fun rabbit hole to explore.
card_zero•56m ago
> I think, on the contrary, that if a lion could talk, that lion would have a mind so different from the general run of lion minds, that although we could understand him just fine, we would learn little about ordinary lions from him.

(More Daniel Dennett)

Dumblydorr•10m ago
The very capability and flexibility of language drove evolution of the mind beyond what species with less linguistic behaviors could handle. After all, facility with language is a massive survival benefit, in our species more than any other. It’s circular because feedback loops in evolution are circular too.
iLemming•1h ago
The article basically talkes about "umwelt" (there is a link at the bottom) - "is the specific way in which organisms of a particular species perceive and experience the world, shaped by the capabilities of their sensory organs and perceptual systems"

How it at all related to let's say programming?

Well, for example learning vim-navigation or Lisp or a language with an advanced type system (e.g. Haskell) can be umwelt-transformative.

Vim changes how you perceive text as a structured, navigable space. Lisp reveals code-as-data and makes you see programs as transformable structures. Haskell's type system creates new categories of thought about correctness, composition, and effects.

These aren't just new skills - they're new sensory-cognitive modalities. You literally cannot "unsee" monadic patterns or homoiconicity once internalized. They become part of your computational umwelt, shaping what problems you notice, what solutions seem natural, and even how you conceptualize everyday processes outside programming.

It's similar to how learning music theory changes how you hear songs, or how learning a tonal language might affect how you perceive pitch. The tools become part of your extended cognition, restructuring your problem-space perception.

When a Lisper says "code is data" they're not just stating a fact - they're describing a lived perceptual reality where parentheses dissolve into tree structures and programs become sculptable material. When a Haskeller mentions "following the types" they're describing an actual sensory-like experience of being guided through problem space by type constraints.

This creates a profound pedagogical challenge: you can explain the mechanics of monads endlessly, but until someone has that "aha" moment where they start thinking monadically, they don't really get it. It's like trying to explain color to someone who's never seen, or echolocation to someone without that sense. That's why who's never given a truthful and heartfelt attempt to understand Lisp, often never gets it.

The umwelt shift is precisely what makes these tools powerful - they're not just different syntax but different ways of being-in-computational-world. And like the bat's echolocation, once you're inside that experiential framework, it seems impossible that others can't "hear" the elegant shape of a well-typed program.

There are other umwelt-transforming examples, like: debugging with time-travel/reversible debuggers, using pure concatenative languages, logic programming - Datalog/Prolog, array programming, constraint solvers - SAT/SMT, etc.

The point I'm trying to make - don't try to "understand" the cons and pros of being a bat, try to "be a bat", that would allow you to see the world differently.

iLemming•31m ago
I suppose someone (even an experienced vimmer) might argue that learning vim is not so much "umwelt-transformative", but rather like "muscle memory training", like LeetCode drilling.

Indeed, basic vim-navigation - (hjkl, w, b) is muscle memory.

But, I'd argue the umwelt shift comes from vim's modal nature and its language of text objects. You start perceiving text as having an inherent grammar - "inside parentheses", "around word", "until comma." Text gains topology and structure that was invisible before.

The transformative part isn't the keystrokes but learning to think "delete inside quotes" (di") or "change around paragraph" (cap). You see text as composable objects with boundaries, not just streams of characters. This may even persists when you're reading on paper.

That mental model often transforms your keyboard workflow not just in your editor - but your WM, terminal, web browser, etc.

wagwang•1h ago
Can we just all admit there has basically been no real progress made to the mind-body problem. They all rest on metaphysical axioms of which no one has any proof of. Physicalism is about as plausible as solipsism.

Exhibit a

> Nagel begins by assuming that "conscious experience is a widespread phenomenon" present in many animals (particularly mammals), even though it is "difficult to say [...] what provides evidence of it".

adityaathalye•39m ago
If anything, it's getting weirder... real progress looks, well, batshit insane. For example:

Against Mind-Blindness: recognizing and communicating with diverse intelligences - by Michael Levin

https://www.youtube.com/watch?v=OD5TOsPZIQY

jibal•27m ago
> Physicalism is about as plausible as solipsism.

Physicalism is an ontological assertion that is almost certainly true, and is adhered to by nearly all scientists and most philosophers of mind. Solipsism is an ontological assertion that could only possibly be true for one person, and is generally dismissed. They are at opposite ends of the plausibility scale.

geye1234•3m ago
One big problem with physicalism is that many alleged arguments in its favor are nothing of the sort. Any argument for physicalism that refers to neurological observation is invalid. Physicalism claims that all mental events can be reduced to physical events. But you cannot look at physical events to prove this. No matter the detail in which you describe a physical event, you can't use this to prove, or even argue in favor of, the thesis that all mental events can be reduced to the physical.

It's like describing the inside of a house in very great detail, and then using this to argue that there's nothing outside the house. The method is explicitly limiting its scope to the inside of the house, so can say nothing about what's outside, for or against. Same with physicalism: most arguments in its favor limit their method to looking at the physical, so in practice say nothing about whether this is all there is.

vehemenz•5m ago
> Physicalism is about as plausible as solipsism

And while you're at it, as plausible as any metaphysical theory, insofar as you're still doing metaphysics.

bettating•59m ago
What is it like to be another person?
esafak•41m ago
I'm not sure how to answer the even more fundamental question, "What is it like to be yourself?" What constitutes a valid answer? It's a vague question.
jibal•20m ago
I don't believe that the phrase "what it's like" (in this philosophical sense) is coherent. When people like Nagel or Chalmers are asked to explain it, they liken it to other incoherent assertions.
card_zero•27m ago
It's more or less OK, thank you for asking. Recently I felt:

Disappointed when I went somewhere and there wasn't any tea,

Enthralled by a story about someone guarding a mystical treasure alone in a remote museum on a dark and stormy night,

Sympathetic toward a hardworking guy nobody likes, but also aggravated by his bossiness to the point of swearing at him,

Confused due to waking up at 7 pm and not being sure how it happened.

You probably don't entirely understand any of those. What is it to entirely understand something? But you probably get the idea in each case.

bondarchuk•51m ago
>"An organism has conscious mental states if and only if there is something that it is like to be that organism – something that it is like for the organism."

IMHO the phrasing here is essential to the argument and this phrasing contains a fundamental error. In valid usage we only say that two things are like one another when they are also separate things. The usage here (which is cleverly hidden in some tortured language) implies that there is a "thing" that is "like" "being the organism", yet is distinct from "being the organism". This is false - there is only "being the organism", there is no second "thing that is like being the organism" not even for the organism itself.

trescenzi•40m ago
There is no fundamental error it’s purposefully exactly as you state. Nagel is saying that consciousness is that second thing.
bondarchuk•26m ago
>Nagel is saying that consciousness is that second thing.

That's exactly what I'm saying is erroneous. Consciousness is the first thing, we are only led to believe it is a separate, second thing by a millenia-old legacy of dualism and certain built-in tendencies of mind.

trescenzi•6m ago
So then are you saying there is no such thing as consciousness? That everything is conscious? The intent of that quote is to say “consciousness is subjective experience”. You don’t need dualism to agree with that quote. I agree with Nagel’s general construction but I’m also a materialist. The hard problem doesn’t mean magic is needed to solve it, just that we don’t have a good explanation for why subjective experience exists.
antonvs•36m ago
Do you believe that each run of a ChatGPT prompt has a conscious experience of its existence, much like you (presumably) do?

If you don't believe that, then you face the challenge of describing what the difference is. It's difficult to do in ordinary language.

That's what Nagel is attempting to do. Unless you're an eliminativist who believes that conscious experience is an "illusion" (experienced by what?), then you're just quibbling about wording, and I suspect you'll have a difficult time coming up with better wording yourself.

bondarchuk•21m ago
Wait a minute - it's still possible to believe chatgpt is unconscious for the same reason a game of tetris is unconscious.

I also don't think it's fair to say I'm just quibbling about wording. Yes, I am quibbling about wording, but the quibble is quite essential because the argument depends to such a large extent on wording. There are many other arguments for or against different views of consciousness but they are not the argument Nagel makes.

(Though fwiw I do think consciousness has some illusory aspects - which is only saying so much as "consciousness is different than it appears" and a far cry from "consciousness doesn't exist at all")

mtlmtlmtlmtl•26m ago
This is the conclusion I come to whenever I try to grasp the works of Nagel, Chalmers, Goff, Searle et al. They're just linguistically chasing their own tails. There's no meaningful insight below it all. All of their arguments, however complex, all rely on poorly defined terms like "understand" "subjective experience", "what it is like", "qualia", etc. And when you try to understand the arguments with the definition of these terms left open, you realise the arguments only make sense when the terms include in their definition a supposition that the argument is true. It's all just circular reasoning.
mellosouls•1m ago
All of their arguments, however complex, all rely on poorly defined terms like "understand" "subjective experience", "what it is like", "qualia", etc.

Because they are trying to discuss a difficult-to-define concept, consciousness.

The difficulty and nebulousness is intrinsic to the subject, especially when trying to discuss in scientific terms.

To dismiss their attempts so, you have to counter with a crystal, unarguable description of what consciousness actually is.

Which of course, you cannot do, as their is no such agreed description.

tech_ken•5m ago
The way I understand it the second thing is the observer of the organism, the person posing the question. The definition seems to be sort of equivalent to the statement "an entity is conscious IFF the sentence 'what is it like to be that entity' is well-posed".

"What is it like to be a rock" => no thing satisfies that answer => a rock does not have unconscious mental states

"What is it like to be a bat" => the subjective experience of a bat is what it is like => a bat has conscious mental states

Basically it seems like a roundabout way of equating "the existence of subjective experience" with "the existence of consciousness"

Der_Einzige•36m ago
Daniel Dennett was the only good part of the "New Atheism" movement. May he rest in peace.
vehemenz•9m ago
The moniker was mostly invented by the press. But if we're talking about all four "horsemen," I think they all made positive contributions to their respective fields. Likewise, there are fair critiques one can level at each of them, including Dennett.
o_nate•29m ago
The problem itself is at least centuries old, if not millennia. In his "Essay Concerning Human Understanding" (1689), John Locke phrased the same problem clearly, using different words:

"How any thought should produce a motion in Body is as remote from the nature of our Ideas, as how any Body should produce any Thought in the Mind. That it is so, if Experience did not convince us, the Consideration of the Things themselves would never be able, in the least, to discover to us." (IV iii 28, 559)

glutamate•23m ago
Analytic philosophy: What is it like to be a bat?

Continental philosophy: What would it be like to live among the marginalized in a community of vampire squid thousands of leagues beneath the surface of the sea?

samirillian•12m ago
Ive wondered if to a bat a bat is more like a whale, swimming through the air, calling out at a rate and pitch sort of matching the distance its electrical signals travel. To them they aren’t moving fast at all, or maybe to them maybe humans are like ents, plodding along so slow talking like ents.

Artificial light has essentially lengthened birds' day

https://www.npr.org/2025/08/21/nx-s1-5507165/light-pollution-bird-day-hour-longer
1•bookofjoe•1m ago•0 comments

One ROM: The Latest Incarnation of the Software Defined ROM

https://hackaday.com/2025/09/03/one-rom-the-latest-incarnation-of-the-software-defined-rom/
1•colinprince•2m ago•0 comments

Someone sent CEOs iPhones with actual bites taken out

https://www.marketingideas.com/p/someone-sent-ceos-iphones-with-actual
1•agcat•3m ago•0 comments

Tech that could turn Zigbee light bulbs into motion sensors

https://www.theverge.com/2025/1/22/24348688/zigbee-ambient-sensing-philips-hue-ivani-sensify
1•laktak•3m ago•0 comments

Early Access to Perplexity's Comet Browser with Free Pro for PayPal/Venmo Users

https://newsroom.paypal-corp.com/2025-09-03-Skip-the-Waitlist-PayPal-and-Venmo-Users-Offered-Earl...
1•elektor•4m ago•0 comments

Ask HN: Difficult Interview Question

2•ransom1538•6m ago•1 comments

Show HN: Little Alchemy, but for DevOps

https://devops-alchemy.vercel.app
1•krakenwake•8m ago•0 comments

Nx Investigation Reveals GitHub Actions Workflow Exploit Led to NPM Token Theft

https://socket.dev/blog/nx-supply-chain-attack-investigation-github-actions-workflow-exploit
1•feross•9m ago•0 comments

Diffusion based alternative to self attention

https://github.com/pbanavara/attention-free-diffusion
1•deepGem•9m ago•1 comments

Show HN: A unified approach to compute sandboxes

https://www.computesdk.com/blog/announcement/
1•heygarrison•11m ago•0 comments

Online cockfighting thrives in Philippines despite ban and murders

https://www.japantimes.co.jp/news/2025/08/15/asia-pacific/crime-legal/philippines-online-cockfigh...
1•PaulHoule•12m ago•0 comments

Battling Infectious Diseases in the 20th Century: The Impact of Vaccines

https://graphics.wsj.com/infectious-diseases-and-vaccines/
2•car•13m ago•0 comments

Our obsession with efficiency is costing us our humanity

https://www.vogue.com.au/culture/features/reintroducing-friction/news-story/af80aeac433d7b465c10e...
3•manveerc•13m ago•2 comments

On Becoming an Engineer at Dropbox

https://nikrad.io/blog/on-becoming-an-engineer-at-dropbox/
2•nikradm•14m ago•1 comments

The largest expense ratio reduction in Vanguard history (Feb 2025)

https://investor.vanguard.com/investor-resources-education/news/expense-ratio-reductions
1•coryfklein•14m ago•0 comments

Breakthrough could bring holograms to your smart phone, closer to everyday use

https://news.st-andrews.ac.uk/archive/new-breakthrough-could-bring-holograms-to-your-smart-phone-...
1•gnabgib•16m ago•0 comments

Flexoelectricity and surface ferroelectricity of water ice

https://www.nature.com/articles/s41567-025-02995-6
1•scoopertrooper•16m ago•0 comments

FortranCon 2025

https://events.fortrancon.org/event/1/
1•ivanpribec•17m ago•0 comments

CoreWeave acquires agent-training startup OpenPipe

https://techcrunch.com/2025/09/03/coreweave-acquires-agent-training-startup-openpipe/
1•htrp•19m ago•0 comments

Simpson's Paradox

https://en.wikipedia.org/wiki/Simpson%27s_paradox
1•Jimmc414•19m ago•0 comments

Agent Builder and Runtime by Docker Engineering

https://github.com/docker/cagent
1•shelajev•20m ago•0 comments

Tesla moves 'Robotaxi' safety monitor from passenger to driver's seat

https://electrek.co/2025/09/03/tesla-moves-robotaxi-safety-monitor-passenger-drivers-seat/
6•TheAlchemist•20m ago•0 comments

Apple Plans AI Search Engine for Siri to Rival OpenAI; Google-Siri Talks Advance

https://www.bloomberg.com/news/articles/2025-09-03/apple-plans-ai-search-engine-for-siri-to-rival...
1•coloneltcb•21m ago•0 comments

Tracking Trust with Rust in the Kernel

https://lwn.net/SubscriberLink/1034603/ed15f65157dd9165/
1•rascul•21m ago•0 comments

AI startup Flock thinks it can eliminate all crime in America

https://www.forbes.com/sites/thomasbrewster/2025/09/03/ai-startup-flock-thinks-it-can-eliminate-a...
6•anigbrowl•22m ago•4 comments

Welcoming the Rust Innovation Lab

https://blog.rust-lang.org/2025/09/03/welcoming-the-rust-innovation-lab/
2•rascul•23m ago•0 comments

Scaling Helix – Dishes [video]

https://www.youtube.com/watch?v=8gfuUzDn4Q8
2•consumer451•24m ago•0 comments

Lean marketing stack for B2B SaaS

https://www.customeracquisitionengine.com/p/marketing-tech-stacks-for-early-stage
1•superamped•25m ago•0 comments

Notebooks · Thomas Edison Papers Digital Edition

https://edisondigital.rutgers.edu/notebooks/finding
2•big_toast•26m ago•1 comments

Apple iPhone's Weird Alarm Clock Ring

1•jengamur•32m ago•0 comments