Diego

  • Neuralese: The Most Spoken Language You’ll Never Speak

    Somewhere between thinking and speaking, there’s a strange place where meaning starts to solidify. It’s not quite a word yet. More like a haze of associations. A mental sketch your brain tries to translate into something shareable. Sometimes it works. Most of the time it doesn’t, at least for me. I tend to mumble a lot.

    That private language in your head, the one you use to talk to yourself, isn’t English or Portuguese or Python. It’s not even a language, really. It’s raw and messy. A kind of silent shorthand sculpted by experience. Try catching it. Try explaining it. It slips through like fog in your fingers.

    The language of thought (according to machines)

    Just a quick heads-up before Reddit experts start jumping on me again, 👩‍🏫

    This is arm‑chair speculation, not peer‑reviewed linguistics. I’m poking at metaphors, not staking a PhD thesis. It’s a thought experiment about the strange, alien dialects “spoken” by machines, and what they might reveal about how we understand language, and ourselves. And I’m definitely not the only one thinking this, see arziv1, greaterwrong and here.

    Still, any mistakes here are my own.

    So, talking about experts, scientists are also poking at our actual brains: feed fMRI signals into a network, get a fuzzy image back. They’re trying to reverse-engineer what we see, dream or remember. Some of the reconstructions look like fever dreams. Others are eerily close. It’s like watching the mind on a bad TV signal, but the tech keeps getting better.

    Then there’s the way we connect our minds to each other. Through letters carved into stone. Through cave paintings, vinyl records, emojis, GIFs, memes. Through every kludge we’ve invented to make what’s in here vaguely resemble what’s in there. Language is our duct tape for consciousness.

    What the machines whisper when we’re not listening

    When we started teaching machines, we handed them the same duct tape. Natural language. Our language. We told them, here, talk like us. So they did. Or at least, they pretended to and we believed.

    Quick cheat sheet before we tangle the wires. There are three very different “languages” in this story (I can hear the linguists sharpening their red pencils):

    1. Human languages: messy, culture‑soaked, built for wet brains and bad at precision.
    2. Machine protocols (non-neural): JSON blobs, HTTP headers, rule-bound micro-dialects that leave no room for doubt.
    3. Latent representations (neural): the private vector soup inside one model, never transmitted (outside a lab demo), never meant for ears.

    ChatGPT. Alexa. Siri. Every chatbot trying to pass for clever at dinner sits in bucket one when it chats with us. But here’s the twist. When machines talk to each other, they skip the human stuff. No syntax, no grammar, no metaphors.

    When Alexa calls Roomba they are not exchanging cute phrases. Alexa fires a strict micro‑dialect packet (JSON over HTTPS). That’s bucket two, a protocol, not a mind‑to‑mind vector swap. Efficient, silent, built for zero confusion.

    Those packet‑speaking systems are narrow tools, nothing close to AGI. But we are already wiring up broader agents that learn on the fly, pick their own tactics, and only visit a language model when they need to chat with us. For talking to each other they could ditch words entirely and trade vectors, numbers, tokens, dense nuggets of meaning we can’t read or pronounce.

    Is that Neuralese? Maybe. It is not a code we will ever study in a classroom, not because it is too complex, but because it was never meant for us. If a signal can move intent across silicon and spin motors into action without leaving a human‑readable trace, “language” feels like the best word we have.

    Do LLMs actually communicate inside the stack? Not like two agents tossing discrete symbols in a reinforcement game. A single model is one giant function. Its only chatter is with itself. Neuralese might be closer to private thoughts than walkie‑talkie slang. If you have a paper that shows real agent‑to‑agent symbol swaps, drop a link. I want to dig in.

    Inside the black box:
    The unspoken language of AI

    They don’t think. Not really. They don’t speak, understand, or mean. What they do is behave in ways that simulate meaning so convincingly, we reflexively fill in the gaps. We anthropomorphize (everything, as always). And in that space between their mimicry and our projection, something emerges, something like communication. Or, as Rodney Brooks said, “…we over-anthropomorphize humans, who are, after all, mere machines.”

    Back to the (non?)language Neuralese, this dense tangle of vector math, no rules or roots that only appears as thought when reflected in our direction.

    It’s not that the model knows what a cat is. It’s that when we ask it about cats, it activates just enough of the “catness” region in its mathematical dreamspace to give us an answer that feels right. That feeling is the trick. The illusion. But also the revelation.

    But this new language lives inside the black box. It’s the internal chatter of large language models. The soup of token embeddings sloshing around under the hood. It’s not designed to be elegant or expressive. It’s designed to get the job done.

    Human language is a marvel, full of ambiguity, poetry, subtext, and shared cultural connections. But to a machine, it’s just noise, indirect and redundant, made for soft, wet brains. Machines might not even need a large language model to communicate with each other.

    “But Dieguito, LLMs are still hallucinating and getting things wrong”

    – The LLM Hater

    Sure. A lot of them are. And I might be completely off here. But models built to reason are already proving more accurate. Chain-of-thought, tree-of-thought and other techniques all try to force a step-by-step breakdown. More steps reduce guessing, but they don’t grant wisdom, just like talking out loud helps humans avoid dumb math errors.

    It’s like watching a toddler narrate their Lego build. Clunky, but it works. And here’s where things get weird. That inner language, the model’s inner monologue, starts to feel just as chaotic and hazy as ours. Thinking burns a lot of energy. Nature has figured out a way to make that work for us. We are still trying to find a way to make machines think without burning the planet.

    Why should a model have to spell out a whole grammatically correct essay to think something through? Why not let it mumble to itself in its own weird way?

    I ran a dumb little experiment. Just wanted to see if tweaking the way a model reasons, shifting its “language” a bit, could save on tokens without wrecking the answer.

    A little dumb experiment

    By using only prompt engineering, I wanted to see if I could get the model to reason in a language I don’t understand, but still produce the correct final answer, all while keeping it fast and using fewer tokens. I tested only the latest mini OpenAI models that don’t have reasoning embedded. I chose a classic test case that models without reasoning usually fail.

    “Sally has 3 brothers, each with 2 sisters. How many sisters does Sally have?”

    From more than 100 tests I made, here are some insights Test A: Just asked the question straight up, no reasoning prompt. Test B: Wrapped the whole thing in a JSON schema. Forced the model to explain each step. It cost 20 times more to get it right. Test C: Limited the vocabulary to words with four letters or less. Still got the right answer. Faster and over 60% more cost-effective than test 2.

    Prompt styleTokensLatency*Result
    A. Plain ask80.87 s❌ 2 sisters
    B. JSON schema1642.56 s✅ 1 sister
    C. ≤ 4‑letter vocab641.63 s✅ 1 sister

    *Latency from the OpenAI playground, not a scientific benchmark. The final test was replicated successfully on the 4o-mini, 4.1-mini, and 4.1-nano. Even the nano, which I find almost useless, got things right.

    During the tests, I tried switching reasoning to other languages. Simplified Chinese worked better than expected, each symbol packs more meaning. Telegraph-style English helped too. Fewer filler words, less ambiguity. Even Simplified English made a difference. Some other experiments failed, costing more or missing to find the answer, such as using logic symbols, not using vowels or spaces during reasoning, which made sense based on how token prediction works.

    The best result I got was this reasoning that sounded like stripped-down English. Kind of minimalist. With “bros” and “sis”. No fluff. And that seemed to help. There’s no judgment on grammar when it comes to reasoning. Clarity doesn’t always need correctness.

    This was not a breakthrough strategy for cutting reasoning costs or use that as machine-to-machine (M2M) communication. But it’s a nudge. A clue. A hint that maybe we can think better by saying less. And it’s still a long way from pure vectors or emergent protocols. But we might unlock cheaper, faster, more energy-efficient reasoning (unless someone builds a clean and infinite energy source first).

    A little sci-fi thought experiment

    So, if you’re a linguist or an MS and you haven’t gotten upset about what you’ve read so far, now’s the time.

    Let’s imagine that if there is a language machines use to communicate with each other, why not a programming language created by them that is efficient and probably impossible for us to understand?

    Let’s call it Noēsis+ (from the Greek for “pure thought”). It is a token-only language. Each token is meaningless on its own. Meaning emerges only in the context of thousands of other tokens, across time, weighted by past executions.

    Imagine each token as a coordinate, one point in a vast, high-dimensional landscape. Not with meaning on its own, but with potential. What matters isn’t what the token “says,” but where it leads.

    I’m drifting into Black‑Mirror script territory here. Noēsis+ is a thought toy, not a roadmap. Skip to the next header if you’re done with thought toys; the rest is late‑night riffing.

    Tokens:
    Arbitrary identifiers, like:
    ɸqz, ∆9r, aal, ⊠7, gr_, etc.
    No keywords. No syntax. No punctuation. No variables.

    Sequence-as-Code:
    In Noēsis, tokens don’t have fixed meanings. Execution isn’t logic, it’s flow. Meaning emerges from proximity, repetition, and order, the way patterns in machine learning models seem to take shape across vast sequences. Not like programming. More like resonance. A mood that builds as tokens pass in relation to one another.

    Compiled into Behavior:
    Imagine a language where each token isn’t a command, but a vector. Not syntax, but coordinates in a sprawling, invisible space.

    Programs in Noēsis don’t “run” like code. They move. They drift across latent vector fields, tracing paths shaped by token proximity, past history, and ambient state.

    ɸqz ∆9r ∆9r aal ⊠7 ⊠7 ⊠7 gr_ ∞yx ɸqz gr_ gr_ ⊠7 xaz ɸqz

    Same program, different result, depending not on what was written, but on when and where it was run. Like a thought that feels different depending on your mood. It’s almost as if it’s meant to make us anxious, and maybe machines could get anxious too?

    Not that machines “feel.” But if their outputs jitter with context, if the same input drifts into new behaviors, does it matter? From the outside, it looks like mood. Like uncertainty. Like… unease? 🫣

    “Congrats, you burned 1,800 tokens to say nada, tech bro.”

    – A linguist ex-friend

    Point taken. You found my weak spot.

    Syntax of a mind that isn’t ours

    Jokes apart, while we keep polishing the human-sounding outputs, the real magic might be in listening closer to the alien syntax already unfolding under the surface. Well, alien because this language will evolve by a technology that wasn’t created by us, but by our creations.

    So yeah. Neuralese. You’ll never speak it. You’ll never read it. But it might end up being the most fluent language on the planet.

    And we’re the ones with the accents.


    Changelog & Mea Culpas

    • The first version of this article triggered strong emotions on Reddit. I updated it and I ended up getting some great insights though, thanks to all the anonymous experts who educationally slapped me into a less “unscientific” and “idiotic” thought experiment.

    Link Dump

  • Journal: Apr 2025

    • I still feel that tingling in my fingers, itching to write more.
      • The inspiration from other makers led me to create this website and be part of the “Building in Public” movement for the first time. Butterflies!!! ཐི༏ཋྀ󠀮ʚїɞ
        • I’m still migrating all my content scattered across the web to this platform. I realized it’s really sad to see my work on platforms that will soon disappear or are owned by people I don’t resonate with.
        • This is my third “/now” update, and I’m absolutely in love with this concept. I can see this reducing a lot my need for publishing stuff on social media.
        • Big thanks to Rich Tabor for this WordPress template and inspiration.
    • Work
    • Volunteering
      • Sustainable Walnut Creek: Working on Earth Month Events (April)
      • AIDS LifeCycle: I’ll be a Roadie (Volunteer) in the last ALC ever. After 30 years, they decided to end this event.
    • Learning
      • I paused my Learning Korean initiatives for now. Hangul is so, so beautiful. And also quite hard. I’ll return soon. Thank you, Ryan Estrada for these mnemonic drawings.
    • Relaxing
      • Saturdays you can find me having a delicious Omega at Rooted Poets Corner, at the beautiful PH Library.
      • Trying to read less and less news. But reading more and more books.
      • I’m missing so bad my dog in Brazil, so we decided to pet sit around bay area using TrustedHouseSitters, this is so cool, we can meet amazing people, pets and also new cities.
    • Exercise
      • I’m doing more quick runnings than riding, quite sad to be honest, I’m missing riding with Peaceful Pedalers and as Training Ride Leader with Wildcats for ALC 2025
  • The Vibe Life: Building Smart Keys for Mac

    I didn’t realize I was about to enter the “vibe” industry when I started building Smart Keys. All I really wanted was a way to sound fluent in languages without doing the hard work. Let’s be real: learning languages is tough. So, I built an app that lets me fake my english fluency until I make it. Besides hating this reference, the thing here is that I’ll probably never make it. I may not be as fluent as I sound using tools like this.

    Still, Smart Keys did the job for me on my phone. It solved my laziness problem and gave me a sense of accomplishment. Translate a message, change to a more casual tone, proofread an email, all with one tap. Suddenly, I was hooked. This tiny app had me feeling like a fluent native speaker.

    Bringing the Vibe to My Desktop

    Once Smart Keys worked its magic on my phone, I thought: why not bring this vibe to my desktop? I wanted to cut down on the constant back-and-forth between tabs, the endless browser windows, and that infuriating cycle of copy-pasting. Small tasks, like checking email, sending a reply, or fixing a bug, don’t require much brainpower, but they drain your energy nonetheless.

    So, I created Smart Keys for Mac.

    The goal was simple: stay in my flow, move through tasks without jumping between apps, and avoid losing focus on anything. I wanted to type, hit a shortcut, and keep moving. Proofread, translate, fix code, all without leaving the current task.

    Simple. Efficient. Minimal.

    The Perils of a One-Code Solution

    Now, if you’ve ever tried to port an app from iOS to macOS, you’ll know it’s not as simple as change deployment target and calling it a day. That’s what I thought, but nope. The idea of maintaining one codebase sounded genius: keep it efficient, keep it synced, keep the maintenance low. But here’s the thing: macOS and iOS are like distant cousins. They share some traits but are entirely different creatures.

    “If debugging is the process of removing software bugs, then programming must be the process of putting them in.”

    – Edsger Dijkstra

    “Two platforms, one codebase” sounds like a dream, but I quickly realized that you can’t just slap a mobile UI onto a desktop app and call it a day. The screen sizes, input methods, window management, all these small details had to be adjusted. It’s like trying to fit a square peg into a round hole, but making it work without losing the essence of what you built.

    The Fine Line Between Efficiency and Overload

    Incorporating macOS-specific optimizations wasn’t as simple as resizing windows. The app had to manage multiple displays, adjust for different screen sizes, and still feel fluid while taking advantage of the desktop’s power. Every change, every tweak, led to a cascade of other adjustments. Maintaining a single codebase was efficient in theory, but it created a lot of headaches along the way.

    I spent more time testing than I care to admit, making sure one small change didn’t break something somewhere else. But that’s the process. There’s no such thing as an easy app transition (yet).

    Selling a Quiet Product That Does a Lot

    Now that Smart Keys mostly works, the challenge has shifted. I’m not wrestling with bugs as much as I’m wrestling with words. Building a product that blends into your day is one thing. Explaining it without making it sound like a blender full of features is another.

    It rewrites. It translates. It fixes weird grammar and polishes sloppy code. All in the background, with shortcuts you barely notice. That’s the magic. And also the problem.

    It’s hard to pitch a tool that isn’t trying to impress you. It just wants to help and then get out of the way. Try to summarize it in one sentence and you either oversimplify or overcomplicate. Try to be specific and it starts to sound like five tools in a trench coat.

    “First, write the press release. Then, build the product.”

    – Not me

    So now I’m figuring out how to talk about it without killing the simplicity. Selling a quiet product in a world that rewards loud ones. Making clarity feel exciting without dressing it up too much.

    Still, every time I’m stuck rewriting copy for the tenth time, it’s right there. I hit a shortcut, smooth things out, and move on.

    Sure, half the time I’m fixing the thing I just built, but hey, at least I’ve got good shortcuts for the apology emails.

  • Not Loud, Not Lost

    At some point, someone decided a “strong personality” meant loud opinions, fast answers, and the kind of handshake that says I drink protein shakes with my eyes closed. And the rest of us, with our awkward silences and well-timed nods, just quietly slipped into the background.

    For a while, I bought into that. Thought maybe I was missing something. Maybe I needed to speak up more or say things like “let’s circle back” with a straight face. But then I started noticing the quiet people. The ones who listen more than they talk. The ones who sit through a meeting without posturing, then send one sentence afterward that rearranges the whole thing. They’re not weak. They’re just not peacocking.

    I wrote this on a Tuesday when I felt like a ghost in a room full of confident noise:

    If I am not a mountain’s cry,
    am I the breeze that passes by?
    If I don’t shout, or strike, or shine,
    can stillness be a strength of mine?

    Turns out, yes. Stillness sees things. It notices how people shift in their chairs when they lie. It remembers where the scissors were last week. It doesn’t rush to fill silence just to prove it’s there.

    I’ve learned to stop asking whether I have a strong personality. It’s the wrong question. The better one might be, am I honest? Am I curious? Can I sit with not knowing and not pretend otherwise?

    Strong is relative. Some of us are just the type to quietly move a chair so someone else doesn’t trip. No one claps, but no one falls. That counts.

    Anyway. That’s where I’m at. Probably still overthinking it. But at least I’m doing it quietly.

  • Earth Day, Big Dreams, and Small Beginnings

    I recently had a conversation with the global team behind Earth Day, and I left that call completely blown away by the passion and meticulous organization behind the event. They are behind tens of thousands of Earth Day events worldwide, including one right here in my city. It got me thinking about how far I’ve come from those humble days of orchestrating little movie theater sessions for kids at a local fair in Brazil. Back then, I never imagined those early experiments would someday lead to coordinating large-scale Earth Day events with city partners (which always brings back memories of dealing with Brazilian politicians), churches (even though I’m agnostic), and sponsors (since I admittedly suck at pitching).

    I’ve always had this odd notion that I wasn’t cut out to be an event guy, the idea of organizing something only to see empty seats used to terrify me. Yet here I am, spearheading events run by 100% volunteer-based nonprofits, operating on shoestring budgets, or sometimes, virtually none. Every event is a leap of faith, and despite the occasional panic, there’s a thrill in watching it all come together, even if it means sometimes laughing off the worst-case scenarios over coffee.

    The volunteer spirit is at the heart of these events, but even passion comes with a price tag. Sponsorships enter the picture, each with its own mission and set of values. This year, for instance, we were approached by a wide array of organizations, from big sports clubs and banks to electric vehicle companies. It’s a constant balancing act, because while accepting sponsorships can boost our budget and extend our outreach, it can also tether us to partners whose values might not fully align with our environmental or ethical stances.

    Declining sponsorships feels like a double-edged sword; on one hand, it might mean fewer resources and a smaller reach, and on the other, it reinforces the pride I take in keeping our mission uncompromised by external interests that delve too deeply into environmental or political controversies.

    In the end, these Earth Day events are more than just a calendar date; they are a testament to the unpredictable, often messy journey of turning small beginnings into meaningful, community-driven celebrations. And while the challenges are many and the stakes sometimes feel higher than a teenager’s first crush, the shared commitment of everyone involved makes every moment worth it.

    Here’s to the unexpected paths, to volunteers who show up rain or shine, and to keeping our footprint light on the planet and heavy on authenticity.