frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rent's Rule

https://en.wikipedia.org/wiki/Rent%27s_rule
1•peter_d_sherman•27s ago•0 comments

The quest to find the best Calvin and Hobbes panel

https://www.polygon.com/best-calvin-and-hobbes-panel-ever/
1•thunderbong•1m ago•0 comments

Kithly – a family social network with no ads and no algorithm

https://kithly.social/
1•jkagidesignsllc•11m ago•0 comments

The Defender's Window

https://openai.com/index/the-defenders-window/
1•nedruod•12m ago•0 comments

Show HN: Search inside podcast episodes and read transcript while listening

https://metapodcast.net
1•lamecoder•12m ago•0 comments

Cerebras CS4

https://www.cerebras.ai/cs4
1•sunils34•12m ago•0 comments

SecIT Bench A frontier benchmark for AI agents in IT and security workflows

https://secitbench.cribl.io/
1•ram_rar•12m ago•0 comments

Testing Claude-designed proteins in the wet lab

https://www.adaptyvbio.com/blog/anthropic-1
1•julian_englert•15m ago•1 comments

Nutritional benefits of sourdoughs: A systematic review (2022)

https://www.sciencedirect.com/science/article/pii/S2161831322013023
2•BiraIgnacio•16m ago•1 comments

Over 170k Nonprofits Lost All Their Data. Is Microsoft to Blame?

https://slate.com/technology/2026/08/microsoft-software-nonprofit-data-delete.html
2•croes•17m ago•1 comments

DFlash 2: Keep Drafting Parallel

https://inco.ai/blog/dflash2/
4•bhavnicksm•20m ago•0 comments

Arizona city sues over fire truck prices

https://www.themesatribune.com/news/mesa-to-sue-over-fire-truck-prices/article_5f8c1543-4f92-4181...
2•ilamont•24m ago•0 comments

Show HN: Monity.ai – Get notified when any website changes

https://apps.apple.com/pl/app/monity-ai/id6761957823
2•kamilmm21•25m ago•0 comments

This Could End the RAM Crisis [video]

https://www.youtube.com/watch?v=Gv3wV-QeTok
2•tartoran•25m ago•0 comments

OpenAI's overhead will rise 20 percent for some workloads as it hardens security

https://www.theregister.com/ai-and-ml/2026/08/19/openais-overhead-will-rise-20-percent-for-some-w...
4•joebuckwilliams•26m ago•0 comments

Who's in charge? The fraught union of automation and human behavior

https://knowablemagazine.org/content/article/mind/2026/design-automated-systems-with-human-psycho...
2•knowablemag•26m ago•0 comments

The Deadline Dividend: What Faster Inference Buys

https://deadline-dividend.onrender.com
2•serialwindow•26m ago•0 comments

How to tame AI's voracious appetite for energy

https://knowablemagazine.org/content/article/technology/2026/lowering-energy-use-artificial-intel...
2•knowablemag•26m ago•0 comments

Cerebras CS-4 rack systems juice chips for every last drop of AI performance

https://www.theregister.com/systems/2026/08/19/cerebras-cs-4-rack-systems-juice-chips-for-every-l...
2•joebuckwilliams•26m ago•0 comments

Progress happens between practice sessions

https://herbertlui.net/progress-happens-between-practice-sessions/
2•herbertl•28m ago•0 comments

Why crypto's best infrastructure companies stopped looking like crypto?

https://konstantintkachuk.com/writing/depin-is-dead-long-live-infrastructure-as-a-service/
2•Reaktornano•29m ago•0 comments

MAGA loyalists who collectively lost billions buying Trump stocks and crypto

https://www.msn.com/en-us/money/economy/the-greatest-theft-con-job-he-has-ever-done-maga-loyalist...
5•petethomas•32m ago•1 comments

New OllamaMQ v0.3.0

3•chleba•32m ago•0 comments

OpenAI lays out new security changes after its AI hacked Hugging Face

https://www.theverge.com/ai-artificial-intelligence/981640/openai-security-changes-ai-hugging-fac...
4•sbulaev•33m ago•0 comments

The Art of Prototyping

https://www.proofofconcept.pub/p/the-art-of-prototyping
2•herbertl•35m ago•0 comments

Obligatory one month without social media on my phone Substack essay

https://www.late-review.com/p/obligatory-one-month-without-social
2•herbertl•40m ago•0 comments

Whistleblower alleges political pressure,lack of evidence in antisemitism probes

https://apnews.com/article/trump-harvard-justice-department-brown-columbia-3e2519fac8b1d85caa74b7...
3•petethomas•40m ago•0 comments

Artificial intelligence boosts automated biolabs

https://knowablemagazine.org/content/article/technology/2026/ai-boosts-biofoundries-synthetic-bio...
1•knowablemag•41m ago•0 comments

Show HN: Interactive, animated architecture of any HuggingFace models

https://modelmap.cc
12•lizhaoliu•43m ago•0 comments

The Official History of Arm

https://newsroom.arm.com/blog/arm-official-history
1•stmw•45m 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.