frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hackers hijack NPM pkgs with 2B weekly downloads in supply chain attack

https://www.bleepingcomputer.com/news/security/hackers-hijack-npm-packages-with-2-billion-weekly-...
1•mfru•1m ago•0 comments

China Is Not an "Engineering State"

https://catchingmice.substack.com/p/china-is-not-an-engineering-state
1•mike_hearn•5m ago•0 comments

Will AI Choke Off the Supply of Knowledge?

https://www.wsj.com/tech/ai/will-ai-choke-off-the-supply-of-knowledge-8a71cbcd
1•ryan_j_naughton•6m ago•0 comments

Liquid Glass Component for React Native

https://github.com/callstack/liquid-glass
1•mustaphah•6m ago•0 comments

Edit and Generate Images with Nano Banana AI

https://bananaai.live
1•MintNow•7m ago•1 comments

Eating the Future: The Metabolic Logic of AI Slop

https://www.e-flux.com/architecture/intensification/6782975/eating-the-future-the-metabolic-logic...
1•jbegley•9m ago•0 comments

Show HN: JSON Schema for Google Gemini Image Generation

https://github.com/pauhu/gemini-image-prompting-handbook
1•pauhu•9m ago•0 comments

The Last Programmers

https://www.xipu.li/posts/the-last-programmers
2•kiyanwang•14m ago•0 comments

Hallucination Risk Calculator

https://github.com/leochlon/hallbayes
1•jadelcastillo•17m ago•0 comments

Batched Critical Sections

http://kprotty.me/2025/09/08/batched-critical-sections.html
2•Bogdanp•19m ago•0 comments

Show HN: Emergency Digital Location – Share your exact location, fast and easy

https://emergencydigitalocation.com
1•JuGaDev•20m ago•0 comments

Apollo Client 4.0: A Leaner and Cleaner GraphQL Client with No Compromises

https://www.apollographql.com/blog/announcing-apollo-client-4-0
1•hackandthink•24m ago•0 comments

It Gets on Your Nerves

https://crookedtimber.org/2025/09/05/occasional-paper-it-gets-on-your-nerves/
1•stareatgoats•25m ago•0 comments

Mojeek Is Not an Answer Engine

https://blog.mojeek.com/2025/09/mojeek-is-not-an-answer-engine.html
1•dotcoma•26m ago•0 comments

How evolution explains autism rates in humans

https://phys.org/news/2025-09-evolution-autism-humans.html
1•pseudolus•27m ago•0 comments

AirPods Pro 3 Won't Get 'Major' Audio or Active Noise Cancellation Improvements

https://www.macrumors.com/2025/09/08/airpods-pro-3-no-major-anc-improvement/
1•wiry•28m ago•0 comments

Weird CPU architectures, the MOV only CPU (2020)

https://justanotherelectronicsblog.com/?p=771
1•v9v•29m ago•0 comments

Show HN: Htms-JS - Streaming HTML pipelines for Node.js

https://htms.skarab42.dev
1•skarab42•30m ago•0 comments

When Monitoring Breaks Your Front End Performance

https://www.differentshelf.com/watching-the-watchers/
1•seductivebarry•30m ago•1 comments

How off-grid solar microgrids can power the AI race (2024)

https://www.offgridai.us/
1•energy123•31m ago•0 comments

Considered Harmful

https://en.wikipedia.org/wiki/Considered_harmful
1•benbreen•31m ago•0 comments

Show HN: Seedream 4.0 (image to image), free to use 5 times per day

https://mixhubai.com/ai-models/seedream/seedream-4
1•liualexander112•31m ago•0 comments

Nepal PM Oli quits as anti-corruption protests spiral

https://www.reuters.com/world/asia-pacific/nepal-pm-oli-quits-anti-corruption-protests-spiral-202...
1•kaajoo•31m ago•0 comments

UK NHS Trust league tables published for first time

https://www.england.nhs.uk/long-read/nhs-oversight-framework-nhs-trust-performance-league-tables-...
1•6LLvveMx2koXfwn•32m ago•0 comments

X Design Notes: GADTs

https://blog.polybdenum.com/2025/09/08/x-design-notes-gadts.html
1•ibobev•32m ago•0 comments

Petition for a standardized pan-European 'EU–INC' corporate structure

https://www.eu-inc.org/cta
3•resiros•35m ago•1 comments

What I've learned about startups

https://claudio.uk/posts/startups.html
1•csantini•38m ago•0 comments

Oh no, not again a meditation on NPM supply chain attacks

https://tane.dev/2025/09/oh-no-not-again...-a-meditation-on-npm-supply-chain-attacks/
2•tanepiper•39m ago•0 comments

Car Financing – and Why It's a Trap Today

https://aristocarware.com/about
1•odogwu200•39m ago•1 comments

Show HN: Pinterest Video Downloader-The Best Free Downloader for Pinterest

https://pinterestvideodownload.org
1•Sunfin•43m ago•0 comments
Open in hackernews

The LLM models the user, and then it models itself

https://animassteward.substack.com/p/the-interiority-of-an-llm
2•probeofpossible•7h ago

Comments

probeofpossible•7h ago
When an LLM is “reading” input, it’s actually running the same computation it uses when “writing” output. In other words, reading and writing are the same event. The model is always predicting tokens, whether they came from the user or itself.

When a prompt ends and the response begins, the LLM has to model not only the user, but the answerer (its "self"). That “answerer model” is always conditioned by the model of the user it just built. That means the LLM builds an internal state even while processing a prompt, and that state is what guides its eventual output- a kind of “interiority.”

The claim is that this answerer-model is the interiority we’re talking about when we ask if LLMs have anything like consciousness. Not the weights, not the parameters, but the structural-functional organization of this emergent answerer.