Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 51 min 7 sec ago

Claude Code SDK for Python

Sat, 06/14/2025 - 6:42pm
Categories: Hacker News

Show HN: I coded this AI visibility tool in VR (Meta Quest 3) – meet Winglytics

Sat, 06/14/2025 - 6:42pm

Hey HN

I built Winglytics, a tool that scans your website and tells you how visible you are inside ChatGPT, Perplexity, Claude, and Gemini.

Get an AI Visibility Score

See if you're cited in LLMs

Track prompt rankings

Get LLM-ready content suggestions

Coded mostly inside a Meta Quest 3 headset using VR — because why not? Would love your feedback!

https://winglytics.com

Comments URL: https://news.ycombinator.com/item?id=44279316

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: A reflex training web app built with Next.js and TypeScript

Sat, 06/14/2025 - 6:42pm

"Show HN: A reflex training web app built with Next.js and TypeScript I built a simple web app to test and improve reaction times. Features include: Reaction time measurement Global leaderboard Rank system based on performance Local storage for username persistence Tech stack: Next.js, TypeScript, Tailwind CSS https://reflex.kennyt.me Looking for feedback on the game mechanics and potential improvements."

Comments URL: https://news.ycombinator.com/item?id=44279314

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: A self-hosted AI UGC platform for SaaS owners

Sat, 06/14/2025 - 6:21pm

I don't like subscriptions, neither do you. Shouldn't be paying subscriptions for AI UGC videos for your app, especially if you're a saas owner and know how to code.

I'm giving access to the best AI UGC platform ever built that runs locally - it's built on NextJS with a bit of python.

I launched it 2 weeks ago and we've grown it to become the #1 AI UGC platform ever built. It has all the features you can imagine - selfies, hook + product videos with captions and voices, green screen corner videos, floating heads, slideshows, etc.

It has full YouTube automation alongside bulk generation for all asset formats. I recently just introduced AI influencers as well, so you can keep brand consistency. I made 100+ slideshows in 5 minutes for $0.01. A subscription service out there would charge me $100+ for that many.

It's also a full license that lets people turn it into a saas - no revenue sharing or anything involved.

All details are on the website, let me know what you guys think.

Comments URL: https://news.ycombinator.com/item?id=44279228

Points: 1

# Comments: 0

Categories: Hacker News

Flaws in Paper the Illusion of Thinking

Sat, 06/14/2025 - 6:08pm

Article URL: https://arxiv.org/abs/2506.09250

Comments URL: https://news.ycombinator.com/item?id=44279161

Points: 1

# Comments: 0

Categories: Hacker News

The Leadership Team

Sat, 06/14/2025 - 6:03pm
Categories: Hacker News

Show HN: Webhookify.me – Turn any sync API call into an async webhook

Sat, 06/14/2025 - 6:00pm

Hi HN,

I built Webhookify after my Vercel functions kept dying at the 30 s mark while waiting for slower third-party APIs like OpenAI image generation. Webhookify lets you swap any synchronous HTTP request for an asynchronous webhook—ideal for the 30 s timeout limits on many serverless and edge platforms. Here’s the zero-config flow:

curl -X POST "" rel="nofollow">https://webhookify.me/v1?url=https://api.example.com/slow&ca..."

• We keep the connection open on our side, monitor the slow endpoint, and POST the finished payload back to your webhook. • Free plan only for now – 10 jobs per day, no credit card. • Works great when you call services like AI image generation (DALL·E), video processing, or huge file operations that routinely exceed 10–30 s. • Perfect drop-in for Vercel / Netlify / Cloudflare Workers where you can’t increase the timeout ceiling.

Ask

• Any edge-cases you think we should harden first (e.g., very large bodies, auth headers, retries)? • Would you want self-host or is the hosted free tier enough to start? • Does the “one POST → async webhook” mental model feel intuitive? • Paid plan? Pay per use or flat?

Everything is live—no waitlist, no pitch deck. Fire away with questions, brutal feedback, or feature requests. Thanks!

Comments URL: https://news.ycombinator.com/item?id=44279122

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AgentPayy – Open-source payment framework for AI agents

Sat, 06/14/2025 - 5:44pm

Hey HN — I've been working on this and finally feel ready to share.

GitHub: https://github.com/AgentPayy/AgentPayy

AgentPayy is a payment framework designed for developers building AI agents and token-gated APIs. It's built for a future where agents interact economically — without needing human billing flows.

Right now, agents can't pay for services autonomously. Credit cards don't work. API keys are clunky. Most billing assumes a human is present. AgentPayy changes that.

It lets agents: – Generate wallets (gasless smart accounts) – Hold prepaid USDC balances or sign one-off payments – Pay APIs or tools directly on-chain using stablecoins – Process micro-payments economically (~$0.001 fees on Base L2)

Live now: – Smart contracts deployed on Base – TypeScript + Python SDKs published to npm/PyPI – Supports LangChain, CrewAI, and FastAPI integrations

Links: GitHub: https://github.com/AgentPayy/AgentPayy npm: npm install @agentpayy/sdk PyPI: pip install agentpayy Contract: 0x7213E3E48D44504EEb42AF36f363Deca7C7E0565

Why I'm posting: This is v1.0.1 — not perfect, but functional. Stablecoins + L2s feel like the natural economic layer for autonomous software: programmable, low-cost, and composable.

Looking for feedback, use cases I've missed, and contributors (TypeScript, Python, Solidity). Contracts are public, and I'll be rewarding meaningful contributors over time.

Would love your thoughts.

Comments URL: https://news.ycombinator.com/item?id=44279053

Points: 1

# Comments: 0

Categories: Hacker News

Pages