frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kettle: Attested builds for verifiable software provenance

https://arxiv.org/abs/2605.08363
1•ameanasad•53s ago•0 comments

The Ice Age is over: gas car sales drop 37% in biggest market

https://electrek.co/2026/05/12/the-ice-age-is-over-gas-car-sales-drop-37-in-worlds-biggest-market/
1•dotcoma•1m ago•0 comments

Show HN: A open-source, local trace viewer for Claude Code and Codex sessions

https://github.com/DevonPeroutky/agent-profiler
1•MediumD•2m ago•0 comments

The eerie abandoned vehicles in Chernobyl's 'dead zone'

https://www.bbc.com/future/article/20260424-the-eerie-abandoned-vehicles-in-chernobyls-dead-zone
1•otoolep•5m ago•0 comments

End-to-End Encrypted RCS Comes to Apple and Android Chats

https://www.eff.org/deeplinks/2026/05/victory-end-end-encrypted-rcs-comes-apple-and-android-chats
1•Brajeshwar•5m ago•0 comments

Data centers cutting power to homes, driving homeowners to solar and batteries

https://electrek.co/2026/05/13/data-centers-grid-strain-driving-residential-solar-battery-demand/
2•dotcoma•5m ago•0 comments

AI Engineer Talks

https://www.ai.engineer
1•kristianpaul•7m ago•0 comments

Advanced Protection Mode for Android

https://developer.android.com/privacy-and-security/advanced-protection-mode
1•andrewzeno•7m ago•0 comments

(Canada) Facing backlash, Anandasangaree says tech cos 'misinterpreting' bill

https://www.cbc.ca/news/politics/facing-mounting-backlash-anandasangaree-says-u-s-tech-companies-...
1•fidotron•10m ago•0 comments

Exascale Training of Generative Model with Historical Priors for Data Reduction

https://arxiv.org/abs/2605.08633
1•rbanffy•11m ago•0 comments

Claude plans will get a dedicated monthly credit for programmatic usage

https://twitter.com/ClaudeDevs/status/2054610152817619388
2•sixhobbits•12m ago•1 comments

Your Rails App, in the App Store

https://rubynative.com/
2•thunderbong•13m ago•0 comments

Most U.S. doctors are quietly using this AI tool

https://www.nbcnews.com/tech/tech-news/openevidence-ai-doctor-medical-physician-login-app-what-np...
1•speckx•13m ago•0 comments

Anthropic courts a new kind of customer: small business owners

https://techcrunch.com/2026/05/13/anthropic-courts-a-new-kind-of-customer-small-business-owners/
1•redm•13m ago•0 comments

Electricity generation from solar could exceed coal in ERCOT for the first time

https://www.eia.gov/todayinenergy/detail.php?id=67685
2•geox•14m ago•1 comments

Show HN: Athena Index – behavioral credibility scores for public claims

https://www.athenaindex.com/
1•divinee•14m ago•0 comments

FractalSortCPU: Bandwidth-Efficient Compressed Radix Sort on CPU

https://arxiv.org/abs/2605.10390
1•rbanffy•15m ago•0 comments

Sony A7R VI

https://www.dpreview.com/reviews/sony-a7r-vi-review
1•picture•16m ago•0 comments

Building Software Requires Digestion

https://blog.jim-nielsen.com/2026/software-requires-digestion/
1•Brajeshwar•18m ago•0 comments

VibeLoom – contract-driven AI coding

https://vibeloom.ai/
1•ilya-baimetov•18m ago•0 comments

Viaduct 1.0: Airbnb's open-source GraphQL framework

https://medium.com/airbnb-engineering/viaduct-1-0-and-the-future-of-airbnbs-data-mesh-6bab4ec98b89
2•jeanlucas•18m ago•0 comments

Almost half of everything orbiting Earth is space junk

https://www.popsci.com/science/space-junk-around-earth/
2•speckx•19m ago•0 comments

Wolf Resume

https://wolfresume.com
2•modern_site•19m ago•0 comments

At Least We Know the Washington Post Isn't Buying Views

https://www.404media.co/washington-post-make-it-make-sense-opinion-podcast/
2•cdrnsf•19m ago•0 comments

Learning, Fast and Slow: LLMs That Adapt Continually

https://gepa-ai.github.io/gepa/blog/2026/05/11/learning-fast-and-slow/
3•LakshyAAAgrawal•23m ago•1 comments

Show HN: Profine – Automated profiling and code rewrites for ML training loops

https://github.com/ProfineAI/profine-cli
1•aisinghal•24m ago•0 comments

BCough: Bone-Conduction-Embedded AI Platform for On-Device Cough Detection

https://www.mdpi.com/2079-9292/15/9/1912
1•PaulHoule•25m ago•0 comments

Innovation Abounds in Device Charging

https://www.technologyreview.com/2026/05/11/1136406/innovation-abounds-in-device-charging/
1•joozio•25m ago•0 comments

Journey building an AI coding agent for writing and maintaining integrations

https://medium.com/@shuklatushar100/how-we-built-an-ai-coding-agent-that-writes-payment-gateways-...
2•manojr13•26m ago•0 comments

The enduring myth of music and maths (2011)

https://www.the-independent.com/arts-entertainment/classical/features/the-enduring-myth-of-music-...
3•ColinWright•26m ago•0 comments
Open in hackernews

Show HN: Can you meld minds with AI and guess the same word?

https://www.convergegame.com/
11•cwackerfuss•1y ago
I built a daily word association puzzle where you engage in a quiet, collaborative mind meld with AI. I'd love to have folks try it out and tell me what they think!

Here's how it works: 1. Enter your first word to reveal the AI's word of the day. 2. Don't think too hard about it. It's just a starting point. 3. Both of you think of a word that connects the two. 4. To win, you need to say the same word. 5. You have 8 guesses to converge. 6. Need a hint? The AI will drop a riddle in your final two guesses.

HOW DOES IT WORK? After the user_word + ai_word are submitted, I trigger two separate LLM calls which return structured data that I use to advance the game: 1. `evaluate_match`: this reasons about the match to decide if it should be counted as a convergence, and returns the reasoning, a bool, and a similarity score (this is what powers the rings that get further/closer to eachother in the game background and the green squares in the share results) 2. `guess_word`: this takes the two words, reasons about what a good next word might be, and returns the reasoning and new word.

I store the new word without revealing it to the user, so that after the user has time to decide and input their word, the AI has already had its next word selected since the last round ended.

I used BAML with OpenRouter to quickly iterate on prompts and easily switch between LLMs to compare outputs. I settled on gemini-2.0-flash as the right combination of quality, speed, and cost.

Comments

nosmokewhereiam•1y ago
I need the answer if I fail...

Otherwise super fun and unique! Well done, thank you for sharing this.

cwackerfuss•1y ago
Thank you! The solution is when user_word === ai_word, so there isn't technically an "answer." The only pre-determined word in the game is the first word the AI chooses, which is the same word for all players, each day.
apheliosos•1y ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss•1y ago
It's on my list for sure. Thanks for the message!
zahlman•1y ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss•1y ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss•1y ago
But to answer your question - yes the string must contain only valid english letters and must be between 2-25 characters in length. If you can jailbreak the system with those constraints I salute you!
bogconst3•1y ago
Fun and easy to play!
cwackerfuss•1y ago
Thanks glad you like it!
elpocko•1y ago
I will not come every day to play your "daily" game. I may look at it once and never come back, because I refuse to be held hostage by your artificial restriction (not to say preemptive enshittification) of getting one play per day.
cwackerfuss•1y ago
ever heard of Wordle?
elpocko•1y ago
You mean that one game that actually managed to pull off the game-a-day scheme four years ago through clever design and simple gameplay? The game with the inherently player-hostile scheme that's still inspiring thousands of talentless hacks on the internet? The actual successful game that attracted millions of copycat losers? Nope, never heard of it.
cwackerfuss•1y ago
Just wait until I tell you about your local newspaper’s Sunday crossword.

I built this game for fun. There are no ads, and I currently cover the LLM costs myself.

I’m not sure why you’re being so hostile toward the idea of a daily puzzle game. Wouldn’t it make more sense, ideologically, to direct your criticism at pay-to-win games designed to keep you playing for hours a day? This is a simple daily puzzle — a two-minute break that never asks for more of your time. How is that even remotely comparable?

elpocko•1y ago
You showed your game and asked for feedback. I gave you honest feedback: I won't play your "daily" game, because I think the "daily" aspect is an unnecessarily enforced, inherently player-hostile, mindlessly imitated anti-feature that's of no use to anyone.

Congratulations on making the game, I know it's hard to finish and release something. I wish you luck.