frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Wasmtime's April 9, 2026 Security Advisories

https://bytecodealliance.org/articles/wasmtime-security-advisories
1•phickey•1m ago•0 comments

Lichess' Transparent and Audited Finances

https://docs.google.com/spreadsheets/d/1Si3PMUJGR9KrpE5lngSkHLJKJkb0ZuI4/preview
1•simonebrunozzi•2m ago•0 comments

Fixing AMDGPU's VRAM management for low-end GPUs

https://pixelcluster.github.io/VRAM-Mgmt-fixed/
1•schmorptron•2m ago•0 comments

GoPro to Eliminate 23% of Workforce in Cost-Cutting Move

https://www.wsj.com/business/gopro-to-eliminate-23-of-workforce-in-cost-cutting-move-ca5ba06b
1•bookofjoe•2m ago•1 comments

Npx codemod AI: make your coding agent great at large migrations

https://codemod.com/blog/npx-codemod-ai
1•alexbit2019•4m ago•0 comments

The Pentagon Threatened Pope Leo XIV's Ambassador with the Avignon Papacy

https://www.thelettersfromleo.com/p/the-pentagon-threatened-pope-leo
41•frm88•8m ago•4 comments

SQLBolt – Learn SQL with simple, interactive exercises

https://sqlbolt.com/
1•saikatsg•9m ago•0 comments

Four-Byte Burger: An obsessive recreation of lost Amiga art

https://www.youtube.com/watch?v=i4EFkspO5p4
1•Triphibian•10m ago•0 comments

Perplexity Introduces Personal Finance

https://www.perplexity.ai/hub/blog/plaid-integration-provides-full-view-of-personal-finances
1•EvanZhouDev•10m ago•1 comments

Valve Developer Improves the Linux Gaming Experience for Limited VRAM Hardware

https://www.phoronix.com/news/Valve-Better-Gaming-Low-vRAM
1•speckx•10m ago•0 comments

Show HN: Logoshi, a brand kit generator for solo founders

https://logoshi.com/
1•sjdegraeve•11m ago•1 comments

Did WordPress VIP leak my phone number?

https://shkspr.mobi/blog/2026/04/did-wordpress-vip-leak-my-phone-number/
2•worldofmatthew•11m ago•0 comments

Chinese Open Source – A (definitive?) history so far

https://interconnect.substack.com/p/chinese-open-source-a-definitive
1•0xWTF•12m ago•0 comments

DDD Bounded Contexts: Clear Domain Boundaries for LLM Code Generation

https://understandingdata.com/posts/ddd-bounded-contexts-for-llms/
1•locknitpicker•12m ago•0 comments

Benchmarking LLM Tool-Use in the Wild

https://arxiv.org/abs/2604.06185
2•Brajeshwar•12m ago•0 comments

Show HN: Proposal for a real long-term AI memory benchmark

https://penfieldlabs.substack.com/p/proposal-a-new-benchmark-for-long
2•dial481•16m ago•0 comments

Little Snitch comes to Linux, but the core logic is closed source

https://the.unknown-universe.co.uk/privacy-security/little-snitch-linux/
3•TheIPW•17m ago•0 comments

Referi is quietly becoming the system behind referrals

https://www.referi.net
1•onlinemelvin•20m ago•1 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
1•bastscho•20m ago•0 comments

Show HN: BrokenClaw Part 5: GPT-5.4 Edition (Prompt Injection)

https://veganmosfet.codeberg.page/posts/2026-04-08-openclaw_gpt5_4/
3•veganmosfet•22m ago•0 comments

Agents Need a Database to Break

https://xata.io/blog/every-ai-agent-needs-a-database-it-can-break
3•gk1•22m ago•0 comments

Nice Email Service

https://beeble.com
2•janwebdev•23m ago•0 comments

Show HN: LLM-Wiki but for Early Founders

https://github.com/himanshusaleria/gtm-engine
4•ashed96•26m ago•2 comments

Linux CFS Quotas and Throttling, explained as a children's story

https://www.mrpengi.com
2•perarneng•28m ago•0 comments

Show HN: Browse museum collections tik tok style

https://artsnap.vaguespac.es/
2•thebigship•29m ago•0 comments

Ask HN: How to get people to use your product?

2•pbs29•30m ago•1 comments

What the Verdict Against Meta and Google Says About the Way We Live Now

https://www.newyorker.com/news/the-lede/what-the-verdict-against-meta-and-google-says-about-the-w...
1•Brajeshwar•30m ago•0 comments

"There is something wrong with me" negative beliefs associated with dissociation

https://www.sciencedirect.com/science/article/abs/pii/S0022395626001500
1•rendx•32m ago•0 comments

Great resources for self-hosting AI hardware

https://github.com/voipmonitor/rtx6kpro
2•chisleu•33m ago•1 comments

Open-source AI assistant that watches your screen and points at things

https://github.com/farzaa/clicky
1•steveharing1•33m ago•0 comments
Open in hackernews

Show HN: AI agents are bad at API integrations – we fixed it

https://www.apimatic.io/product/context-plugins/showcase
3•sohaibtariq•1h ago
Hi, we're Sohaib and Hannan from APIMatic. We've been building tools to help Developers integrate with APIs for 5+ years at APIMatic. We're now trying to help AI agents do the same.

This started from a conversation at PayPal DevDay 2025. The PayPal developer experience team were monitoring developers using AI agents to integrate PayPal APIs, and the agents kept reaching for outdated docs and deprecated SDK versions, often falling back to training data instead of reading the current API documentation.

We tested this ourselves with Cursor. Across multiple iterations, 87% of runs fetched outdated reference docs using web search, and 13% of implementations used a deprecated SDK version.

What we built:

We built Context Plugins - given an OpenAPI spec, we generate SDKs and a remote MCP server that exposes language-specific API context (auth flows, method signatures, error handling, pagination, integration patterns from the API team) packaged and optimised for LLM consumption. Instead of guessing from training data or relying on web search, coding agents get the correct SDK methods and integration patterns they need to build API integrations.

We've just launched in Beta with PayPal: https://developer.paypal.com/serversdk/java/getting-started/...

We benchmarked Context Plugins on two codebases, nopCommerce (a mature ASP.NET e-commerce platform) and Microsoft's eShop reference app, and saw 2x faster integration time, 65% lower token usage, and near-zero hallucinations.

Getting started:

- We've published ready-to-use Context Plugins for Spotify, Twilio, Slack, and other APIs; the Show HN link takes you to our product showcase with one-click install for popular AI agents.

- Want to generate Context Plugins from your own spec? Sign up for a free 2-week trial on the APIMatic website, no credit card required.

- Want to dive deeper into the data? Read more here https://www.apimatic.io/product/context-plugins/case-study

We're really looking forward to hearing the community's feedback on this. We're particularly interested in hearing from API platform teams seeing this problem with their users, developers who've fought this problem manually or anyone who's tried building something similar.

What are we missing? What would make this more useful?

Comments

i_am_sunny_1485•1h ago
Agents often fall back to outdated docs or SDKs, which breaks real integrations. Really like the direction here of providing structured, up-to-date API context instead of relying on web search.
sohaibtariq•1h ago
The key insight for us was that the context needs to be language-specific and structured around actual SDK methods, not just an API Reference or OpenAPI Spec. Both of those provide context on the shape of the API but leave it to AI agents to figure out exactly how to call API endpoints and then translate that into code - handling auth, errors, pagination, rate limits etc.

That's 2 levels of inference, one of which can be avoided by providing SDKs and context for those SDKs. The SDK wraps all the plumbing for interacting with the API; AI agents just need to figure out which methods to call.

If you get a chance to try one of the examples in the showcase, we'd love to hear your feedback.