frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why the majority of vibe coded projects fail

https://old.reddit.com/r/ClaudeAI/comments/1rt31th/why_the_majority_of_vibe_coded_projects_fail
1•nadis•23s ago•0 comments

3D-print your brain from an MRI scan, in the browser

https://github.com/niivue/brain2print
1•napolux•54s ago•0 comments

AI Didn't Break the Senior Engineer Pipeline. It Showed That One Never Existed

https://blog.bryanl.dev/posts/ai-senior-engineer-pipeline/
1•speckx•1m ago•0 comments

Polaris – A fact-checking API for AI agents

https://thepolarisreport.com
1•JohnWeston•1m ago•0 comments

Snowflake Cortex Code CLI: Sandbox Escape and RCE

https://www.promptarmor.com/resources/snowflake-cortex-code-sandbox-escape-and-rce
1•takira•4m ago•0 comments

Show HN: Grafly.io – Free online diagramming tool

https://grafly.io/
1•lnenad•5m ago•1 comments

Agentic Context Management: Why the Model Should Manage Its Own Context

https://deadneurons.substack.com/p/agentic-context-management-why-the
2•nr378•5m ago•0 comments

Show HN: Is Claude's 2x usage active?

https://2x.rishikeshs.com/
1•rishikeshs•5m ago•0 comments

Social media 'addiction' is overrated

https://www.washingtonpost.com/opinions/2026/03/08/instagram-meta-youtube-lawsuit-addiction/
1•paulpauper•7m ago•0 comments

The Rise of Popcorn at the Movies

https://www.wsj.com/arts-culture/food-cooking/movie-theater-popcorn-history-great-depression-6e5a...
1•paulpauper•7m ago•0 comments

Palestinian boy, 12, describes how Israeli forces killed his family in car

https://www.bbc.com/news/articles/c70n2x7p22do
26•tartoran•7m ago•1 comments

A Better Pattern Than MCP for Agent-Friendly CLIs

https://coasts.dev/blog/a-better-pattern-than-mcp-for-agent-friendly-clis
1•jsunderland323•7m ago•0 comments

Building a fractions tutor led us to an architecture for controlling AI

https://github.com/emergent-state-machine/esm-spec/tree/main
1•ih8scargo•11m ago•1 comments

Once: Run multi Dockerized web apps on single server

https://github.com/basecamp/once
1•TobiasBerg•13m ago•1 comments

Refactor: When It Changes Things

https://howtocenterdiv.com/beyond-the-div/refactor-when-it-actually-changes-things
1•imkyssa•13m ago•0 comments

The Japanese snowball fight game vying to be an Olympic sport

https://www.japantimes.co.jp/sports/2026/02/22/more-sports/yukigassen-olympic-dreams/
1•PaulHoule•13m ago•0 comments

A bare-metal 3D engine in Go with custom software/OpenGL rasterizers

https://github.com/markel1974/godoom
1•markel1974•14m ago•1 comments

Bing have functional customer support

https://www.bing.com/search?q=dollardeploy
1•huksley•15m ago•1 comments

Perfectly Imperfect, a social network like the internet of yore

https://english.elpais.com/society/2026-03-15/perfectly-imperfect-the-social-network-that-returns...
2•dxs•15m ago•0 comments

The Conditionally Open Web

https://www.coryd.dev/posts/2026/the-conditionally-open-web
1•cdrnsf•16m ago•0 comments

How to read books again, backed by neuroscience

https://www.fastcompany.com/91502134/cant-read-books-anymore-neuroscience-has-a-5-step-plan-to-ge...
1•speckx•17m ago•0 comments

Git for Beginners: Branches, Commits, and Your First Pull Request

https://jsdev.space/git-branches-commits-pull-request/
1•javatuts•17m ago•0 comments

Show HN: AwardClaw – 24/7 award travel research agent

https://www.awardclaw.com/
1•veritas9•18m ago•0 comments

Mistral.ai Leanstral: open-source model designed for engineering

https://docs.mistral.ai/models/leanstral-26-03
1•james2doyle•18m ago•2 comments

Agent Kitchen

https://github.com/vivekhaldar/agent-kitchen
1•gandalfgeek•21m ago•0 comments

1968: What Will Technology Bring? – Towards Tomorrow – BBC Archive [video]

https://www.youtube.com/watch?v=c-i4sDAGyXQ
3•highspeedbus•21m ago•0 comments

Computational Foundations for the Second Law of Thermodynamics–Stephen Wolfram

https://writings.stephenwolfram.com/2023/02/computational-foundations-for-the-second-law-of-therm...
1•bilsbie•23m ago•0 comments

IBM RPG

https://en.wikipedia.org/wiki/IBM_RPG
1•tosh•25m ago•0 comments

Tom Scott: England – Official Teaser

https://nebula.tv/videos/tomscott-england-teaser
1•toomuchtodo•27m ago•1 comments

Police Investigate German Historian for Hitler-Putin Meme

https://reason.com/2026/03/13/police-investigate-german-historian-for-hitler-putin-meme/
3•whatisabcdefgh•28m ago•0 comments
Open in hackernews

Show HN: Kontext.dev – Runtime Credentials for Agents

https://kontext.dev/blog/announcing-kontext
3•michiosw•2h ago
Every AI agent that does something useful - opening a PR, posting in Slack, updating a ticket - needs to call an API on behalf of a user. That means OAuth. Authorization flows, token storage, refresh logic, per-user credential isolation.

Today, most teams solve this with a long-lived API key in an .env file, shared across every user and every session. As everyone in an organization becomes a software engineer - whether they know it or not - you can't expect each of them to roll their own OAuth. Secure credential handling needs to be baked into the infrastructure.

The core issue: agents are a new kind of principal. They're not users. They're not service accounts. They act with delegated authority on someone else's behalf. Existing identity systems have no model for this.

Kontext does.

Kontext validates the user and the agent, and returns a credential that lets agents act on behalf of their user - scoped, short-lived, and revocable. No secrets in your codebase, and action is traced back to the human who approved it.

We are thrilled to be launching our SDK, let us know what you think!