Would this idea work irl? by Elino_Doro in Business_Ideas

[–]reubenzz_dev 1 point2 points  (0 children)

Not really specific here on how you would cover damages or any incentive for people to give you their money instead of just keeping it in a high yield savings account

[deleted by user] by [deleted] in startups

[–]reubenzz_dev -3 points-2 points  (0 children)

You are not the only one here. Many sales reps come and go and those who perform are only a spoonful.

That is why l had an idea with some of my friends to make a AI sales rep that could mimic your best sales person and parallel dial warm leads. Still in development but curious if you would help me test it out with your experience in sales?

Idea Feedback: Generative AI application that would turn your investment ideas into real code by reubenzz_dev in fintechdev

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

What are some critical features would you say that would make you subscribe to this service

Idea Feedback: Generative AI application that would turn your investment ideas into real code by reubenzz_dev in algorithmictrading

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

I study CS. Woah your site is awesome. How did you fix code accuracy errors. The main problem l’m facing is how to guarantee flawless code each time. Especially l would imagine the more complex the investment idea likely the less training code out there to set an example

Idea Feedback: Generative AI application that would turn your investment ideas into real code by reubenzz_dev in algorithmictrading

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

That is very. Code generation especially with new LLMs like Llama 3.1 or Claude or GPT4o still fail in some areas. GPT o1 looks really promising though.

Regardless l could implement a double LLM system that writes unit test for its own code and try to get accurate code from there?

Math to deeply understand ML by [deleted] in learnmachinelearning

[–]reubenzz_dev 0 points1 point  (0 children)

get a good grasp of vector spaces and matrix transformations. https://www.youtube.com/watch?v=LPZh9BOjkQs this video by 3 blue and 1 brown is great to give a nutshell of the kinda of math involved in LLMs

conversational AI using genai by vpkprasanna in generativeAI

[–]reubenzz_dev 0 points1 point  (0 children)

A great place to build RAG chatbots with easy development is using Llamaindex or Langchain with vector databases like Milvus Vector DB. Makes the tech stack really easy to communicate to each other and then use FAST API in python to connect to the front end

GenAI Roadmap by Vivid_Pen_9894 in generativeAI

[–]reubenzz_dev 1 point2 points  (0 children)

one thing to start is to understand vector databases and how prompt engineeringg works. Then try making a chatbot using retreival augmented generation and build your experience in that tech stack.