frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SCE Core – a state-evolution engine for explainable AI reasoning

https://github.com/yanixkz/sce-core
1•yanixkz•49s ago•0 comments

Judge sides with ICE tracker creators in DHS/DOJ First Amendment lawsuit

https://www.engadget.com/apps/judge-sides-with-creators-of-banned-ice-trackers-who-allege-dhs-and...
1•speckx•1m ago•0 comments

Strengthening your network security with APNIC's products and tools

https://blog.apnic.net/2026/04/20/strengthening-your-network-security-with-apnics-products-and-to...
1•8organicbits•1m ago•0 comments

I Build with GenAI Now

https://www.jjude.com/tech-notes/build-with-genai-tasks/
1•jjude•1m ago•0 comments

Amazon customers furious as delivery drones drop boxes from 10 feet in the air

https://nypost.com/2026/04/17/lifestyle/amazon-customers-claim-delivery-drones-are-damaging-orders/
1•smurda•3m ago•0 comments

I built a business idea validator: what will kill it, not just what sounds good

https://ismyideaanygood.vercel.app
1•PD_Coder•3m ago•0 comments

The 'Google for AI Agents' Is Coming – and It's Being Built Outside Big Tech

https://superai.systems/
1•joshuabellew•3m ago•1 comments

Build AI evals from real failures

https://latitude.so/blog/annotation-queue-bridge
1•paulaq•5m ago•0 comments

Show HN: Slop-O-Meter, an experimental tool to detect slopware projects

https://slop-o-meter.dev/
1•pscanf•5m ago•0 comments

US appeals court declares 158-year-old home distilling ban unconstitutional

https://www.reuters.com/legal/government/us-appeals-court-declares-158-year-old-home-distilling-b...
1•geox•6m ago•0 comments

Accept: Text/Markdown

https://acceptmarkdown.com/
1•bretthopper•9m ago•0 comments

Creusot 0.11.0: VerifyThis Winner

https://devlog.creusot.rs/2026-04-20/
1•syrak•10m ago•0 comments

Looksmaxxing

https://en.wikipedia.org/wiki/Looksmaxxing
1•wslh•10m ago•0 comments

Learn SQL Through Games

https://substack.com/@karinadatascientist/note/c-243727883
1•barry-cotter•11m ago•0 comments

Hospital-acquired pneumonia reduced by daily toothbrushing

https://www.newscientist.com/article/2523576-hospital-acquired-pneumonia-reduced-by-daily-toothbr...
1•Brajeshwar•12m ago•0 comments

A P2P Network for Reproducible Autoresearch Code Experiments

https://community.computer/
1•memoir•15m ago•0 comments

Is anyone else bothered that AI agents can basically do what they want?

1•aegisproxy•15m ago•1 comments

Show HN: GalaxyBrain – an information operating system powered by local files

https://galaxybrain.com
2•j0ncc•16m ago•0 comments

Data as a Product Is a Promise

https://yusufaytas.com/data-as-a-product-a-new-frontier
3•london_safari•16m ago•0 comments

Designing locale-aware authorization at Webflow

https://webflow.com/blog/designing-locale-authorization
1•meghan•16m ago•0 comments

Atlassian Enables Default Data Collection to Train AI

https://letsdatascience.com/news/atlassian-enables-default-data-collection-to-train-ai-f71343d8
1•kevcampb•17m ago•1 comments

Lovable leaks source code, secrets, chats for projects created before Nov 2025

https://twitter.com/weezerOSINT/status/2046170666131669027
2•Tiberium•20m ago•1 comments

A look into Ente Locker's legacy feature

https://alcazarsec.com/deadmanswitch/compare/ente-locker
1•alcazar•22m ago•0 comments

Show HN: Tuicraft, a WoW 3.3.5a chat client for the terminal

https://github.com/tvararu/tuicraft
2•tvararu•24m ago•0 comments

Show HN: Search Without AI, a Chrome Extension to Clean Up Google Search

https://chromewebstore.google.com/detail/search-without-ai/lfbekhabiijoldclghpfjgbcfdnnnobk
1•startages•26m ago•0 comments

AI Code review doesn't catch AI-written security probs

https://www.augmentedswe.com/p/ai-code-review-security
1•wordsaboutcode•26m ago•0 comments

Is it too late to build a "Spotify for art" in the age of AI?

https://www.beholdworld.art
1•mueller•28m ago•1 comments

Show HN: Naptrace – find structural twins of a CVE in your codebase

https://github.com/hamzamiladin/naptrace
1•kenshi144•28m ago•0 comments

Evlog: Wide Events Logging

https://www.evlog.dev/
2•mrlightful•28m ago•0 comments

Tesla Hid Fatal Accidents to Continue Testing Autonomous Driving (French)

https://www.rts.ch/info/monde/2026/article/tesla-dissimule-des-milliers-d-incidents-de-conduite-a...
116•doener•29m ago•12 comments
Open in hackernews

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

https://www.convergegame.com/
11•cwackerfuss•11mo 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•11mo ago
I need the answer if I fail...

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

cwackerfuss•11mo 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•11mo ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss•11mo ago
It's on my list for sure. Thanks for the message!
zahlman•11mo ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss•11mo ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss•11mo 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•11mo ago
Fun and easy to play!
cwackerfuss•11mo ago
Thanks glad you like it!
elpocko•11mo 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•11mo ago
ever heard of Wordle?
elpocko•11mo 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•11mo 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•11mo 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.