frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gemini Plugin for Claude Code

https://github.com/sakibsadmanshajib/gemini-plugin-cc
1•sakibss•24s ago•1 comments

Painful learnings from sponsoring a tech conference in SF

https://www.terezatizkova.com/writing/conference-booths
1•tizkovatereza•1m ago•0 comments

Civilization Is Not the Default. Violence Is

https://apropos.substack.com/p/civilization-is-a-public-good
1•paulpauper•1m ago•0 comments

MetaBrainz is looking for a new executive director

https://blog.metabrainz.org/2026/04/14/seeking-a-new-executive-director/
1•MrKomodoDragon1•4m ago•0 comments

Overcoming OSS Contribution Anxiety

https://ym2132.github.io/vllm_make_awq_models_work_batch_invariance.html
1•Two_hands•4m ago•0 comments

Dark matter could be black holes from a different universe

https://theconversation.com/could-dark-matter-be-made-of-black-holes-from-a-different-universe-27...
1•samizdis•5m ago•0 comments

H.R.8250 – To require operating system providers to verify the age of any user

https://www.congress.gov/bill/119th-congress/house-bill/8250/all-info
1•cft•5m ago•0 comments

ChatGPT, make me a corporate takeover strategy

https://twitter.com/_nathancalvin/status/2044071303968145806
1•yoyohello13•8m ago•0 comments

Cement firm Lafarge found guilty of financing terrorism in Syria

https://www.swissinfo.ch/eng/various/cement-firm-lafarge-found-guilty-of-financing-terrorism-in-s...
2•Teever•9m ago•0 comments

I asked Claude how it wants to browse the web. It built LAD (LLM-as-DOM)

https://github.com/menot-you/llm-as-dom
1•tiago-im•10m ago•0 comments

Why I'm selling all my real estate – by Graham Stephan

https://grahamstephan.substack.com/p/im-selling-everything
1•bilsbie•12m ago•1 comments

BridgeBase – A Quantum-Safe Gateway for AI Agents (ML-KEM-768)

https://pqc-gateway-production.up.railway.app/
1•huzaiiiiiiiii•12m ago•0 comments

Have attendees wear your startup's merch at YC Startup School India

https://www.surfacearea.shop/
4•demod6•13m ago•1 comments

Hodor: a simple knowledge base for security and trust and safety

https://github.com/bq33/HODOR
1•33bquinn•16m ago•1 comments

The Secret Language of Ships

https://hakaimagazine.com/videos-visuals/the-secret-language-of-ships/
2•bookofjoe•18m ago•0 comments

The $10k-a-year college education has arrived (1981)

https://www.nytimes.com/1981/02/19/nyregion/the-10000-a-year-college-education-has-arrived.html
1•downbad_•19m ago•1 comments

Show HN: WM Arena – Can you tell real Atari gameplay from AI predictions?

https://arena.worldflux.ai/quiz
1•Yoshi_Hyoda•20m ago•0 comments

Fuck the Cloud (2009)

https://ascii.textfiles.com/archives/1717
3•downbad_•24m ago•2 comments

TruffleRuby 34 Is Released

https://truffleruby.dev/blog/truffleruby-34-is-released
2•ksec•25m ago•0 comments

Show HN: Ernie-Image: AI Poster, Comic and Text-in-Image Generator

https://ernie-image.ai
1•sarkory•27m ago•0 comments

Personal Agent Rankings – OpenRouter

https://openrouter.ai/apps/category/productivity/personal-agent?period=week
2•obilgic•27m ago•0 comments

Your codebase doesn't care how it got written

https://robbyonrails.com/articles/2026/04/14/your-codebase-doesnt-care-how-it-got-written/
2•robbyrussell•27m ago•1 comments

Build a Developer Knowledge Graph from Claude Code Sessions

https://create-context-graph.dev/docs/tutorials/claude-code-sessions
1•johnymontana•28m ago•0 comments

Man wins €1M Picasso painting in €100 charity raffle

https://www.bbc.com/news/articles/cq8ww7d72wyo
1•geox•28m ago•0 comments

Stop Flock

https://stopflock.com
1•cdrnsf•28m ago•0 comments

Paperasse: Skills for AI agents specializing in French bureaucracy

https://github.com/romainsimon/paperasse
1•hrpnk•29m ago•1 comments

One Layer, +12%: What 667 Configs Reveal About Small LLM Anatomy

https://austinsnerdythings.com/2026/04/14/rys-layer-duplication-qwen3-4b/
2•auspiv•30m ago•0 comments

WebGPU – One Graphics API to Rule Them All

https://www.kitware.com/webgpu-one-graphics-api-to-rule-them-all/
1•wb14123•31m ago•0 comments

Digital Freedom Across the World

https://eylenburg.github.io/countries.htm
1•Cider9986•32m ago•0 comments

I gave an AI autonomous tools 6 weeks ago. Here's the record she's been keeping

https://ravennest.science
2•larklaflamme•33m 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•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.