HN user

ofou

3,827 karma

AI Engineer + Music Producer https://twitter.com/omarnomad

meet.hn/city/cl-Puerto-Varas Socials: - calendar.app.google/YhrgwoqZu3MdsaBs6 - github.com/ofou - linkedin.com/in/ofou - x.com/omarnomad Interests: AI/ML, Data Science, Digital Nomad, Education, Entrepreneurship, Open Source, Research, Science, Startups, Technology, Books, Climate Tech, Networking ---

Posts595
Comments287
View on HN
zapier.com 3mo ago

AutomationBench by Zapier

ofou
1pts0
github.com 4mo ago

Webgrid Eval: LLM vision + tool-use on Neuralink's cursor control task

ofou
1pts0
www.latamgpt.org 5mo ago

A language model made in Latin America, for Latin America

ofou
3pts1
www.humanityslastmachine.com 5mo ago

Humanity's Last Machine

ofou
2pts1
status.x.ai 5mo ago

Grok is experiencing an outage

ofou
2pts0
jackschaedler.github.io 6mo ago

Seeing Circles, Sines, and Signals a Compact Primer on Digital Signal Processing

ofou
2pts0
www.lesswrong.com 6mo ago

Shallow review of technical AI safety (2025)

ofou
1pts0
github.com 9mo ago

OpenBench: Provider-agnostic, open-source evaluation infrastructure for LLMs

ofou
3pts0
news.ycombinator.com 9mo ago

Ask HN: Tomorrow is my first hackathon, any advice?

ofou
3pts3
www.youtube.com 10mo ago

How to Build a Humanoid in 7 Months [video]

ofou
1pts0
blog.demofox.org 10mo ago

Generating Blue Noise Sample Points with Mitchell's Best Candidate Algorithm

ofou
3pts1
www.youtube.com 10mo ago

The Secretive World of America's AI Data Centers [video]

ofou
3pts0
www.alignmentforum.org 10mo ago

Embedding Spaces – Transformer Token Vectors Are Not Points in Space

ofou
1pts0
huggingface.co 10mo ago

Welcome EmbeddingGemma, Google's new efficient embedding model

ofou
1pts0
www.jetpress.org 10mo ago

How to Live in a Simulation [pdf]

ofou
2pts0
vgel.me 10mo ago

Writing a C compiler in 500 lines of Python (2023)

ofou
247pts109
haeckel.tilda.ws 11mo ago

Ernst Haeckel: Beauty in Even the Most Unlikely of Creatures

ofou
3pts0
globalfishingwatch.org 12mo ago

AI Breakthrough in Ocean Monitoring: Global Vessel Activity

ofou
2pts0
olivares.cl 1y ago

Introduction to Tinygrad

ofou
4pts0
olivares.cl 1y ago

Things you should be reading about AI in 2025

ofou
1pts0
github.com 1y ago

Tinygrad 101

ofou
2pts0
www.soundguys.com 1y ago

We spent a week with the Sony WH-1000XM6, and it mostly delivers

ofou
3pts1
www.france24.com 1y ago

Chile develops a rice variety that doesn't need to be drowned

ofou
6pts0
www-cs.stanford.edu 1y ago

Demystifying the American Graduate Admissions Process [pdf]

ofou
1pts1
blog.kilocode.ai 1y ago

Claude Is Still the King

ofou
4pts1
blog.kilocode.ai 1y ago

Ultrathink: Why Claude is still the king

ofou
2pts0
gmays.com 1y ago

How I'm (re)learning math as an adult

ofou
3pts0
blog.kilocode.ai 1y ago

Llama 4: One Week After

ofou
4pts0
blog.kilocode.ai 1y ago

Quasar Alpha: What we know so far

ofou
3pts0
blog.kilocode.ai 1y ago

First user tests and the paperclip problem

ofou
2pts0

The model released is called Latam-GPT, the first large-scale open-source language model developed specifically for Latin America and the Caribbean. Its size is 70 billion parameters (70B). It is a continuous pre-training (CPT) adaptation of Meta’s Llama 3.1 70B base model, trained on a regionally-curated corpus of ~300 billion tokens that emphasize Latin American languages, cultures, and contexts.

Press release: https://cenia.cl/2026/02/10/latam-gpt-la-primera-ia-regional...

Presentation (in Spanish): https://www.youtube.com/watch?v=FdLzAiQizhA

HF: https://huggingface.co/latam-gpt

Github: https://github.com/latam-gpt

This is great news for the community. We should measure a bit more closely how tool usage behaves in the wild. The gains you can get from different providers are not marginal.

Sometimes it's not just raw intelligence, but engineering as well

This is stupid because a UTF8 is a tokenizer that covers all Unicode with a vocab of only 256 (yes, without a K). This is the only way of scaling the bitter lesson with tokenizers. Also, with architectures that span +1M context windows, it’s no longer an argument/issue the reduced context windows.

This is one of the reasons I've been advocating to use UTF-8 as a tokenizer for a long time. The actual problem IMHO are tokenizers themselves, which obscure the encoding/decoding process in order to gain some compression during training to fit more data in for the same budget, and arguably gaining some better understanding from the beginning. Again just a lack of computing power.

If you use UTF-8 directly as tokenizer, this problem becomes evident once you fit it into the context window. Plus, you can run multiple tests for this type of injection; no emoji should take more than up to 40 bytes (10 code points * 4 bytes per code point in the worst case). This is an attack on tokenizers, not on UTF-8.

Plus, Unicode publishes the full list of sequences valid containing the ZWJ character in emoji-zwj-sequences.txt

This is a wonderful submission to Anna's archive [1]. I really love people pushing the boundaries of shadow source initiatives that benefit all of us, especially providing great code and design. Can't emphasize enough the net plus of open source, BitTorrent, and shadow libraries that have had in the world. You can also make the case that LLMs wouldn't have been possible without shadow libraries; it's just no way of getting enough data to learn.

Just thank you.

https://software.annas-archive.li/AnnaArchivist/annas-archiv...

By the way, I think this is a fantastic reading list for creating AI products, and especially for staying updated on the latest in the AI space. However, it feels a bit scattered and might be hard for beginners to follow, IMO.

I read your book, The Coding Career Handbook, we need something similar for AI Engineering! I really enjoyed it. Thank you for creating and sharing such high-quality multimodal content :)

I believe that most of the papers presented here focus on acquiring knowledge rather than deep understanding. If you’re completely unfamiliar with the subject, I recommend starting with textbooks rather than papers. The latest Bishop’s "Deep Learning: Foundations and Concepts (2024)" [1] is an excellent resource that covers the "basics" of deep learning and is quite updated. Another good option is Chip Huyen’s "AI Engineering (2024)" [2]. Another excellent choice will be "Dive into Deep Learning" [3], Understanding Deep Learning [4], or just read anything from fast.ai and watch Karpathy's lectures on YouTube.

[1] https://www.bishopbook.com [2]: https://www.oreilly.com/library/view/ai-engineering/97810981... [3]: https://d2l.ai [4]: https://udlbook.github.io/udlbook/

Learn to pronounce German sounds accurately, and then read the entire Harry Potter series out loud. By the time you're halfway through, you'll be well on your way to fluency. Many focus too much on understanding meaning, but what's crucial is also training your mouth and larynx muscles to form the sounds naturally. Understanding comes pretty much from context alone. Use a dictionary sparingly.

From the City of London wiki:

In December 2012, following criticism that it was insufficiently transparent about its finances, the City of London Corporation revealed that its "City's Cash" account – an endowment fund built up over the past 800 years that it says is used "for the benefit of London as a whole"[51] – holds more than £1.3bn. As of March 2016, it had net assets of £2.3bn.[52] The fund collects money made from the corporation's property and investment earnings.[53]

Whether you're doing research or just keeping up with AI news, EM is doing great work. We've gathered millions of data points for each paper. Going forward, we plan to improve the capabilities and expand the sources behind every paper's knowledge graph. This is just the start.

The goal is to build the first AI research assistant that combines paper knowledge with insights from researchers and communicators. Always up to date.