RE: https://mastodon.social/@h4ckernews/115923499147477767

A very interesting article on how LLMs might actually work. I am sceptic about the overextension of the work to cognitive sciences but the authors make a good point. I wonder what the actual cognitive scientists might say.

#llm #ai #science #cognitiveScience #cognition #arxiv #preprint #patternMatching

🎩✨ Behold, the mystical wonders of pattern matching! Apparently, it's so "unreasonably effective" that they needed a whole paper to tell us what we've known since the dawn of #regex. 🤦‍♂️ Thanks, Simons Foundation, for funding this groundbreaking revelation! 🥳📚
https://arxiv.org/abs/2601.11432 #patternmatching #research #SimonsFoundation #technews #innovation #HackerNews #ngated
The unreasonable effectiveness of pattern matching

We report on an astonishing ability of large language models (LLMs) to make sense of "Jabberwocky" language in which most or all content words have been randomly replaced by nonsense strings, e.g., translating "He dwushed a ghanc zawk" to "He dragged a spare chair". This result addresses ongoing controversies regarding how to best think of what LLMs are doing: are they a language mimic, a database, a blurry version of the Web? The ability of LLMs to recover meaning from structural patterns speaks to the unreasonable effectiveness of pattern-matching. Pattern-matching is not an alternative to "real" intelligence, but rather a key ingredient.

arXiv.org
The unreasonable effectiveness of pattern matching

We report on an astonishing ability of large language models (LLMs) to make sense of "Jabberwocky" language in which most or all content words have been randomly replaced by nonsense strings, e.g., translating "He dwushed a ghanc zawk" to "He dragged a spare chair". This result addresses ongoing controversies regarding how to best think of what LLMs are doing: are they a language mimic, a database, a blurry version of the Web? The ability of LLMs to recover meaning from structural patterns speaks to the unreasonable effectiveness of pattern-matching. Pattern-matching is not an alternative to "real" intelligence, but rather a key ingredient.

arXiv.org

Match Statement vs Match Expression: Pattern Matching War

Python 3.10 vs PHP 8 match - both new, both powerful! Which language nailed pattern matching? This will spark debate!

#python #php #pythonvsphp #matchstatement #patternmatching #python3.10 #php8 #codecomparison #modernfeatures #programmingcomparison #syntaxcomparison #programmingdebate #pythontricks #phptricks #codingtips

https://www.youtube.com/watch?v=gzCvib6GtHg

Match Statement vs Match Expression: Pattern Matching War #codecomparison

YouTube

🧵 2/n Didn't Taran Van Hemert, the video editor who worked for #LinusTechTips, drive #AutoHotkey to it's limit?

I think this tool can do graphical #PatternMatching, click on things, and process scripts(with loops and tests), right?

This could be my 1st #FLOSS project to publish on #GitHub - https://github.com/PurryPlatypus/twitter-ex.

Match Expression vs Match Statement: Pattern Matching Magic

PHP 8's match expression vs Python 3.10's match statement. Which language's pattern matching is more elegant? You won't believe this!

#php #python #phpvspython #matchexpression #matchstatement #patternmatching #php8 #python3.10 #programmingcomparison #codecomparison #modernfeatures #viralcoding

https://www.youtube.com/watch?v=XOGx8q8GAfo

Match Expression vs Match Statement: Pattern Matching Magic #patternmatching

YouTube
Comparing regular expressions in Perl, Python, and Emacs

Comparing the syntax features of regular expressions in Perl, Python, and Emacs. Several other languages mostly overlap with Python.

John D. Cook | Applied Mathematics Consulting
Comparing regular expressions in Perl, Python, and Emacs

Comparing the syntax features of regular expressions in Perl, Python, and Emacs. Several other languages mostly overlap with Python.

John D. Cook | Applied Mathematics Consulting

Still coupling logic and data in your #Java code? #DataOrientedProgramming with records and #PatternMatching lets you model valid states cleanly and move logic out of your types.

Learn how, step-by-step with @BalaRawool: https://javapro.io/2025/11/11/writing-readable-code-with-algebraic-data-types-and-pattern-matching-in-java/

#ProjectAmber #CleanCode

🚀 **Pattern Matching em Python: Diga adeus às árvores de if/elif verbosos!** 💻

Acabei de publicar um guia técnico completo sobre o **match/case** do Python 3.10+: destructuring de listas, dicts, classes, guards e como ele **aniquila** o switch case tradicional de C/Java. Exemplos práticos para APIs REST, eventos JSON e full-stack!

Por que usar?
- Código 50-70% mais limpo
- Sem fallthrough bugs
- Poder estrutural nativo

👉 Leia agora: https://bolha.blog/riverfount/pattern-matching-em-python-revolucione-seu-codigo-alem-do-switch-case

**Teste um exemplo hoje e comente: qual use case você vai aplicar primeiro?**

#Python #PatternMatching #MatchCase #Python310 #DevTips #Programacao

Pattern Matching em Python: Revolucione seu Código Além do Switch Case Tradicional

Descubra como o pattern matching no Python 3.10+ transforma árvores de if/elif em código declarativo e poderoso, superando limitações do ...

Riverfount