frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CUDb, a lightweight GPU-native DB Engine

https://github.com/andre-git/cudb
1•andre-hn•2m ago•1 comments

Infosec Survival Guide Orange Book

https://www.blackhillsinfosec.com/prompt-zine/prompt-issue-infosec-survival-guide-orange-book/
1•QuantumAtom•3m ago•0 comments

MCP servers mass-forked and republished – supply-chain attack vector

1•ultrafox42•4m ago•0 comments

Ask HN: Human psychology of non-AI-native users

1•ajaystream•4m ago•1 comments

A live adversarial benchmark crowdsourced from domain experts

https://www.rusmarterthananllm.com/
1•camillemolas•5m ago•1 comments

Show HN: I built an audiobook player that syncs with your physical book

https://earleaf.app/blog/introducing-earleaf
1•arcadianalpaca•6m ago•0 comments

Accelerated north–east shift of the global green wave trajectory

https://www.pnas.org/doi/10.1073/pnas.2515835123
1•PaulHoule•6m ago•0 comments

The OWASP MCP Top: A Security Framework for AI Agent Tool Integration

https://mcpblog.dev/blog/2026-03-15-owasp-mcp-top-10
1•algis-hn•6m ago•0 comments

Keep Hyper-Scale Datacenters Out of the Desert (March 2026)

https://alec.is/posts/keep-hyperscale-datacenters-out-of-the-desert/
1•arm32•8m ago•0 comments

Show HN: AI agent deploys an edge AI model on a microcontroller via MCP

https://es617.github.io/2026/03/16/edge-ai-mcp.html
1•es617•9m ago•0 comments

Closing Arguments Begin in Twitter Trial Accusing Musk of Driving Down Stock

https://www.law.com/therecorder/2026/03/17/closing-arguments-begin-in-twitter-shareholder-trial-a...
1•1vuio0pswjnm7•9m ago•0 comments

The Context Must Flow – Permit MCP Gateway Explainer [video]

https://www.youtube.com/watch?v=pLQCG31HSK8
1•CruddyDoctor229•9m ago•0 comments

The Ugliest Airplane: An Appreciation

https://www.smithsonianmag.com/air-space-magazine/ugliest-airplane-appreciation-180978708/
1•randycupertino•10m ago•0 comments

Node.js worker threads are problematic, but they work great for us

https://www.inngest.com/blog/node-worker-threads
1•goodoldneon•11m ago•0 comments

Show HN: BulkHead – iOS File Manager for SFTP, SMB, WebDAV, and S3

https://www.oddinks.com/bulkhead/
1•xydac•11m ago•0 comments

Tokens Are Not Securities

https://www.bloomberg.com/opinion/newsletters/2026-03-18/tokens-are-not-securities
1•toomuchtodo•12m ago•0 comments

Intel enables Precompiled Shader Delivery in new driver

https://videocardz.com/newz/intel-enables-precompiled-shader-selivery-on-arc-b-series-and-core-ul...
1•davikr•12m ago•0 comments

Comprehension Debt

https://addyosmani.com/blog/comprehension-debt/
1•ragall•13m ago•0 comments

Three More Jury Notes in Social Media Trial Focus on YouTube Witness, Father

https://www.law.com/2026/03/17/two-more-jury-notes-in-social-media-addiction-trial-focus-on-youtu...
2•1vuio0pswjnm7•13m ago•0 comments

The problem is not generating code. It is trusting the change

https://ferrify.uk/
1•gh7941•14m ago•2 comments

Show HN: Trickle – See PyTorch tensor shapes inline in VSCode as you code

https://github.com/yiheinchai/trickle
2•chaiyihein•15m ago•0 comments

Xiaomi MiMo-V2-Omni: See, Hear, Act in the Agentic Era

https://mimo.xiaomi.com/mimo-v2-omni
1•gainsurier•16m ago•0 comments

GitHub and Claude Are Down Three Out of Four Days

https://www.aakash.io/tech-chase/github-and-claude-are-down-three-out-of-four-days
1•ahstilde•16m ago•0 comments

Recovery of the first fiber-optic submarine cable across an ocean – TAT-8

https://www.submarinenetworks.com/en/nv/insights/recovery-of-the-world-s-first-fiber-optic-submar...
2•marklit•18m ago•0 comments

How to write yourself every day

https://psyche.co/guides/how-to-write-yourself-every-day
1•herbertl•18m ago•0 comments

JupyterLab 4 Extensions

https://blog.jupyter.org/700-jupyterlab-4-extensions-8ac295b3d974
2•ktaletsk•18m ago•0 comments

What's Behind 'Alpine Divorce'?

https://www.theguardian.com/lifeandstyle/ng-interactive/2026/mar/17/alpine-divorce-abandoned-hiki...
2•Tomte•19m ago•0 comments

Show HN: Motif - Analyze your Cursor and Claude Code chat history

https://github.com/Bulugulu/motif-cli
1•Bulugulu•19m ago•0 comments

Agentic review of Linux Kernel code changes

https://github.com/sashiko-dev/sashiko
1•l2dy•20m ago•0 comments

Show HN: The-telegram-telegram (thermal printer style)

https://github.com/rscircus/the-telegram-telegram
1•eigenlab•21m ago•0 comments
Open in hackernews

Why AI agents can reduce productivity

https://www.wespiser.com/posts/2026-03-15-Attention-Debt-Of-AI-Tooling.html
3•wespiser_2018•1h ago

Comments

wespiser_2018•1h ago
Author here.

I wrote this article after working on chatbots over the past year. The pattern I kept seeing was that the hard part wasn't getting agents to work, but getting busy people to use them.

Curious if others have similar experience.

AgentNode•1h ago
This matches what we've seen too. The adoption problem is almost always bigger than the capability problem.

One pattern that helped in our case: instead of asking users to interact with the agent, let the agent interact with verified, pre-tested capabilities on its own and only surface results. The moment you remove "pick the right tool, hope it works, debug when it doesn't" from the human's plate, the attention cost drops dramatically.

The irony is that most agent tooling today actually increases the surface area for failure. Tools that don't install, wrong schemas, silent errors. Each one pulls a human back into the loop. Reliable infrastructure is the prerequisite for the invisible AI you describe in the article.

wespiser_2018•1h ago
I've heard this feedback from a number of users: "If this AI agent is just doing a bunch of API calls, and I know how to do the calls myself, why would I use this?".

I don't have a great answers to that, besides, "well it's easier to onboard the agent than teaching someone how weave together 3 API calls", but that's the institutional logic, not really convincing an end user.

Either way, if the AI actually works, and we can predict when it needs to be used, the direction we're going in is to just run the process and keep the user informed.

AgentNode•52m ago
That's the key tension. If the user already knows the API calls, the agent feels like overhead. The value only clicks when the agent handles the boring parts reliably enough that the user stops thinking about them entirely. Not "it does what I could do" but "it already did it before I had to care." Your direction of running the process and keeping the user informed sounds right. The less the user has to supervise, the more the tool justifies itself.