惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - 司徒正美
V
Visual Studio Blog
博客园 - 【当耐特】
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Jina AI
Jina AI
宝玉的分享
宝玉的分享
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
S-M-A-R-T! These researchers used math to crack Wordle - ...
By John Brhel · 2026-06-21 · via Hacker News

Every day, millions of people play Wordle, the popular New York Times game that challenges users to guess a secret five-letter word. Using information theory, a team of researchers at Binghamton University, State University of New York, has developed a method to solve the game with a 99% success rate.

In Wordle, players attempt to solve a five-letter word within six guesses. At the start, players are presented with five blank spaces to play any letter of their choosing, with zero hints offered. When a player guesses a word – say “BRAVE” – the game provides feedback in the form of color highlights. 

  • Grey indicates that a guessed letter is not part of the secret word
  • Yellow indicates that a guessed letter is part of the secret word but is not in the correct order
  • Green indicates the guessed letter is part of the secret word and in the correct order

The player keeps guessing and is presented with clues until they guess the correct word and all five squares turn green – or they run out of guesses and lose the game.

Cracking the code 

The research team, led by Assistant Professor Congyu “Peter” Wu, applied Shannon entropy – a mathematical measure of uncertainty – to determine which guesses provide the most information. Rather than focusing solely on guessing the most likely answer from the get-go, their method prioritizes guessing words that provide as much information as possible to reduce the pool of possible words.

“Let's say you're at a certain guess. The previous guesses will eliminate a whole bunch of options, and based on the remaining options, guessing some words will send you into a trajectory where information gain is speedier,” said Wu, a faculty member at the Thomas J. Watson College of Engineering and Applied Science’s School of Systems Science and Industrial Engineering.

“A subtle but important insight from the paper is that a guess doesn’t have to be the most likely answer; it simply has to be informative,” said Donald Stephens, a doctoral student at Binghamton University. “By applying Shannon entropy, the objective shifts to maximizing the expected reduction in uncertainty rather than the probability of being right. In practice, this approach can lead to solving the puzzle in fewer guesses.”

Their method might seem more “random,” but it is more likely to lead to a successful guess by the end of the game. To use the method in real time, a player would need to run a script/program on the side. The player would enter the color-coded feedback that the game provides, and the program would spit out the next best guess to attempt to provide more information.

The team tested their strategy against a more traditional approach based on guessing common letters (e.g., “A”, “E”, “R”). In simulations, their approach solved 99% of Wordle puzzles, while the traditional method solved just 90%. 

From class project to publication 

This research paper didn’t stem from a research study but rather a class project where Wu tasked students to demonstrate information theory to solve a problem.  

Co-author Talal Aladaileh said that the paper’s growth from a course project into a published paper speaks volumes about the rigor, depth, and quality of the School of Systems Science and Industrial Engineering program at Binghamton.

“The courses here don't just teach concepts; they push you to apply them in ways that have real, lasting impact,” Aladaileh said.

Wu said that the project is a great use of information theory because it actively supports incorporating it to better perform a task. 

“What is especially creative and valuable about the team's intellectual contribution,” Wu said, “is that it transformed a static measurement (Shannon entropy) in a scientific domain into a dynamic solution that helps accomplish a popular task better, which showcases the team's deep understanding of class material and their talent as engineers.”

The paper, “Solving Wordle Using Information Theory,” was published in the Northeast Journal of Complex Systems.