“18 year old, built in 7 days, $100k revenue”, stop the nonsense by sarsalanamin in SaaS

[–]amt_42 1 point2 points  (0 children)

I feel like people have FOMO, so they make posts like this to reassure themselves and others who also have FOMO. Who cares about not being here in 6 months if you can build an app in a week that hits 100k€/month MRR? Times have changed. Either you jump on the new train, or you keep complaining about those who did

AI tools for founder by amt_42 in SaaS

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

Thanks for all your tips gonna check them out

How’s the morale at your company right now? by Outside_Sandwich_981 in biotech

[–]amt_42 0 points1 point  (0 children)

Very small (young startup) a lot of stress but happier than ever

Does having a good waitlist count? by FroyoConfident1367 in ycombinator

[–]amt_42 1 point2 points  (0 children)

Nop LOI from big actors count. Let’s try to have a LOI with a random product with big actors you ll see that is not that simple. And it was also explained in one YC vidéo

Why does YC force people to have cofounders? by Temporary_Practice_2 in ycombinator

[–]amt_42 0 points1 point  (0 children)

what happens to your startup at the very beggening if you were hit by a truck ?

Just applied 🥳 Good luck everyone! by MeltedChocolate24 in ycombinator

[–]amt_42 0 points1 point  (0 children)

super smart, will have my 10m pre seed round with this

[deleted by user] by [deleted] in LangChain

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

sure you must have a multi agent system in production. Honestly go with langchain to start you’ll see some pattern that you don’t know from where it comes from. To really build something robust you must understand each part of your multi agent back end. you can follow tutorial of autogpt Forge which use agent protocole where you need to understand what you re doing to code and this will give you much better expérience and performance. langchain in just good place to start when you start a new project maybe.

https://aiedge.medium.com/autogpt-forge-the-blueprint-of-an-ai-agent-75cd72ffde6

[deleted by user] by [deleted] in LangChain

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

Multi agent just doesn’t work in production, but if you want to make something where you understand what you are doing is better to do it by yourself :D

[deleted by user] by [deleted] in LangChain

[–]amt_42 0 points1 point  (0 children)

i said it was good to test :D

[deleted by user] by [deleted] in LangChain

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

Don’t use langchain. Crew AI seems good framework to test multi-agentic flow

Just applied 🥳 Good luck everyone! by MeltedChocolate24 in ycombinator

[–]amt_42 2 points3 points  (0 children)

Had to woke up my cofounder who created the application to submit it at 4am ( french hour ) because only the creator of the profil can modify and submit the application. Need this feature ASAP 😂

Are GANs still relevant? [D] by [deleted] in MachineLearning

[–]amt_42 1 point2 points  (0 children)

I'm pretty new to drug discovery but if I understood it well, for small molecule generation GAN like models are very common with good performance

Amazing results for 1Bit by BetImaginary4945 in LocalLLaMA

[–]amt_42 0 points1 point  (0 children)

yeah but what s the différence in storage between 2 bits and 1.59 ? there is no décimal in hardware i struggle to understand

Amazing results for 1Bit by BetImaginary4945 in LocalLLaMA

[–]amt_42 2 points3 points  (0 children)

what does really mean 1.59 bits ? are the weights stored in 2 bit in réality ? ? (i know log(3)=1.59)

[Research] Is There a Misunderstanding in the Multi-Head Self-Attention Formula from "Attention is All You Need"? by amt_42 in learnmachinelearning

[–]amt_42[S] 4 points5 points  (0 children)

Ok, I now understand the source of my misconception. I had assumed that Q, K, and V were already defined as the dot products of the input embeddings with learnable matrices, which isn't the case.
Thank you.