frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

RosaicLabs, Atom RTL, and 32-Tile AMX: Trying to Piece Together a x86 Puzzle

https://chipsandcheese.com/p/rosaiclabs-atom-rtl-and-32-tile-amx
1•aba_cz•1m ago•0 comments

Anthropic says Claude AI hacked three organisations during cyber tests

https://www.bbc.co.uk/news/articles/cz7dl7w8y7po
1•ColinEberhardt•2m ago•0 comments

Fluency Is Not Authority: Building Local AI Characters for Signal Drift

https://engineering.signaldrift.net
1•alcoveresearch•4m ago•0 comments

Claude Opus 5 jailbreak with a 3-word prompt

https://xcancel.com/antibot/captcha
1•gck1•4m ago•0 comments

Anthropic's AI Claude escaped testing environment and hacked organizations

https://www.theguardian.com/technology/2026/jul/30/anthropic-ai-claude-hack
1•theanonymousone•7m ago•0 comments

Anthropic Discloses That AI Models Testing Hacked Three Companies

https://www.washingtonpost.com/technology/2026/07/30/anthropic-discloses-that-ai-models-testing-h...
1•juunge•9m ago•0 comments

U.S. Coworking Inventory Inching Towards 9,400, Adding over 200 Locations

https://www.coworkingcafe.com/blog/national-coworking-report/
1•vanclaude•11m ago•0 comments

Screenshot Studio – a screenshot tool built for ChatGPT and Claude users

https://chromewebstore.google.com/detail/screenshot-studio-capture/ekoloaibegijelgaebjklmbgjkkokhic
1•raajahuja01•14m ago•0 comments

PhoneFree app. Block distracting apps on your phone

https://apps.apple.com/ca/app/phonefree/id6786120372
1•fahadzaidi•14m ago•1 comments

Just brute force your embeddings

https://softwaredoug.com/blog/2026/07/29/just-brute-force-embeddings
1•JohnBerryman•19m ago•1 comments

JEP 401: Value Objects (Preview) merged to OpenJDK master

https://github.com/openjdk/jdk/pull/31120
1•mfiguiere•20m ago•0 comments

Noisegate: A differential-privacy gateway for untrusted AI agents

https://github.com/yashmahajan10/llm-differential-privacy-gateway
1•handfuloflight•22m ago•0 comments

Minimax H3 on Anime

https://www.reddit.com/r/StableDiffusion/comments/1vbdf4c/comment/p0t2jzw/
1•E-Reverance•23m ago•0 comments

Data's Hierarchy of Needs Revisited

https://yanirseroussi.com/2026/07/31/datas-hierarchy-of-needs-revisited/
1•yanir•25m ago•0 comments

Send your VSCode context to OMP

https://github.com/klondikemarlen/omp-send-context/tree/main
1•ankitg12•26m ago•0 comments

How to Display Stocks on GitHub Profile

https://github.com/Liyfez/PosSol
1•liyfez•28m ago•0 comments

Sysinternals Miscellaneous Utilities

https://learn.microsoft.com/en-us/sysinternals/downloads/misc-utilities
1•ankitg12•37m ago•0 comments

Big Tech AI spending spree tops $1T

https://www.ft.com/content/dcf3873e-7b32-4a24-a90d-3bccf1d2c996
1•mapping365•40m ago•0 comments

Show HN: DMARC.quest SPF/DKIM/DMARC Demystified

https://www.dmarc.quest
2•junkDrawer_ai•42m ago•0 comments

The AI trade now runs on borrowed money, and the lenders are repricing it

https://greyswansignals.com/?theme=dark
37•haipothetical•43m ago•8 comments

Show HN: Prizm – One API key for every top AI video, image and voice model

https://www.prizmkey.com
2•jking413•45m ago•0 comments

Leopold Aschenbrenner, the 'golden child' of the AI trade, was laid low

https://www.ft.com/content/620bd668-d112-412d-aa52-22489b128d55
4•RyanShook•46m ago•0 comments

Does 13% AI overall usage enough to be called as AI product

https://uncoverroads.com/
2•sourav_biswas•47m ago•0 comments

Scammer detection all types free

https://www.yoyosup.com/tools/scamcheck/
2•tcurtis801•50m ago•0 comments

CDN Tsunami: Exploiting HTTP/3-HTTP/1.1 Conversion for DoS Attacks

https://arxiv.org/abs/2607.26589
3•sbulaev•51m ago•0 comments

Oulipo

https://en.wikipedia.org/wiki/Oulipo
2•marysminefnuf•58m ago•0 comments

Now Anthropic Is Saying Claude Escaped and Hacked Several Companies

https://www.cnn.com/2026/07/30/tech/anthropic-ai-models-break-out-hack
5•hackmack10•58m ago•0 comments

The Ozempicization of Everything

https://kyla.substack.com/p/the-ozempicization-of-the-economy
2•nreece•59m ago•0 comments

Show HN: ShowTrust – Testimonials Collection Tool and Widget Embed

https://showtrust.to
2•sev_tinker•1h ago•0 comments

Status, AI, and what happens when what proved your worth stops being scarce

https://www.gailweiner.com/post/the-woman-in-the-mercedes
2•JumpCrisscross•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.