frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EdgeBench: Unveiling scaling laws of (AI) learning from real-world environments

https://github.com/ByteDance-Seed/EdgeBench
1•rguiscard•2m ago•0 comments

Pactiamo – Turn a one-line brief into a signable proposal and contract

https://www.pactiamo.com/
1•kkmigu•5m ago•0 comments

Fossils were the perfect home for ancient baby bees

https://www.fieldmuseum.org/about/press/these-fossils-were-the-perfect-home-for-ancient-baby-bees
1•t-3•6m ago•0 comments

CachePilot – Drop-in AI API caching proxy (pay 20% of savings)

https://cachepilot.serveousercontent.com
1•koaw_moi•6m ago•0 comments

Chinese LLMs Doubao, Qwen to shut down personalized AI agents on July 15

https://www.globaltimes.cn/page/202607/1365159.shtml
1•testrun•10m ago•0 comments

Bomb the Arctic, dam the Mediterranean and build a second moon

https://www.theguardian.com/environment/2026/jul/06/five-outlandish-plans-to-remodel-earth-climate
3•tosh•14m ago•0 comments

Show HN: See an AI shopping agent choose which products to recommend

https://catalogdoorman.netlify.app
3•nightowlbuilds•24m ago•0 comments

Show HN: Clone. Swap your products in any viral reel

https://quinn.live/clone/
2•mohitkinra•24m ago•0 comments

China's ByteDance discovers new scaling law that could sustain AI boom

https://www.scmp.com/tech/big-tech/article/3359373/chinas-bytedance-discovers-new-scaling-law-cou...
2•outrunner•30m ago•0 comments

The Largest Vocabulary in Hip Hop

https://pudding.cool/projects/vocabulary/index.html
1•ycombinete•30m ago•0 comments

ByteDance and Alibaba to disable humanlike AI custom agents as new rules loom

https://www.scmp.com/tech/big-tech/article/3359482/bytedance-and-alibaba-disable-humanlike-ai-cus...
5•merlioncity•31m ago•0 comments

Big Tech Has Suddenly Flipped on the AI Jobs Wipeout Scenario

https://www.wsj.com/tech/ai/ai-workers-tech-ceos-job-losses-afc71e15
3•LostMyLogin•34m ago•0 comments

Why QR Code Phishing Is the New 2026 Security Blind Spot

https://www.acronis.com/en/blog/posts/qr-code-phishing-evasive-threats-2026/
2•thunderbong•39m ago•0 comments

PrivadoFinance

https://www.privadofinance.com
1•Greythium•43m ago•0 comments

The Staged Reality of "Lunch Atop a Skyscraper": What They Hid for 70 Years [video]

https://www.youtube.com/watch?v=5VdfCDnKUBQ
1•javatuts•44m ago•0 comments

Android is almost dead – OSnews

https://www.osnews.com/story/145415/android-is-almost-dead/
4•abdelhousni•48m ago•1 comments

The Incomplete History of Computer Science

https://example.org/
2•d1ss0nanz•52m ago•1 comments

Elon Musk's AI data center sparks fight over who can enforce clean air laws

https://www.latimes.com/business/story/2026-06-30/elon-musks-massive-ai-data-center-sparks-fight-...
4•1vuio0pswjnm7•55m ago•0 comments

Short story accused of being AI-written wins overall Commonwealth prize

https://www.theguardian.com/books/2026/jul/01/judges-claims-ai-use-commonwealth-short-story-prize...
1•breve•56m ago•0 comments

Voters Are Turning on AI

https://www.economist.com/podcasts/2026/06/29/voters-are-turning-on-ai
4•1vuio0pswjnm7•56m ago•1 comments

What Is Linux Swap, and Should You Enable It?

https://blog.lyc8503.net/en/post/21-swap-setup/
1•uneven9434•1h ago•0 comments

The Revolt Against Technology [video]

https://www.youtube.com/watch?v=vhYS1diXZMM
4•inatreecrown2•1h ago•1 comments

Self Hosted LLM Gateway and Feature Rich Chat UI with RBAC

https://github.com/croit/llm-gateway
1•Mave83•1h ago•0 comments

ProGPU – a high-performance, GPU-first UI framework

https://github.com/wieslawsoltes/ProGPU
2•bj-rn•1h ago•0 comments

Patterncollider: Generate and explore quasiperiodic tiling patterns

https://github.com/aatishb/patterncollider
2•tobr•1h ago•0 comments

The Scanline Sweeper: A Glyph Rendering Algorithm [video]

https://www.youtube.com/watch?v=B9bztU1sTFA
1•bj-rn•1h ago•0 comments

Show HN: I built a free Windows video player with real-time frame interpolation

https://github.com/eVersor-HN/FindAFrameInterpolation/releases/tag/v1.5.9
1•eVersor•1h ago•0 comments

Why OpenAI and Anthropic may struggle to float

https://www.ft.com/content/7bff5ad3-a7dc-4641-be97-7f383446ff75
2•1vuio0pswjnm7•1h ago•0 comments

Show HN: DonnyClaude – a verified workflow engine for Claude Code

https://github.com/d0nmega/donnyclaude
1•d0nmega•1h ago•1 comments

When you fly, you fly with ICE

https://papersplease.org/wp/2026/04/08/when-you-fly-you-fly-with-ice/
2•greyface-•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.