frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
2•kageroumado•5m ago•0 comments

Show HN: Tickerstar – Instant SEC and company earnings summaries

https://www.tickerstar.com
1•TickerStar•5m ago•0 comments

A Perfect Meritocracy Will Have Little Social Mobility

https://outlookzen.com/2026/06/27/a-perfect-meritocracy-will-have-little-social-mobility/
2•whack•8m ago•0 comments

What If a Man Practised Shooting a Million Times? Shot 90172, Football Progress [video]

https://www.youtube.com/watch?v=CI9oUUnUzw0
2•mmarian•10m ago•0 comments

Check out the new US passport

https://mishtalk.com/economics/does-president-trump-have-any-idea-what-passports-are-for/
2•megamike•10m ago•0 comments

Mojo programming language will become open-source soon

https://console.modular.com/signup
2•birdculture•11m ago•0 comments

Empero: A 9B that checks its own work

https://empero.org
2•modinfo•12m ago•0 comments

Show HN: Answer questions and see which countries share your personal values

https://jaylol.com/values-survey/
2•marifjeren•12m ago•0 comments

V16 Engine, a mechanical simulation with sixteen synchronized pistons

https://sand-morph.up.railway.app/v16-engine
2•echohive42•14m ago•0 comments

New York Housing Market suffers fatal news after Mamdani freezes rents [video]

https://www.youtube.com/watch?v=5vBkoEvZN6s
2•Bender•17m ago•0 comments

Art Is for Seeing Evil (2022)

https://thepointmag.com/examined-life/art-is-for-seeing-evil/
2•jger15•18m ago•0 comments

Show HN: Remote control for dev environment, not just agents

https://shellular.dev/
2•biraj-rocks•22m ago•0 comments

Claude Ecosystem

https://claude.com/ecosystem
2•geoffbp•22m ago•0 comments

GPT-5.6 Preview System Card

https://deploymentsafety.openai.com/gpt-5-6-preview
2•e2e4•22m ago•0 comments

A German AI publisher rewrites Hacker News posts and strips the sources

https://christopher-helm.com/die-dunkle-seite-der-ki-im-journalismus-1-500-ki-texte-im-eilverfahr...
2•chelm•23m ago•0 comments

GitHub DeepSeek-AI/DeepSpec

https://github.com/deepseek-ai/DeepSpec
2•geoffbp•23m ago•0 comments

A Farmer Arrested for Going 5 Seconds over His Time Limit at Data Center Meeting

https://www.gadgetreview.com/arrest-him-the-moment-police-handcuffed-a-farmer-for-going-5-seconds...
7•spenvo•23m ago•1 comments

Recursive self improvement for human skills

1•rando77•25m ago•0 comments

DIY your own open-source Robot Vacuum

https://twitter.com/dfrobotcn/status/2070852143964139763
1•Noghartt•29m ago•0 comments

Voting with Feet

https://maxmautner.com/2026/06/25/voting-with-feet.html
1•mslate•29m ago•0 comments

Videogenr.com

https://videogenr.com/en
1•kilincarslan•30m ago•2 comments

Open handoff: Thought Tree, a markup/spec idea for modular LLM workflows

https://github.com/RobertBateman/thoughttree-framework
1•xavier1764•33m ago•0 comments

Quora and mass AI poisoning: An organized crime AI spam ring

https://tacit.livejournal.com/687903.html
3•AndrewDucker•36m ago•1 comments

US Government allows Anthropic limited release of Mythos/Fable models

https://www.cnn.com/2026/06/26/tech/anthropic-mythos-release
1•alonp99•42m ago•0 comments

United Auto Workers Vote to Divest from Israel in Historic Victory – Truthout

https://truthout.org/articles/united-auto-workers-vote-to-divest-from-israel-in-historic-victory/
5•abdelhousni•49m ago•1 comments

Show HN: DiagramIDE – Diagrams as Source Files

https://diagramide.axk.sh
1•xlii•52m ago•0 comments

Ask HN: Why did you learn Chinese?

3•alonsovm44•54m ago•0 comments

macOS Tahoe update breaks using external display in clamshell mode

https://discussions.apple.com/thread/256305994?sortBy=rank
3•paulbjensen•55m ago•2 comments

More than a month into DR Congo Ebola outbreak, doctors warn epidemic will last

https://www.france24.com/en/africa/20260626-dr-congo-patients-cured-doctors-warn-outbreak-far-con...
1•mooreds•57m ago•0 comments

Show HN: As Music Theory – Test your sheet music sight reading speed

https://www.asmusictheory.com/tools/sight-reading-speed
1•gb2d_hn•58m 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.