frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Third New Glenn launch suffers upper stage malfunction

https://spacenews.com/third-new-glenn-launch-suffers-upper-stage-malfunction/
1•ExpertAdvisor01•8m ago•1 comments

Google should allow third-party search engines access to data, EU says

https://www.reuters.com/world/google-should-allow-third-party-search-engines-access-data-eu-says-...
2•1vuio0pswjnm7•9m ago•1 comments

Show HN: TikTok-style mobile scroller for Civitai, self-hosted recs on a $5 VPS

https://testflight.apple.com/join/JkKUCXY6
1•alongbottom•9m ago•0 comments

Earthset

https://twitter.com/astro_reid/status/2046009031613907029
1•jbegley•16m ago•0 comments

Salesforce Announces AI Initiative and Calls It 'Headless 360'

https://gizmodo.com/salesforce-announces-huge-ai-initiative-and-calls-it-headless-360-2000748243
3•Brajeshwar•20m ago•0 comments

Show HN: A free, offline-capable math quiz app

https://quiz.neuralrad.com
1•coolwulf•21m ago•0 comments

AAVE price sinks 18% as KelpDAO exploit spreads

https://ambcrypto.com/aave-price-sinks-18-as-kelpdao-exploit-spreads-what-happened/
1•wslh•24m ago•0 comments

China's 7-tonne cargo drone completes maiden flight

https://news.cgtn.com/news/2026-03-31/China-s-new-7-tonne-unmanned-cargo-drone-set-for-maiden-fli...
4•pseudolus•26m ago•0 comments

"In Your Darkest Days, How Did You Keep Going?"

https://www.youtube.com/watch?v=D_E4Be4Or_E
1•Brysonbw•27m ago•1 comments

Show HN: Vastlint, inline linting for ad tags in VS Code, Kiro, Cursor

https://github.com/aleksUIX/vastlint
3•aleksuix•27m ago•0 comments

The insider trading suspicions looming over Trump's presidency

https://www.bbc.com/news/articles/cge0grppe3po
11•blondie9x•28m ago•0 comments

Claude-desktop-buddy [small ESP32 hardware companion software]

https://github.com/anthropics/claude-desktop-buddy
1•daniel_iversen•32m ago•0 comments

Vinjari – Decentralized Browser

https://github.com/jj10133/vinjari
1•jj_3•35m ago•1 comments

GPT-6 released: Symphony architecture unifies text/image/audio/video

https://www.theverge.com/2026/4/14/openai-gpt-6-symphony-architecture
3•demiurges•39m ago•0 comments

Mosaico: A fast, configurable tiling window manager for Windows

https://github.com/jmelosegui/mosaico
2•jmelosegui•39m ago•0 comments

Chamath Palihapitiya's 30 Years of Business Advice in 13 Minutes

https://www.youtube.com/watch?v=0-LAT4HjWPo
1•Brysonbw•42m ago•0 comments

Show HN: I built a spaced-repetition vocab app tied to the books you read

https://read.erictyrrell.com/
2•Cicero22•42m ago•1 comments

Screenless Smartphone Patent

https://carsafe.org/soundmode/
2•ASFsound•58m ago•0 comments

Show HN: Modular – drop AI features into your app with two function calls

https://modular.run
5•modular_dev•1h ago•1 comments

The race to build the next WordPress

https://opencomputer.dev/blog/the-race-to-build-the-next-wordpress/
15•iacguy•1h ago•7 comments

Show HN: I built a local Elixir/Python pipeline to curate 14,000 RAW photos

https://qwelian.com/posts/FINE_SHYT_Intelligent_Curation_Tagging_for_Creative_Workflows
1•qweliantanner•1h ago•0 comments

How to Set Up OneBusAway Maglev with Bay Area Transit Data

https://opentransitsoftwarefoundation.org/2026/04/setting-up-maglev-bay-area-transit-data/
3•aaronbrethorst•1h ago•0 comments

Linux Foundation: Building a RISC-V CPU Core (LFD111x)

https://training.linuxfoundation.org/training/building-a-riscv-cpu-core-lfd111x/
3•xlmnxp•1h ago•0 comments

Humanoid robots race runners at Beijing half marathon [video]

https://www.youtube.com/watch?v=WnCfMRhbhZQ
1•mgh2•1h ago•0 comments

Electric Wind-Up Plane Uses Supercapacitors for Free Flight Fun

https://hackaday.com/2026/04/18/electric-wind-up-plane-uses-supercapacitors-for-free-flight-fun/
3•lxm•1h ago•1 comments

Show HN: Self-healing browser harness via direct CDP

https://github.com/browser-use/browser-harness
2•gregpr07•1h ago•0 comments

A minimally speaking autistic man just wrote a best-selling book. Or did he?

https://www.theatlantic.com/books/2026/04/who-really-wrote-autistic-author-woody-brown-novel/686814/
1•xuojbi•1h ago•0 comments

Mixture-of-Depths Attention

https://arxiv.org/abs/2603.15619
3•neehao•1h ago•1 comments

Claude Token Counter, now with model comparisons

https://simonwillison.net/2026/Apr/20/claude-token-counts/
3•twapi•1h ago•0 comments

Show HN: Vitals – Score your financial health and explain what the numbers mean

https://myfinance-vitals.streamlit.app/
1•pavanhebli•1h ago•0 comments
Open in hackernews

Show HN: I Spy AI – Detect AI-Generated Images, with an MCP Server

https://www.ispyai.io/
2•shawhunterm•1h ago
I built I Spy AI to detect AI-generated images — upload one on the dashboard or call it from any MCP client (Claude Desktop, Cursor, etc.) via the analyze_image tool.

The detection runs on a separate FastAPI backend using pure OpenCV, no ML model, no GPU, just classical computer vision techniques looking for the artifacts diffusion models leave behind. The Next.js app handles auth, billing (Dodo Payments), and proxies images as raw binary to keep latency low. Async polling on the frontend.

Inspiration came from r/isthisai where people there spend a lot of energy arguing whether images are real, and existing detectors are either gated behind enterprise sales or unreliable black-box classifiers. Wanted something a normal person (or an LLM agent) could just hit, and not be data mined. Also purposefully kept an AI model out of the detection due to experimenting with Gemini and noticed it could not even accurately tell me an image that I just had it generate was AI generated.

Background: I was laid off earlier this year and have been building this full-time since Feb 5. Would love feedback on the detection accuracy, or the MCP integration.