Claude Code is becoming super buggy. I think it crashed 5 times within the last 12 hours for me. I'm all for vibe coding but feels like they should ease up on it for a bit
Micho Himself
@micho-himself.bsky.social
Software engineer in love with #ElixirLang and LLMs. Currently building reynote.com - an AI Relationship coach with a twist You can hire me at https://goto-code.com Everything that rises must converge
I’ve build a whole AI graphic designer in one 14 hour coding session. Color palette generation, font support, alignment, template support, ai image generation. everything I’d want to generate yr thumbnails, visuals, posters, menus… Claude code is insane
I've been noticing several popular AI-powered apps which I was considering using, but for the life of me can't figure out why they need a subscription. I've always wondered why don't apps just let me insert my own API keys, and now I've decided to do something about it.
BYOK - AI Apps without subscriptions
Pay once, bring your own API key, own it forever. AI-powered desktop apps without monthly fees.
byok.tech
For a while the implications of the MCP protocol weren’t obvious to me, but now I’ve come to the realization it’s the plumbing for a whole new class of LLM-first applications. In case you are interested in my experience coming to grips about it I wrote an article goto-code.com/dont-sleep-o...
Don't sleep on MCP
It’s not just an upgrade to tool calls. Why Anthropic’s Model Context Protocol is a glimpse into the future of LLM-centric software.
goto-code.com
Is it just me or LiveView Native isn't installable for phoenix_liveview ~> 1.1.0? I've managed to get a local branch of {:live_view_native, "~> 0.4.0-rc.1"} at least running but then the LVN go app isn't connecting so I don't know if the issue is the rc branch or the app isn't supporting 0.4.0 😮💨
After a short sabbatical I'm back to hacking #ElixirLang and #AshFramework Ash is slowly but surely changing how I approach writing software. For now I wanted to share how an implementation detail in AshAI changed how I think about modeling LLM chains goto-code.com/model-your-i...
Model your interactions, not your messages
Go beyond storing `role:content` pairs and model your whole set of interactions when building LLM powered applications
goto-code.com
I plugged claude-sonnet-4-5 into reynote.com and it does NOT fuck around. I'm a bit blown away by how much of a difference it is, love it #claude #anthropic
Why does every article about agentic use cases use booking a flight as an example? It’s one of the worst examples I can’t think of, I do it a few times per year, takes 15 minutes to do and if you have kids there’s high trust required
#Omarchy is so refreshing to use, super snappy even on a 7 y/o Thinkpad, CPU idling on 400 MHz, Claude code helps you configure multi-monitor setups, scratchpad workspaces, custom commands. After years of debian it's mindblowing just to be able to install nightly software versions. Heaps of fun.
When you go for some light evening reading and randomly open Beautiful you by Chuck Palahniuk. Jesus…
Someone give me @expert-lsp.org please I'm done having to delete .elixir_ls and rebuild everytime I touch my mix.exs #ElixirLang
After 20 years of coding even in languages I’ve been using for years I still don’t know without syntax highlighting is it True/true, null/nil/none/None, else if/elsif/elif…
"I want your bad English. I want your bad art. I want to see the raw unfiltered expressions of humanity. I want to see your soul in action."
Rolling the ladder up behind us
Who will take over for us if we don't train the next generation to replace us? A critique of craft, AI, and the legacy of human expertise.
xeiaso.net
I've been using reddit posts to evaluate my prompts, if you're interested how an AI analyzes a situation from different therapeutic lenses, have a look. I'm fascinated every time reynote.com/articles/cas...
Exploring having a simulated conversation on the landing page for Reynote.com #buildinpublic
It could be common knowledge but I’ve been analyzing a lot of landing pages and what I realized is that the ones who do the best job are the ones where you can tell what the product does just from the headlines. I’ve been treating them as if they’re a vague overview of what’s in the section but…
I’ve gotten some great feedback on the previous article, so I continued with the next planned article in the series, this time implementing the parallelization and evaluator-optimizer workflows in #elixirlang goto-code.com/blog/elixir-...
Why Elixir/OTP doesn't need an Agent framework: Part 2 | Goto Code - Elixir & LLM Development
Exploration of using mechanisms provided by Elixir/OTP to build LLM powered applications
goto-code.com
I can barely keep up with all the new AI advancements, and now #elixirlang seems to be firing on all cylinders as well
New #ElixirLang tool LivebookTools lets you work on Livebook in your own editor and opens MCP access to cell outputs(so Cursor, etc) can automatically iterate on the code if the cell has errors github.com/thmsmlr/live...
I wrote an article that’s hopefully the beginning of a series about using #elixirlang to build AI agents and workflows goto-code.com/blog/elixir-...
Why Elixir/OTP doesn't need an Agent framework: Part 1 | Goto Code - Elixir & LLM Development
Exploration of using mechanisms provided by Elixir/OTP to build LLM powered applications
goto-code.com
I’ve been thinking how to make something like this work for years now. There are always some core objects everyone needs to keep in sync and it’s always some bespoke solution relying on pubsub, this is amazing
👨💻 My notebook is filling up with ideas and things to test out from #CodeBEAM, but this drop was totally unexpected and will likely get a lot of my early attention. Built on the back of #ElectricSQL, welcome to the community `Phoenix.Sync`. #ElixirLang