frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Is anyone interested in a curiosity-driven"brain OS"core for AI?(not an expert)

1•kubinashi•2h ago
Hi, I’m not an AI expert, but I have a strong gut feeling AI could be much more like a human brain—if we focused on the “core OS” of how humans really think, not just on bigger models.

Why this idea? When we compare the human brain and modern PCs, computers actually have much higher memory/storage and calculation speeds per “tick” than the brain’s moment-to-moment thinking. But humans are amazingly creative and flexible with extremely little working memory or raw data. Yet most current AI tries to “stuff” everything inside the model, keep all data/statistics, and just scale up. What if we built a SMALL core that works more like a human “brain OS”:

makes its own questions (“Why?” “What’s weird here?” “What’s interesting?”)

only keeps knowledge as loose indexes (like “I think I heard this somewhere”) and looks up info as needed

links outcomes/decisions with simple feelings or experience (“That felt good/bad/weird/curious”)

works on normal hardware, not just massive clusters

Why do this? I feel that trying to make everything “bigger” misses the key: Human thinking is about curiosity, flexible judgment, and ongoing motivation—not about big memory or giant models. So maybe AI should have a small, motivation-based “core” instead!

Example pseudocode (for illustration):

python class BrainOS: def __init__(self): self.curiosity = 1.0 self.memory_index = {} # Index only self.emotion = 0

    def motivate(self):
        if self.curiosity > 0.5:
            return "Why?"
    
    def recall(self, query):
        return self.memory_index.get(query, None)

    def learn(self, result, feeling):
        self.memory_index[result] = feeling
        self.emotion += feeling
(Just to show—I imagine the “core OS” being all about motivation, curiosity, and simple result tracking, not big data.)

So…

Has anyone tried to build something like this?

Am I missing obvious research or past attempts?

Is anyone interested in talking or collaborating to try a prototype?

Any advice, feedback, or info welcome!

Thanks for reading—I’m passionate but not technical, so any kind of comments or help are greatly appreciated!

Comments

kirito1337•2h ago
someone wanna make AGI over here

its good

unless someone wanna use it to destroy humans

kubinashi•1h ago
Thanks for the comment! Honestly, one big reason I’m thinking about this is because it seems like most of current AI development is running into a wall—huge models, tons of hardware and energy, but still no real “human-like” intelligence or flexibility. I really think we need to try new approaches, like making a simple, curiosity-driven “brain OS” for AI, that can work on smaller machines and is closer to how people actually think. No plans to destroy humans—just hoping for something more sustainable and creative!

Would love to hear your thoughts, or anyone else’s ideas!

Amelie 0.6.0 is out: Redesigned Group Commit and major IPC improvements

https://github.com/amelielabs/amelie/releases/tag/0.6.0
1•pmwkaa•1m ago•0 comments

'Peak SF' on a Friday Night Is a Robot Fight

https://www.nytimes.com/2025/09/19/technology/san-francisco-robot-fight.html
1•mitchbob•1m ago•1 comments

Tarzan of Magnesia

https://en.wikipedia.org/wiki/Tarzan_of_Manisa
1•yarbas89•5m ago•0 comments

The Feed Is Ours: A Case for Custom Clients

https://phrack.org/issues/72/18
1•comebhack•5m ago•0 comments

Band is a t-shirt company

https://emmettnaughton.com//posts/your-band-is-a-t-shirt-company/
1•tosh•11m ago•0 comments

The Florida Divorcee's Guide to Murder

https://www.vanityfair.com/culture/story/the-florida-divorcees-guide-to-murder
1•cenazoic•13m ago•2 comments

What happened to shared micromobility in India?

https://micromobility.io/news/india-shared-micromobility-a-missed-turn-and-whats-next
1•prabinjoel•16m ago•0 comments

ECMAScript 2025 Language Specification

https://262.ecma-international.org/16.0/index.html
2•thomasjb•17m ago•1 comments

Legos – Layout and style that's easy to refactor, all without thinking about CSS

https://github.com/NduatiK/legos
2•TheWiggles•20m ago•0 comments

To understand how AI will reconfigure humanity, try this German fairytale

https://www.theguardian.com/books/2025/sep/16/ai-artificial-intelligence-fairytale-fisherman
2•kgthegreat•24m ago•0 comments

Which Country Should Design U.S. Industrial Policy?

https://carnegieendowment.org/china-financial-markets/2024/07/which-country-should-design-us-indu...
2•Gigamouse•26m ago•0 comments

AI-Assisted Development Powered by Local Models

https://devblogs.microsoft.com/foundry/ai-assisted-development-powered-by-local-models/
1•ibobev•26m ago•0 comments

SHRINK: Reducing the ISA complexity via instruction recycling

https://dl.acm.org/doi/10.1145/2749469.2750391
1•gjvc•26m ago•1 comments

Can you be sued for defaming virtual K-pop stars? South Korea court says yes

https://www.bbc.com/news/articles/ceq2y91qy88o
3•dabinat•35m ago•0 comments

UnifoLM-WMA-0: A World-Model-Action (WMA) Framework Under UnifoLM Family

https://unigen-x.github.io/unifolm-world-model-action.github.io/
2•GaggiX•36m ago•0 comments

The new GitHub app for Teams: from conversation to code

https://devblogs.microsoft.com/microsoft365dev/copilot-powered-github-app-for-teams-preview/
2•ibobev•39m ago•0 comments

Wan Animate: AI tool that transfers motion from videos to animate any character

https://komiko.app/video-to-video/wan-animate
1•Sevichecc•40m ago•0 comments

Ask HN: Feel stuck and overwhelmed by tech choice

3•alex_x•40m ago•3 comments

Pleasantly surprised to see Docker MCP Hub, wdyt?

https://hub.docker.com/mcp
1•rudderdev•43m ago•0 comments

Google signed me out of YouTube, Gmail redirects to Google subdomain/Gmail

https://workspace.google.com/gmail/
1•mockingloris•44m ago•1 comments

AI Has Moved from a Niche Sector to the Primary Driver of All VC Investment

https://www.apolloacademy.com/ai-has-moved-from-a-niche-sector-to-the-primary-driver-of-all-vc-in...
1•akyuu•46m ago•0 comments

How the Golden Gate Bridge works [video]

https://www.youtube.com/watch?v=RjbJwnUd3Pw
1•wwarek•47m ago•0 comments

Cluely Thesis on Virality and Hype

https://cluely.com/blog/virality
2•jger15•50m ago•0 comments

Ask HN: I'm having trouble finding the target audience for my product

3•stemonteduro•50m ago•0 comments

EC DMA Compliance Workshops

https://f-droid.org/2025/09/18/ec-dma-compliance-workshops.html
3•kevincox•54m ago•0 comments

The death rays that guard life

https://worksinprogress.co/issue/the-death-rays-that-guard-life/
2•bensouthwood•56m ago•0 comments

Transparency: Spanish Supreme Court orders the release of source code

https://civio.es/novedades/2025/09/18/civio-pulls-back-the-curtain-on-public-algorithms-spains-su...
4•jdelacueva•57m ago•2 comments

Reflection – C++'s decade-defining rocket engine [herb-sutter]

https://herbsutter.com/2025/09/18/yesterdays-talk-video-posted-reflection-cs-decade-defining-rock...
3•signa11•57m ago•0 comments

Russian Troops Creep Through Empty Gas Pipes to Hide from Drones

https://www.bloomberg.com/news/articles/2025-09-19/russia-sends-troops-through-idle-gas-pipes-to-...
3•petethomas•57m ago•1 comments

Thoughts on AI Collective?

https://www.aicollective.com/
1•keldendorji•57m ago•1 comments