frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

YOLO Linux is a corporate nightmare

https://alexandmanu.com/blog/yolo-linux-is-a-corporate-nightmare/
1•leksje•2m ago•0 comments

No Kings protests fill streets at over 3,300 rallies in all 50 states

https://www.washingtonpost.com/nation/2026/03/28/no-kings-protests-marches-record-turnout/
1•tempodox•3m ago•0 comments

Openrouter Going Rogue?

https://old.reddit.com/r/openrouter/comments/1s6d2cw/openrouter_is_holding_funds_hostage_no_support/
1•pixel_popping•3m ago•1 comments

Fyrox Game Engine 1.0.0

https://fyrox.rs/blog/post/fyrox-game-engine-1-0-0/
2•TAINCER•6m ago•0 comments

The Ghost in the Machine

https://en.wikipedia.org/wiki/The_Ghost_in_the_Machine
1•simonpure•6m ago•0 comments

Don't Blame the Model

https://asimovaddendum.substack.com/p/dont-blame-the-model
1•srulyrosenblat•8m ago•0 comments

USPS seeks a 8% charge on Priority Mail to offset transportation costs

https://abc7.com/post/usps-seeks-temporary-8-charge-priority-mail-other-products-offset-transport...
2•lxm•11m ago•0 comments

Apple Pivots Its AI Strategy to App Store, Search-Like Platform Approach

https://www.bloomberg.com/news/newsletters/2026-03-29/apple-doubles-down-on-hardware-services-wit...
1•brandonb•11m ago•0 comments

101 Ads – Silicon Valley's most insane billboards, mapped

https://101ads.org/
2•ChrisArchitect•13m ago•0 comments

Elijah

1•mizzy22•15m ago•0 comments

Catch common usability problems before user testing

https://www.userium.com/
1•userium•21m ago•0 comments

I Saw Something New in San Francisco

https://www.nytimes.com/2026/03/29/opinion/ai-claude-chatgpt-gemini-mcluhan.html
1•droidjj•21m ago•0 comments

FIDE Candidates 2026 Open: Round 1

https://lichess.org/broadcast/fide-candidates-2026-open/round-1/uLCZwqAK/iGcbKclc
1•FartyMcFarter•22m ago•0 comments

Humans welcome (bots must wear name tags)

https://old.reddit.com/user/spez/comments/1s3ezrc/humans_welcome_bots_must_wear_name_tags/
1•ChrisArchitect•23m ago•0 comments

Say No to Palantir in Europe

https://action.wemove.eu/sign/2026-03-palantir-petition-EN
2•Betelbuddy•28m ago•0 comments

16% of my Chrome extension's users are Chinese-speaking found it organically

https://wushu75.github.io/readr/
2•Ogbon•28m ago•0 comments

Lasers used to seal paper – no adhesives or plastics required

https://newatlas.com/manufacturing/laser-paper-sealing/
3•thunderbong•28m ago•1 comments

Show HN: Spend weekend Claude tokens making your code bulletproof with Lean

https://github.com/savarin/lean-forge
1•kurinikku•28m ago•1 comments

Jupiter's weather forecast: cloudy with a chance of nukes

https://www.science.org/content/article/jupiter-s-weather-forecast-cloudy-chance-nukes
2•benkan•32m ago•1 comments

Local speech-to-text daemon for Linux with Nvidia Parakeet (0.6B params)

https://github.com/EdouardDem/live-speech-to-text
1•Underwire167•33m ago•1 comments

Molecular 'anchors' could be key to weather-resistant perovskite solar cells

https://techxplore.com/news/2026-03-molecular-anchors-key-weather-resistant.html
1•Brajeshwar•33m ago•0 comments

OpenAI drops AI video tool Sora, startling Disney, sources say

https://www.reuters.com/technology/openai-set-discontinue-sora-video-platform-app-wsj-reports-202...
2•benkan•34m ago•1 comments

My Mediocrity Has Been Automated

https://overengineer.it.com/posts/robbed-of-mediocrity/
3•adsellor•34m ago•0 comments

Fraudulent church data revealed AI's threat to polling

https://www.theguardian.com/technology/2026/mar/28/how-fraudulent-church-data-revealed-ais-threat...
1•cdrnsf•34m ago•0 comments

Ask HN: What Changed Your Life?

4•chistev•35m ago•1 comments

Show HN: Aurea v0.4, image codec where every constants derive from pi and phi

https://github.com/5ymph0en1x/Aurea
1•Symphoenix•35m ago•0 comments

How I Survive Red Eyes

https://kiranrao.ca/2026/03/29/redeye.html
1•KiranRao0•35m ago•0 comments

The enshittification of Audre Lorde: "the Master's tools" in tech discourse

https://tarakiyee.com/on-the-enshittification-of-audre-lorde-the-masters-tools-in-tech-discourse/
1•fanf2•37m ago•0 comments

'Publishers won't stand a chance': literary world in struggle to detect AI

https://www.theguardian.com/technology/2026/mar/29/ai-written-books-novel-shy-girl-publishers
1•fallinditch•37m ago•0 comments

Scientists Create Novel Organism with Primitive Nervous System

https://now.tufts.edu/2026/03/16/scientists-create-novel-organism-primitive-nervous-system
1•geox•37m ago•1 comments
Open in hackernews

What if data platforms had agents that coordinated changes automati

https://www.thegyrus.com
1•MalviyaPriyank•1h ago

Comments

MalviyaPriyank•1h ago
Most data platforms today operate in isolation. Coordinating changes across them is still largely manual.For example, if a schema changes in one system, engineers often need to manually update pipelines, dashboards, and downstream consumers. We started exploring a different idea. Instead of building more integration layers, what if each data platform had an autonomous agent that understood it deeply?The idea we're experimenting with is something like an Agentic Operating System for data platforms. Each platform would have an agent responsible for understanding: schemas dependencies pipelines system changes historical operations The agents themselves are open sourced so organizations can run and modify them without vendor lock-in.The interesting part is what we call the agentic brain. Most AI assistants rely on conversation history for context. That works for chat, but infrastructure systems require long-term understanding. So instead of relying on chat context, these agents retain persistent memories about system state and historical changes. Because of this, an agent can reason about things like: how a system evolved what downstream systems depend on what changes might break other platforms In theory, if a schema changes in one system, the agent could: detect the change analyze downstream dependencies coordinate with other platform agents plan the required updates.The long-term goal is infrastructure where platforms coordinate automatically instead of relying on manual integration work. We filed a patent for the architecture last year (currently pending), but the agents themselves will remain open source. Curious if others here think agent-based coordination across infrastructure could work in practice.