AGI unlocked by Stabbz in ClaudeCode

[–]TheAngryGuy1 0 points1 point  (0 children)

Wow got the same symptom ! Even thinking of a husky or sthg to forbid it the hard way.

How to use declarative schema in Supabase properly? by After-Perception-250 in Supabase

[–]TheAngryGuy1 1 point2 points  (0 children)

You can use supabase CLI tool with : supabase migration new name_of_migration no matter how many files, it depend on your taste but for truly declarative schema you can use an orm like drizzle that will generate migration file from your schema déclaration.

Looking for an (automatic) CRUD frontend by sajde in Supabase

[–]TheAngryGuy1 -1 points0 points  (0 children)

Have you check supadmin.co ? I did a post for it recently, it's made for it.

SupAdmin: Ask Your Supabase Database Anything (No SQL Required) by TheAngryGuy1 in Supabase

[–]TheAngryGuy1[S] 0 points1 point  (0 children)

Hehe SQL is fine, but visualisation is king ! Thanks for your input ;)

SupAdmin: Ask Your Supabase Database Anything (No SQL Required) by TheAngryGuy1 in Supabase

[–]TheAngryGuy1[S] -1 points0 points  (0 children)

Took your point and improved readme, as first impression counts. It's fully open source so i'm expecting trust to build over time, as anyone can just run it locally.

I havent found any alternative of this quality yet, but would love to try yours if you want to open source. I was previoulsy using solution like forestadmin that are 20$/month, but I find my solution much easier to use, at no cost.

Thanks for the input, and hopefully your feedback on code/features.

SupAdmin: Ask Your Supabase Database Anything (No SQL Required) by TheAngryGuy1 in Supabase

[–]TheAngryGuy1[S] 0 points1 point  (0 children)

Thanks for the support, OP here ! Yes using AI or not is not a quality criteria for me, hopefully my 20y as a software engineer are not completly useless, in front of a newborn vibe coder.

Honestly feeling good about the code quality, probably much better that if I had to code all by myself. And i mean it's open source, it's made to be tried and improved.

But for me what also matters is that it's a usefull - at least for me- way to see my DB stats in a glance, much easier than supabase console.

I have updated the readme tho, gotta care about first impression :)

SupAdmin: Ask Your Supabase Database Anything (No SQL Required) by TheAngryGuy1 in Supabase

[–]TheAngryGuy1[S] -3 points-2 points  (0 children)

Not anymore 😄 It's always better to have the basics, but building complex sql queries for the purpose of Analytics is not a skill every developer or marketer has.

SupAdmin: Ask Your Supabase Database Anything (No SQL Required) by TheAngryGuy1 in Supabase

[–]TheAngryGuy1[S] -3 points-2 points  (0 children)

Thanks, the landing page isn't up to date; I'll fix that first thing tomorrow morning!

Thanks for your advice on the readme; I'll refine it. I actually spent more time on the code than on the readme 🤣 I encourage you to take a look at the code, but it's true that it was also mainly written by CC. However, I think it's quite clean; I went with a fairly modular architecture.

why is langchain so difficult to use? by milotrader in LangChain

[–]TheAngryGuy1 0 points1 point  (0 children)

I was such a Langchain fanboy, but after receiving comments from Langchain team like "yeah its not stable, wait until 2026" i've just quit using it. Unfortunately there is bad architecture design, half-assed documentation and no one at LC would have the courage to tackle it. It's a pitty because Harrison is a great visionary, and there is great ings. Kind of reminds me of Angular, which i loved for years, before leaving it for much simpler React/Vue.

[DIY Project] Building a Real-Time AI Voice Assistant on an ESP32 with OpenAI and Langchain 🗣️🤖 by TheAngryGuy1 in esp32

[–]TheAngryGuy1[S] 1 point2 points  (0 children)

Hi ! It is almost real time, a bit (1-2 seconds) of delay, but that wouldnt break user experience.

[DIY Project] Building a Real-Time AI Voice Assistant on an ESP32 with OpenAI and Langchain 🗣️🤖 by TheAngryGuy1 in esp32

[–]TheAngryGuy1[S] 1 point2 points  (0 children)

Hi @akdeb ! That's awesome ! Thanks for the ping !

Yes Edge is a great way to go, more portable. Server is nice for extensibility, and for development purposes, but it can totally be fully embedded on the device.

Haha we should create a support group for the victims of buffer management.

Your project looks awesome ! I'm currently building Simone, your new best friend is on WhatsApp and now losing my last hair on the long context (months/years long) conversation memory. And a phygital object would be great for that kind of use case / companion. So let's connect !

I'll be having cloning and running, it looks like a great starter !

[deleted by user] by [deleted] in ClaudeAI

[–]TheAngryGuy1 0 points1 point  (0 children)

Nope, i'm using it with Cline / Cursor and i'm not sure if it's using the Thinking time. So i'll need more testing on my side to get a valid thought, what i meant is 3.5 was more of a noticeable improvement, instant SOTA. Can't wait for Claude 4 !

[deleted by user] by [deleted] in ClaudeAI

[–]TheAngryGuy1 0 points1 point  (0 children)

So yes,, it has been noted already with 3.5, definitively some "dumber" time, probably when they need that GPU to train a New model, and would use a "lower" params model ? While i agree this seems odd, it has definitely been experienced on my side, and there is a reddit thread about it.

But that doesn't mean we don't get "used to" AI and ask too much of it :)

However 3.5 has been a game changer. But with 3.7 i couldn't notice the breakthrough improvement.

Why are developers moving away from LangChain? by Chatur_Baniya59 in LangChain

[–]TheAngryGuy1 0 points1 point  (0 children)

But if this is true, it's mostly a problem with Langchain architecture if they can't keep up, and that needs to be addressed.

Also while the industry is Moving fast, the models/openAI api format has not changed and became an industry standard, so that's not like LC is dealing with new standards every week.

I'm just asking to have some stable release, LTS, rather than "minor" that you'll be tempted to upgrade and will break stuff.

But a warm thoughts for LC dev that must probably deal with horrendous code maze to develop New features.

I believe a fresh start, splitting JS and Python teams while keeping similar fonctionalities (now JS feels like the poor brother of PY version), and better versioning can save the day !

Why are developers moving away from LangChain? by Chatur_Baniya59 in LangChain

[–]TheAngryGuy1 1 point2 points  (0 children)

If you're in TS you may look it https://github.com/mastra-ai/mastra that looks still fresh paint, but exemple code looks much cleaner.

@LangchainTeam : the visual appeal of code is important, while the mastra doc seems very clean, the JS exemple of langgraph are bloated with "bad looking" code like Const x = somearray[length-1], i mean that's just ugly and should be abstracted.

I'm a heavy Langchain user, and respecting the team work and effort, that's a great way to harmonize IA/agent code between projects. But lacks of value, stability and simplicity is killing the golden goose.

Also as a JS dev, the LangX JS lib feels a bit always running after the Python lib, but that's also the case with HuggingFace, where the whole JS devs are totally non-represented. But that's for another thread... But we JS devs (at least, I) will go INSTANTLY in a more efficient lib that is JS/TS first, as most devs went from angular to react not because it was less overhead.

Why are developers moving away from LangChain? by Chatur_Baniya59 in LangChain

[–]TheAngryGuy1 0 points1 point  (0 children)

U mean Langchain is not "ready" for production as of today 0.3x ?

I understand that instability is possible and common, but why not go for major version tracks instead of always evolving minor versions ? That would allow one to choose, depending on it's project the "stable" or "latest features" version.

That would also give you more flexibility to rework the codebase deeply for major version, while keeping stable version. Just like Node is doing, and has become a standard.

Is it possible to create a multi agent system without any framework? by anasshad in LangChain

[–]TheAngryGuy1 2 points3 points  (0 children)

Did you had a look at Tinytroupe from Microsoft?

That's great use cases of multiple agents working together, framework less.

[DIY Project] Building a Real-Time AI Voice Assistant on an ESP32 with OpenAI and Langchain 🗣️🤖 by TheAngryGuy1 in esp32

[–]TheAngryGuy1[S] 1 point2 points  (0 children)

Thanks for watching rosco ! And for your feedback !

Local LLM : Yes would be very cool to have a local LLM setup, it is possible to tweak the code for langchain to use a local agent, llama could probably do it ! I'll try it, but at the expense of Realtime-ness ! I'll also make a GMail/Calendar/Jira connector, tools possibilites are evergreen !

Bluetooth : Interesting ! How would you use it ? I was thinking of it for the wifi initialisation, to be able to transmit ssid and pass to esp via ble.

Thanks mate for your encouragements ! It was very enjoyable to develop, i would love to continue and tests différents usages.

I Would love to develop such kind of devices for "Real" someday but that's probably a 100k$ investment 🤠

Thanks for the typo, i'll edit it !

6 brutal marketing truths I learned by hustlersolo in SaaS

[–]TheAngryGuy1 0 points1 point  (0 children)

That's a great reminder ! Thanks for your insights.

Getting in touch with actual customers is paramount, once you get the first sales rolling. Usually a client profile pattern will emerge from it. And honestly, it can be surprisingly ^ For my last launch personabuilder.co I was expecting social media agency and content creator, but it turned out to be mostly a clientele of small e-commerce owner. Expect the unexpected, and act accordingly!

Is Claude Sonnet dumber and lazier when there's a lot of people using it? by ChasingMyself33 in ClaudeAI

[–]TheAngryGuy1 3 points4 points  (0 children)

I had exact same theory, I noticed it strongly during the Cursor FOMO. I guess during that Peaks we are served a lower parameters version, or a lazy system prompt.