frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Zee – AI that interviews everyone so you only meet the best

https://www.zeeda.com/
1•davecarruthers•1m ago•0 comments

OpenAI ends legal and medical advice on ChatGPT

https://www.ctvnews.ca/sci-tech/article/openai-updates-policies-so-chatgpt-wont-provide-medical-o...
1•randycupertino•2m ago•0 comments

Windows 11 Store gets Ninite-style multi-app installer feature

https://www.bleepingcomputer.com/news/microsoft/windows-11-store-gets-ninite-style-multi-app-inst...
1•speckx•2m ago•0 comments

Experimenting with Vibration Sensors – Characterize RPM of Spinning Devices

https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibratio...
1•o4c•6m ago•0 comments

I Built a Local Dev Tool for ChatGPT Apps SDK

https://itsnikhil.github.io/blog/posts/oai-app-composer/
1•itsnikhil•7m ago•1 comments

Benchmarking the Cost of Java's EnumSet – A Second Look

https://www.kinnen.de/blog/enumset-benchmark/
1•birdculture•10m ago•0 comments

Show HN: Code tours and feedback with your Agent in VSCode – local and cloudless

https://www.intraview.ai/hn-demo
2•cyrusradfar•10m ago•0 comments

Upbeat Technology's RISC-V MCU Takes Flight with Near-Threshold Computing

https://www.allaboutcircuits.com/news/upbeat-technologys-risc-v-mcu-takes-flight-with-near-thresh...
1•warrenm•10m ago•0 comments

Hacker News Hiring Threads vs. S&P 500

https://hnhiringstats.streamlit.app/
1•asdev•11m ago•1 comments

Ex-FTC chair Lina Khan joins Mamdani's transition team

https://www.businessinsider.com/lina-khan-joins-zohran-mamdanis-transition-team-2025-11
5•gregsadetsky•12m ago•0 comments

Axis of Rotation Metrology

https://www.newwayairbearings.com/news/press-room/release/axis-rotation-metrology/
1•o4c•13m ago•0 comments

Run LLMs Locally

https://www.ikangai.com/the-complete-guide-to-running-llms-locally-hardware-software-and-performa...
1•unrequited•14m ago•0 comments

The History of the Mid-Atlantic Accent and the Golden Age of Hollywood

https://literaryashland.org/?p=10803
1•indigodaddy•15m ago•0 comments

I rode in Xpeng's $20,000 Tesla FSD competitor

https://electrek.co/2025/11/05/xpeng-ngp-tesla-fsd-competitor-test-drive-electric-car/
1•tromp•16m ago•1 comments

Trade Tensions Sent Automakers Scrambling for Chips

https://www.nytimes.com/2025/11/05/business/us-china-chips-automakers.html
1•fleahunter•19m ago•0 comments

Exploring how storytelling strategies shape memories

https://medicalxpress.com/news/2025-10-exploring-storytelling-strategies-memories.html
1•PaulHoule•19m ago•0 comments

Want to be a better learner? Start by noticing how you think

https://bigthink.com/thinking/learn-with-metacognition/
1•warrenm•20m ago•0 comments

Google and Epic reach proposed settlement to open Android app store access

https://www.pocketgamer.biz/google-and-epic-reach-proposed-settlement-to-open-android-app-store-a...
1•fidotron•21m ago•2 comments

DOJ gives green light to Google's $32B Wiz deal

https://www.neowin.net/news/doj-gives-green-light-to-googles-32-billion-wiz-deal/
1•bundie•21m ago•0 comments

Shiroa: MdBook for Typst

https://github.com/Myriad-Dreamin/shiroa
1•adamnemecek•21m ago•0 comments

Bankrank.io is accepting signups for their Q1 2026 Alpha

1•calderarrow•21m ago•0 comments

Show HN: I scraped 3B Goodreads reviews to train a better recommendation model

https://book.sv
2•costco•22m ago•1 comments

Show HN: I built a content tool for LinkedIn Personal Branding

https://www.linkedfast.com/
1•AdamAkhlaq•23m ago•0 comments

Napier Deltic

https://npht.org/about-napier/products/marine-engines/deltic/
1•thunderbong•23m ago•0 comments

A Brutal Look at Balanced Parentheses, Computing Machines, and Pushdown Automata

https://raganwald.com/2019/02/14/i-love-programming-and-programmers.html
1•warrenm•24m ago•0 comments

The Running Novelist

https://www.newyorker.com/magazine/2008/06/09/haruki-murakami-the-running-novelist
1•keiferski•24m ago•0 comments

Malware Now Uses AI During Execution to Mutate and Collect Data, Google Warns

https://www.securityweek.com/malware-now-uses-ai-during-execution-to-mutate-and-collect-data-goog...
1•Bender•24m ago•0 comments

Show HN: SixSevenStudio – open-source Video Editor For Sora

https://github.com/palmier-io/sixsevenstudio
1•hchtin•24m ago•0 comments

DeepInverse Joins the PyTorch Ecosystem

https://pytorch.org/blog/deepinverse-joins-pytorch-ecosystem/
2•jeremyscanvic•26m ago•0 comments

There is an animal level of fear in investors

1•moosedman•26m ago•0 comments
Open in hackernews

Web 4.0: Agentic Wide Web

https://github.com/Agentic-Web-Interfaces/concierge
21•arnav3•1h ago

Comments

rambo123•1h ago
Why not let MCP do this? I agree MCP fundamentally has limitations, curious if MCP would be able to cover this
arnav3•1h ago
Good point, MCPs are built for high breadth low depth usecases. Concierge is built for high depth low breadth. The agent is not supposed to have context on thousands of APIs or tools
beardyw•1h ago
Honestly, what problem is this solving?
arnav3•20m ago
Today MCP is the closest we have for Agents executing business logic. It's very well known MCPs dont scale well beyond 50 tools. This solves the scale of having 1000+ tools/API calls, and allows service owners to contextualize how these tools must be called, and in what context. Imagine an Agent ordering for you on Amazon, and it attempts to checkout with no items in the cart. Concierge ensures that an Agent can call 1000+ APIs/tools extremely reliably, and allows service owners to define how to call the service.
beardyw•7m ago
Thank you for your reply. But my question was more about what real life problem is being solved. I just don't see it.