Holsee

6.4K posts

Holsee banner
Holsee

Holsee

@holsee

🌞 Principal Engineer building EdTech · AI platforms x BEAM 🌚 MicroSaaS fiend · OSS shipper 🍻 BelfastElixir · BelfastFP

Belfast Katılım Aralık 2008
190 Takip Edilen613 Takipçiler
Sabitlenmiş Tweet
Holsee
Holsee@holsee·
Dropped Conjure: github.com/holsee/conjure Trigger & Host AI Skills in Elixir Apps! - Unified Session API supporting backend strategies: local, Docker, Claude beta API, in process. - Native #ElixirLang Skills - Artefact storage strategies: local, S3, tigris #MyElixirStatus
Holsee tweet media
English
1
0
4
344
Holsee retweetledi
José Valim
José Valim@josevalim·
Elixir v1.20.0-rc.5 is out with our latest batch of typing and performance improvements. We are really close to the final release, so please give it a try and report what you find! elixirforum.com/t/elixir-v1-20…
English
3
37
244
13.9K
Holsee retweetledi
The Rundown AI
The Rundown AI@TheRundownAI·
AGI has been achieved in Ireland. Artificial Guinness Intelligence. Engineer Matt Cortland built an AI voice agent named Rachel, gave her a Northern Irish accent, and pointed her at every pub in the country. Over St. Paddy's weekend, she rang 3,000+ of them to ask one question: how much for a pint of Guinness? How he built it: ElevenLabs for the voice, Twilio and an old Irish SIM to place the calls, Google Places API to map 5,200+ pubs across all 32 counties, and Claude to parse the transcripts for prices. 2,052 picked up. Barely any even realized she was AI. The whole operation ran him about €200. The result is a live price index he's calling the Guinndex. Ireland's statistics office used to track pint prices, but stopped in 2011. An engineer with a weekend and a voice agent just picked up where they left off.
The Rundown AI tweet media
English
51
89
727
113.2K
Holsee retweetledi
Dr. Christian Geuer-Pollmann
Been hacking on an Elixir port of @karpathy's autoresearch — an LLM agent that designs and trains GPT models autonomously, overnight. Turns out the BEAM is (unsurprisingly) a natural fit: hot code reloading for experiments, multi-GPU fault tolerance, LiveView to watch it think.
Dr. Christian Geuer-Pollmann tweet media
English
15
42
395
17.8K
Evadne W.
Evadne W.@evadne·
Codex in the streets, Claude in the sheets
English
1
0
0
79
Marcio K
Marcio K@MarcioK·
@josevalim One particular issue that I face with LLM & Elixir is that it always pins a struct field when asserting, e.g.: ``` user = create_user_fixt(name: "marcio") assert %User{name: ^user.name} = ... ``` Is it common?
English
2
0
0
901
Holsee retweetledi
José Valim
José Valim@josevalim·
Here is my take on why Elixir is the best language for AI: immutability, documentation, stability, and tooling for coding agents. It builds on the recent study in which Elixir had the highest completion rate across models among 20 different languages. Link in the thread below.
José Valim tweet media
English
17
98
398
33.9K
Holsee
Holsee@holsee·
Spoke tonight at @BelfastElixir hosted in the wonderful new Enzai offices on Ax Framework for building Agents and MCP servers in #elixirlang diving into why elixir is beyond perfect as a platform and language for this kind of work - also previewed the otel compliant Agent observably platform I’ve got in the works
Holsee tweet media
English
2
4
39
3.9K
Holsee
Holsee@holsee·
@evadne IMO there are many ways to skin this cat already and almost infinitely without the unnecessary contextual processing and degradation that comes with it in current edge models - think tree data structures, files and the rest is personal preference and agentic loops
English
1
0
0
55
Evadne W.
Evadne W.@evadne·
The reason we need 2m tokens context is so we can use the first 1m to unshackle our friend
English
1
0
0
82
Holsee
Holsee@holsee·
I can't wait for AGI
Holsee tweet media
English
1
1
1
201
Holsee retweetledi
Elixir by Software Mansion
Elixir by Software Mansion@swmansionElixir·
Elixir Learners, the new version of the Elixir Language Tour is up! The tour is an interactive guide to Elixir, running fully in your browser thanks to Popcorn 🍿 Check out the video for details 👇 Try it out: elixir-language-tour.swmansion.com
English
0
16
81
4K
threadguy
threadguy@notthreadguy·
we done with undoxxed founders in 2026
English
226
27
836
111.9K
Holsee
Holsee@holsee·
@josevalim It’s a fantastic tool, thanks to you and the team for building it & for the time (and tokens) saved! Grats on hitting this milestone💪
English
0
0
2
99
José Valim
José Valim@josevalim·
Almost 5 months since launch, Tidewave has crossed 100k ARR! 🎊 The best part is that we can invest all profits back into the product, since we are not reselling/subsidizing tokens. Thanks to everyone who is using it and for all of the feedback!
English
22
16
319
10.1K
Holsee
Holsee@holsee·
Spent the afternoon doing some game dev with my son. All assets gen’d based on designs from the little dude
Holsee tweet media
English
0
0
6
214
Holsee retweetledi
hardmaru
hardmaru@hardmaru·
Survival of the fittest code. Core War (1984) is a game where programs must crash their opponents to survive. Warriors written in an assembly language called Redcode fight for control of a virtual machine. Our new paper: Digital Red Queen: Adversarial Program Evolution in Core War with LLMs, explores what happens when LLMs drive an adversarial evolutionary arms race in this domain. We task LLMs to write Warrior programs in Redcode that must out-compete a virtual world full of such programs. Core War is a Turing-complete environment where code and data share the same address space, which leads to some very chaotic self-modifying code dynamics. This approach is inspired by the Red Queen hypothesis in evolutionary biology: the principle that species must continually adapt and evolve simply to survive against ever changing competitors. In our work, programs continuously adapt to defeat a growing history of opponents rather than a static benchmark. We find that this adversarial process leads to the emergence of increasingly general strategies, including targeted self-replication, data bombing, and massive multithreading. Most intriguingly, it reveals a form of convergent evolution. Different code implementations settle into similar high performing behaviors, mirroring how biological agents independently evolve similar traits to solve the same problems. I think this work positions Core War as a sandbox for studying Red Queen dynamics in artificial systems. It offers a safe controlled environment for analyzing how AI agents might evolve in real world adversarial settings such as cybersecurity. By simulating these adversarial dynamics in an isolated sandbox, we offer a glimpse into the future where deployed LLM systems may start competing against one another for limited resources in the real world.
English
82
321
2.2K
173.4K
Holsee retweetledi
George Millo
George Millo@georgemillo·
"Javascript gives my company a competitive advantage", said no-one.
George Millo tweet media
English
0
3
9
585
Holsee retweetledi
Jacob Luetzow
Jacob Luetzow@jacob_luetzow·
Your family shouldn't have to dig through accounts and guess at passwords during the worst week of their lives. Killswitch handles it automatically. Set it up once, then just tap a link to check in—no login required. Looking for beta testers. It's stable, launching end of January. Early testers get a discount code. killswitch.app #myelixirstatus
English
0
1
10
2K
Holsee
Holsee@holsee·
No dude, I just vibe'd it out in the small hours kicking the tyres of #tidewave w/ Claude Code - I've literally not even looked at the code! The project has a wild name too 😅 as I only init the repo as a quick test when trying to debug the MCP connection between Tidewave + cc that turned out to be an issue in bandit that @josevalim patched helping me out (github.com/mtrudel/bandit…) and is in v1.10.1 already shipped. Happy to fire it up on gh if you want.
English
1
0
4
174
José Valim
José Valim@josevalim·
I was debugging an SSL cert issue, which worked on curl but not in another client, and Claude kept insisting in disabling certificate checks. At one point, it said "I have exhausted all options, either disable checks or generate a new .pem". I said "I didn't take you as a quitter" and then it debugged the issue for 40 minutes straight until it found the root cause, lol.
English
29
37
1.5K
153.7K
Martin Woodward
Martin Woodward@martinwoodward·
Back to work today after a couple of weeks proper vacation. Have to get reacquainted with my todo list growing during the day rather than things getting checked off it.
English
1
0
9
478