frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic Could Aim to Raise $100B in Blockbuster IPO

https://www.nytimes.com/2026/08/21/technology/anthropic-ipo-100-billion.html
1•mfiguiere•2m ago•0 comments

Show HN: Anjadhe – privacy first AI assistant, no account, no server DB

https://www.anjadhe.com/demo
1•ram-bv•3m ago•0 comments

Execution Is the Moat

https://aspiringforintelligence.substack.com/p/execution-is-the-moat
1•navjeetgill307•3m ago•0 comments

Show HN: ServerKit - Self-hosted control panel for apps, Docker, and databases

https://github.com/jhd3197/ServerKit
1•jhd3197•7m ago•0 comments

The Lexus LS 400 Happened When the Government Tried to Protect Detroit [video]

https://www.youtube.com/watch?v=i15Ii4yetLM
1•xeonmc•8m ago•0 comments

Show HN: Heimdall – Trust-verified knowledge layer for AI coding agents

https://github.com/ArihantDeva/heimdall
1•arihantdeva•13m ago•0 comments

Rocket Lab Announces Flatellite: A New Satellite Designed for Mass Manufacture

https://rocketlabcorp.com/updates/rocket-lab-announces-flatellite-a-new-satellite-designed-for-ma...
2•walrus01•15m ago•0 comments

A checklist is a letter to the untuned self

https://pilgrima.ge/p/the-untuned-self
1•momentmaker•16m ago•0 comments

Jason Arday Did a Lot of Harm

https://etanaedelman.substack.com/p/jason-arday-actually-did-a-lot-of
2•barry-cotter•18m ago•0 comments

Obsession with AI

https://unmeshed.io/blog/using-ai-wisely-starts-before-the-first-prompt
1•jusonchan81•21m ago•0 comments

Stalking the Wily Hacker: 40 years later – Cliff Stoll [video]

https://www.youtube.com/watch?v=656058JxTM0
1•zoenolan•23m ago•0 comments

I'd Rather Risk Cancer Than See AI Move This Fast

https://www.theatlantic.com/technology/2026/06/ai-cancer-progress/687654/
1•jdkee•28m ago•2 comments

Ask HN: What types of alternative communities have you seen work or not and why?

1•tmnvix•35m ago•1 comments

What every programmer should know about memory, Part 1

https://lwn.net/Articles/250967/
1•Anon84•35m ago•0 comments

Show HN: Plethora – Social platform and SDK around games and interactive content

https://plethora.studio/
2•pratt3000•45m ago•0 comments

Ask HN: Just saw a YC25 job posting front page that looks like a 7-day work week

15•walrus01•49m ago•10 comments

HydroGym: A Reinforcement Learning Platform for Fluid Dynamics [video]

https://www.youtube.com/watch?v=SQrPBk6f0GY
1•abetusk•53m ago•1 comments

Nord Stream sabotage suspect arrested on set of film about the sabotage

https://www.telegraph.co.uk/world-news/2026/08/20/nord-stream-sabotage-suspect-arrested-film-set/
3•cwwc•55m ago•0 comments

America's Gerontocracy Needs a Public Physician

https://www.theatlantic.com/health/2026/08/office-of-medical-adviser/688372/
1•paulpauper•56m ago•0 comments

It's Low-Calorie and Packed with Protein. Is It Healthy?

https://www.theatlantic.com/health/2026/08/ultra-processed-food-healthy-ice-cream/688364/
1•paulpauper•56m ago•1 comments

US Debt-to-GDP Ratio

https://www.us-debt-clock.com/debt-to-gdp
2•NordStreamYacht•57m ago•0 comments

Show HN: Driftless – your Postgres, provably in sync with Stripe

https://github.com/quyumkehinde/driftless
1•quyum•58m ago•0 comments

20% price reduction for GPT 5.6 Sol

https://community.openai.com/t/20-price-reduction-for-gpt-5-6-sol-api-codex-credits-and-chatgpt-w...
2•soheilpro•1h ago•0 comments

OpenAI cuts developer pricing for frontier GPT-5.6 Sol model by more than 20%

https://www.reuters.com/technology/openai-cuts-developer-pricing-frontier-gpt-56-sol-model-by-mor...
14•joshuawright11•1h ago•2 comments

Show HN: Flight Ledger – Track your flights, what they cost, and United status

https://app.flightledger.net
1•voladd•1h ago•0 comments

There's no reason for software to be slow anymore

https://danluu.com/perf-opt/
46•Jach•1h ago•33 comments

Open-source Zen Engine is out of beta

https://docs.gorules.io/changelog
1•jawns•1h ago•0 comments

Initial focus for our partnership with Motorola is a regular non-folding device

https://grapheneos.social/@GrapheneOS/117136278553665985
12•Cider9986•1h ago•3 comments

In 1957, Disney Built Our Friend the Atom. We Now Need Our Friend the AI

https://medium.com/@chipmunkworks/the-disney-solution-why-silicon-valley-needs-to-build-our-frien...
1•treelover•1h ago•1 comments

Lie Detection and Language Models

https://philosophybear.substack.com/p/lie-detection-and-language-models
2•paulpauper•1h 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.