2. Any plans for integrating MCP servers? I’m looking to build a WhatsApp based Text to SQL service and this seems like a solid fit, but I’d like to use an MCP server that groks the business domain to query supabase. Any suggestions on how to pull this off?
> exec request failed on channel 1
Well, guess it's time to scale
Oh boy oh boy oh boy
One of the metaphors I have carried with me all these years in software learning journeys is the power of the alloy. Alloyed materials are one of those cases where you get compounding effects, where 1 + 1 is some greater than 2.
I have found that (for me) no single purist approach to learning languages or libraries has been as powerful as using a smattering potpourri of learning techniques. Whether watching videos, taking classes, having mentors, reading books, reading articles, asking questions in forums, actually writing real code, or writing weird boundary pushing experimental larks, I find that they all compound when reflected off of each other. To date, I have found that adding LLMs in the mix is another good alloy ingredient, but that it is particularly fragile when used in isolation.
Just Friday, I was working with learning how LiveView JS hooks work better and mixing in some SVG. For some of that, Cursor was really helpful. But alone, it would never have helped me discover some of the nuggets of nuance that I needed to dig through the W3 spec to figure out. Later the same day, it helped me rough out an Ecto join query that was a bit beyond me. But I chose to go do some more research, reading Ecto manuals, watching a vid on joins, and asking a buddy who’s a stud with Postgres. But the LLM really catalyzed my venture into the space.
LLMs are a tool too. You learn to use them wisely not by using them only in angry desperation, but through critical experience.
Glad to meet another Elixir sojourner on the way.
How long have you been on your journey? I'm still wrangling the core language, particularly in regards to nested recursion. This is my first FP endeavor and feeling the drag on my brain.
I view it like learning a foreign language from a friend who is also not a native speaker and not a trained instructor. Maybe they'll be great and it will be fine. But I don't have any way of knowing.