frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We ported 65 OSS projects with AI

https://akka.io/blog/we-ported-65-oss-projects
1•TylerJewell•44s ago•1 comments

GoPro: A normal, unremarkable piece of merger activity

https://www.ft.com/content/e7cc6fc2-74ae-497b-92bf-d8254dd161fa
1•root-parent•1m ago•0 comments

How Swiss tables work in Go built-in map

https://victoriametrics.com/blog/go-swiss-table-map/index.html
1•valyala•2m ago•0 comments

Show HN: StillMade – Programmable AI video pipeline; Chat to video (now)

https://www.stillmade.shop
2•nomanWasTaken•3m ago•0 comments

Elmway – Tasks and Notes

1•victor_dd•4m ago•0 comments

OWASP MCP Governance and Risk Framework

https://github.com/OWASP/OWASP-MCP-Governance-and-Risk-Project
1•882542F3884314B•4m ago•0 comments

Paid Actors, AI Writing

https://www.semafor.com/article/09/02/2026/paid-actors-ai-writing-how-a-new-kind-of-video-busines...
1•root-parent•5m ago•0 comments

Show HN: Outfund.me – an open-source platform for alternative startup funding

https://outfund.me/
1•Fotis-Karmpas•6m ago•0 comments

Show HN: Moon – track your mood and see what fills and drains it

https://moonapp.lv
3•nikkey80•7m ago•0 comments

There are many agent harnesses, but this one is mine

https://earendil.com/posts/there-are-many-agent-harnesses-but-this-one-is-mine/
2•tosh•7m ago•0 comments

Show HN: What Engineers must own in the AI Era? [video]

https://www.youtube.com/watch?v=wpxVCZ8fqZA
2•Harish_0089•8m ago•0 comments

You're also a neural network – train on the good stuff

https://magnusludviksson.substack.com/p/youre-also-a-neural-network-train
1•reckoner99•10m ago•0 comments

Flavourbench: LLM Eval with Executable Culinary Ground Truth

https://arxiv.org/abs/2608.20574
1•josefchen•10m ago•0 comments

US urges G20 countries to allow AI training on creators' work

https://www.ctvnews.ca/sci-tech/article/us-urges-g20-countries-to-allow-ai-training-on-creators-w...
2•throw0101d•14m ago•2 comments

He built Russia's FSB surveillance system, then fled with its source code

https://istories.media/stories/2026/09/03/vines-sorm-iz-izbi/
2•Klaster_1•15m ago•1 comments

Will we let you back into the club?

1•BatchJob•17m ago•1 comments

US Government backs OpenAI in New York Times copyright case

https://www.reuters.com/legal/litigation/us-government-backs-openai-new-york-times-copyright-case...
3•Anon84•17m ago•0 comments

Requirements are intentions QA is the proof

1•gigisfndr•18m ago•0 comments

AI and the Profits Boom

https://thenextrecession.wordpress.com/2026/09/01/ai-and-the-profits-boom/
2•lowbar•19m ago•0 comments

Csveee – parsing CSV at up to 192 GB/s in Rust

https://github.com/ackxolotl/csveee
1•foooo4•19m ago•0 comments

Welcome to Pintos

https://pkuflyingpig.gitbook.io/pintos
2•porridgeraisin•22m ago•0 comments

XBOW's Native Team Has Claimed the First Chrome Full Chain Exploit Bonus

https://twitter.com/Xbow/status/2095220385876742456
1•lnenad•23m ago•0 comments

CS146S: The Modern Software Developer

https://themodernsoftware.dev/
1•Anon84•23m ago•0 comments

Nobody Knows Anything

https://www.strangeloopcanon.com/p/nobody-knows-anything
2•thelastgallon•24m ago•0 comments

World Organ: a single-file WebGL2 organism fed by live geopolitical and UAP data

https://iainball.com/world-organ.html
2•articxiframe•28m ago•0 comments

Electric Planes [video]

https://www.youtube.com/watch?v=nM86DBOqgPM
2•2233•33m ago•0 comments

4.5B Posts Scraped from TikTok

https://tiktok-api.seeksocial.io/
17•TheOnlyWayUp•36m ago•4 comments

Show HN: Rendered Markdown with source revealed at point in Emacs 31

https://github.com/Thysrael/markdown-ts-appear
1•gg_equal_G•38m ago•0 comments

Ask HN: Who is using MCP in production?

4•sukit•40m ago•0 comments

PixiEditor: Open-source and cross-platform All-in-One Editor for 2D

https://github.com/PixiEditor/PixiEditor
2•AbuAssar•40m 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.