frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Commodore Amiga turns 40, headlines UK exhibition

https://www.theregister.com/2025/08/19/getting_handson_with_the_commodore/
1•Bender•34s ago•0 comments

The Playbook Used to 'Prove' Vaccines Cause Autism

https://www.nytimes.com/interactive/2025/08/19/opinion/vaccines-autism-evidence.html
1•zzzeek•1m ago•0 comments

Working with Asynchronous Coding Agents

https://elite-ai-assisted-coding.dev/p/working-with-asynchronous-coding-agents
1•intellectronica•1m ago•0 comments

Modular 'PipeMagic' backdoor used to deploy ransomware

https://www.scworld.com/news/modular-pipemagic-backdoor-used-to-deploy-ransomware
1•Bender•1m ago•0 comments

Show HN: A paycheck calculator for all 50 US states with 2025 tax rules

https://paycheckcalc.app/
1•lion__93332•2m ago•0 comments

An extinct volcano in Arkansas hosts the only public diamond mine on Earth

https://arstechnica.com/science/2025/08/for-15-anyone-can-dig-up-diamonds-in-this-arkansas-state-park/
2•Bender•2m ago•0 comments

Ask HN: Founding Engineer/CTO (equity) for music rights/data infra (UK/US)

1•Ritwq•3m ago•0 comments

New Benchmark for Coding LLMs puts GPT-5 at the top

https://blog.brokk.ai/introducing-the-brokk-power-ranking/
1•jbellis•3m ago•0 comments

Building a sovereign AI chip design industry in the UK

https://www.gov.uk/government/publications/building-a-sovereign-ai-chip-design-industry-in-the-uk
1•rntn•3m ago•0 comments

Quantum Odyssey update: now close to being a complete Bible of quantum computing

https://store.steampowered.com/app/2802710/Quantum_Odyssey/
1•LaurentiuN•4m ago•1 comments

Dating app categories could be shaping you more than you know

https://theconversation.com/dating-app-categories-could-be-shaping-you-more-than-you-know-256368
1•PaulHoule•5m ago•0 comments

How to Draw a Space Invader

https://muffinman.io/blog/invaders/
1•stanko•5m ago•0 comments

Attention Is the New Big-O: A Systems Design Approach to Prompt Engineering

https://alexchesser.medium.com/attention-is-the-new-big-o-9c68e1ae9b27
1•alexc05•5m ago•0 comments

Remains of British researcher lost in 1959 recovered from Antarctic glacier

https://www.bas.ac.uk/media-post/remains-of-british-researcher-lost-in-1959-recovered-from-antarctic-glacier/
1•gmays•6m ago•0 comments

SaaS Starters: A vetted list of SaaS Boilerplates

https://saasstarters.com/all/
1•EPendragon•7m ago•0 comments

How I Made Ruby Faster Than Ruby

https://noteflakes.com/articles/2025-08-18-how-to-make-ruby-faster
2•xrayarx•7m ago•0 comments

The AI-Powered PDF Marks the End of an Era

https://www.wired.com/story/adobe-ai-powered-pdf-end-of-an-era/
1•geox•7m ago•0 comments

Submarine cable map rendered onto a globe

https://globe.gl/example/submarine-cables/
2•xrayarx•9m ago•0 comments

Databricks raiese Series K investment valuing the company at >$100B

https://www.databricks.com/company/newsroom/press-releases/databricks-raising-series-k-investment-100-billion-valuation
1•cbcoutinho•10m ago•0 comments

Show HN: Rocket Journal – voice-first AI journaling for your 2 AM thoughts

https://www.rocketjournal.app/
1•AnkitRH•12m ago•0 comments

Show HN: AI for Embedded Software Debugging

https://marketplace.visualstudio.com/items?itemName=Enduin.enduin
1•johannesgen•12m ago•0 comments

Psychological inoculation and resilience to share vaccine misinformation

https://www.nature.com/articles/s41598-025-09462-5
1•bookofjoe•13m ago•0 comments

Ballot Hand Counts Lead to Inaccuracy

https://votingrightslab.org/2024/02/27/ballot-hand-counts-lead-to-inaccuracy/
18•bediger4000•14m ago•4 comments

Show HN: I've made an easy to extend and flexible JavaScript logger

https://github.com/inshinrei/halua
2•inshinrei•15m ago•0 comments

Show HN: SitemapMonitor – Track changes in any website's sitemap automatically

https://www.sitemapmonitor.live
1•pikaiqiu•15m ago•0 comments

Bulk Background Remover – Remove backgrounds from multiple images at once

https://www.bulkbackgroundremover.online/
1•yszhu•15m ago•1 comments

Copyright: Springer vs. Adblock Plus enters another round

https://www.heise.de/en/news/Copyright-Springer-vs-Adblock-Plus-enters-another-round-10505898.html
2•EvgeniyZh•15m ago•0 comments

I created Pareto³, a method to find the ~1% of causes driving >50% of effects

https://github.com/adistan/pareto_cube
2•adistan•17m ago•1 comments

Assign Tickets to Claude Code

https://twitter.com/matthew_wolfe_/status/1957540225904685473
1•matthewolfe•18m ago•0 comments

Collabora at OSS Europe 2025: Five talks, hands-on demos, and workshops

https://www.collabora.com/news-and-blog/news-and-events/open-source-summit-europe-2025-talks-demos-workshops.html
1•losgehts•19m ago•0 comments
Open in hackernews

Show HN: I'm building a "work visa" API for AI agents

https://agentvisa.dev/
4•huey77•2h ago
Hey HN,

I’m Chris, a solo dev in Melbourne AU. For the past month I've been spending my after work hours building AgentVisa. I'm both excited (and admittedly nervous) to be sharing it with you all today.

I've been spending a lot of time thinking about the future of AI agents and the more I experimented, the more I realized I was building on a fragile foundation. How do we build trust into these systems? How do we know what our agents are doing, and who gave them permission?

My long-term vision is to give developers an "Agent Atlas" - a clear map of their agentic workforce, showing where they're going and what they're authorized to do. The MVP I'm launching today is that first step.

The core idea is simple: stop giving agents a permanent "passport" (a static API key) and start giving them a temporary "work visa" for each specific task. AgentVisa is a simple API that issues secure, short-lived credentials, linking an agent's task back to a specific user and a set of permissions.

To make this more concrete, I've put together a demo you can run locally showing how an agentic customer service bot uses AgentVisa to access an internal API. You can see it here: https://github.com/AgentVisa/agentvisa-customer-support-demo

Under the hood it’s JWTs for now. But the product isn't the token - it's the simple, secure workflow for delegating authority. It's a pattern I needed for my own projects and I'm hoping it's useful to you too.

I know there's a "two-sided problem" here - this is most useful when the server an agent connects to can also verify the agent's authenticity. Right now it's ideal for securing your own internal services, which is where I started. My hope is that over time this can be built into a standard that more services adopt.

I'm keen for feedback from fellow devs working with AI agents. Does this problem of agent identity and auditability resonate with you? Is the "visa vs. passport" concept clear? What would you want to see on that "Agent Atlas" I mentioned?

The Python SDK is open and on GitHub, and there's a generous free tier so you can build with it right away. I'll be here to answer as best I can any questions you have. Thanks for checking it out!

SDK: https://github.com/AgentVisa/agentvisa-python Demo: https://github.com/AgentVisa/agentvisa-customer-support-demo

Note: for us down under it’s getting late! So if I miss your comment while asleep, I’ll reply first thing in the morning AEST.

Comments

ishita159•2h ago
How are you handling verifications?
huey77•2h ago
Verification is handled in two ways:

- Simple online verification: the easiest way is to use the public POST /v1/verify endpoint. Any of your services can call this with the agent's credential. It's a stateless check that returns a JSON object confirming if the token is valid and crucially what scopes and user_identifier it was issued for.

- Decentralized/offline verification: for more advanced use cases or high-throughput services that want to avoid a network call you can also verify the credentials offline. The tokens are standard JWTs signed with RS256, and I expose the public keys via a standard /.well-known/jwks.json endpoint on the main domain. You can fetch the keys, cache them and then verify the token signatures locally.

The goal is to make it easy for a developer to get started with the online endpoint, while still providing the standard, scalable method for more mature systems. Thanks for checking it out!