frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reconciling state pensions from N countries into one retirement estimate

https://www.expatrimony.com/
1•mint_cloud•44s ago•0 comments

Data center doubt: Why Florida is pushing back against hyperscale development

https://therealdeal.com/miami/2026/08/06/ai-driven-data-center-boom-hits-local-opposition-in-flor...
1•mapping365•59s ago•0 comments

I added a real-time chat to my blog, people used it to attack me

https://en.andros.dev/blog/b6c32a90/i-added-a-real-time-chat-to-my-blog-people-used-it-to-attack-me/
1•andros•1m ago•0 comments

Reinventing Entropy – Compression is Intelligence Part 1 [video]

https://www.youtube.com/watch?v=l6DKRf-fAAM
1•rzk•2m ago•0 comments

Proposed land ban puts $100B Kentucky data center in Democrats' crosshairs

https://www.kentucky.com/news/politics-government/article316774362.html
1•mapping365•2m ago•0 comments

In Google, 30k computer scientists search a single software engineer

https://softwareengineeringexperiences.quora.com/Should-we-call-developers-working-at-FAANG-compa...
1•USTECH_WORKER•3m ago•0 comments

Ohio Assembly members propose bill to regulate data center development

https://ohiocapitaljournal.com/2026/08/06/ohio-general-assembly-members-propose-sweeping-bill-to-...
1•mapping365•4m ago•0 comments

AI Agents Think and Act: ReAct in 2 Minutes

https://vinithavn.substack.com/p/how-ai-agents-think-and-act-react
1•vinithavn01•5m ago•0 comments

Git Explain TUI – Explore Commits and Chat with Diffs

https://mmcs-work.github.io/git-explain-tui/
1•nemo_captain•5m ago•0 comments

American farmers slid solar panels over 62,000 acres of farmland

https://energiesmedia.com/solar-panels-farmland-crops-agrivoltaics/
1•speckx•5m ago•0 comments

Open-source agentic satellite anomaly detector with calibrated confidence

https://github.com/adoviguerav/esa-adb-trustworthy-agent
1•adoviguera•5m ago•0 comments

Show HN: React Candlesticks – JSX composable Canvas charts for financial UIs

https://reactcandlesticks.com/demo/
1•jjjww•6m ago•0 comments

Show HN: Line9 - a Mermaid rendering engine with its own layout

https://line9.ai/diagram
1•jumpalongjim•7m ago•0 comments

A Portland Company Can Put Your Favorite Mixtape on Vinyl

https://www.wweek.com/culture/2026/05/05/a-portland-company-can-put-your-favorite-mixtape-on-vinyl/
1•voxadam•7m ago•0 comments

Drift, your new favorite Git Diff tool

https://github.com/aymanbagabas/drift
1•aymanbagabas•7m ago•0 comments

Why good developers should avoid working for Google

https://www.quora.com/What-are-the-disadvantages-of-working-at-Google/answer/Rob-Menke?ch=15&oid=...
1•USTECH_WORKER•8m ago•0 comments

Show HN: Fursa, a live job index built from company career pages

https://fursa.io/search
1•kartikrajrewar•9m ago•0 comments

Show HN: FormLab, a no-signup formulation lab notebook in the browser

https://lab.formvix.com/
2•juliu1980•10m ago•0 comments

Show HN: Science for Kids

https://science.ocaho.com/
2•rahimnathwani•10m ago•0 comments

AI generated over 95% of China's new microdramas in Q1 2026

https://www.channelnewsasia.com/east-asia/ai-microdrama-china-film-industry-actors-jobs-6229191
4•qikouki•10m ago•0 comments

Faster floating point math with Rust's new API

https://pythonspeed.com/articles/faster-float-math-rust/
2•subset•11m ago•0 comments

What the Bubble Got Right (2004)

https://paulgraham.com/bubble.html
1•simonpure•15m ago•0 comments

DeepSeek-V4-Flash-0731-Latent-Reasoning. A model thinking in latent space

https://blog.n.ichol.ai/packaging-latent-reasoning-as-a-real-model
1•nmitchko•15m ago•1 comments

The "design engineer" role should go beyond front-end

https://josefrichter.design/blog/design-engineer-password-input-validation
1•josefrichter•16m ago•0 comments

US beef prices have soared but farmers aren't making more money

https://www.bbc.com/news/articles/cdrv0k0j662o
2•tartoran•16m ago•0 comments

Ask HN: Why don't we grade AI agents like hadith scholars graded narrators?

1•alizahidraja•17m ago•0 comments

Show HN: Islandr – WireGuard peers, users and group ACLs in one binary

https://github.com/chriscohnen/islandr
1•chriscohnen•17m ago•0 comments

Show HN: OptiPipe: rule-based config advisor for dbt pipelines

https://opti-pipe.onrender.com/
1•dorfarber•18m ago•0 comments

Cyclospora outbreak follows years-long pattern of Taylor Farms deflecting blame

https://www.cnn.com/2026/08/06/us/taylor-farms-cyclospora-ecoli-outbreaks-invs
1•randycupertino•19m ago•1 comments

The Wisdom of Crowds in Markets

https://www.morganstanley.com/content/dam/im/assets/publication/thought-leadership/consilient-obs...
1•gmays•20m ago•1 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.