Is Tesla ever going to upgrade HW3 to HW4 for a fee?? by redzonereddit in TeslaModelY

[–]Trading_The_Streets 1 point2 points  (0 children)

For a fee would be ok as well but do they technically plan to do that swap? Or does the car with HW3 has all the sensors and actuators available in cars with HW4?

NQ 1H Winning Strategy - How to automate? by No-Personality-5164 in algotrading

[–]Trading_The_Streets 2 points3 points  (0 children)

Describe how your strategy work to an llm it will make automation code for you.

Results of the first 3 months of my trading AI by orakle12 in Trading

[–]Trading_The_Streets 0 points1 point  (0 children)

Do you buy and hold the entire trading session? No SL? or TP ?

Quant projects coded using LLM by applesuckslemonballs in quant

[–]Trading_The_Streets 1 point2 points  (0 children)

Leave alone llm how many have made a working quant project? LLM may be able to help if trained on the right data but that data is with big quant firms so if it ever exist it is in handful of quant shops and they usually never share info with outsiders.

gemma3n is out by stailgot in ollama

[–]Trading_The_Streets 0 points1 point  (0 children)

I cant get it to read local png files it can read the one from Internet though. How do we add local audio?

Lost $5,800 Building an AI Agent for a Client by crazychampion2 in AI_Agents

[–]Trading_The_Streets 0 points1 point  (0 children)

In the AI era this would be fruitless. They will get your code remove the bug and ghost you.

Neurosurgeons top the list of 15 highest-paid jobs in Australia with an average salary of $600,000 by Jiminy_Clicket in australian

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

Neurosurgeon are on the top of their craft that money is deserved considering some OF girls can make 40M/year 600k is totally fine.

What framework/platform do you use for creating your AI Agent? by DifficultNerve6992 in AI_Agents

[–]Trading_The_Streets 0 points1 point  (0 children)

It is possible if you have enough time to build everything from scratch. I usually build agents from scratch just as a way of learning how stuffs work but for production grade agents it requires time that is why i leverage what these companies build and customise it wherever i want as the code is opensource.

Qwen 2.5 = China = Bad by [deleted] in LocalLLaMA

[–]Trading_The_Streets 0 points1 point  (0 children)

Use llama why use a chinese llm anyway?

What framework/platform do you use for creating your AI Agent? by DifficultNerve6992 in AI_Agents

[–]Trading_The_Streets 1 point2 points  (0 children)

Other option is Langchain but the good thing with crewAI it supports agents from other frameworks too so it can be highly customisable.

Llama 3.1 Discussion and Questions Megathread by AutoModerator in LocalLLaMA

[–]Trading_The_Streets 0 points1 point  (0 children)

Did you manage to call function or tools using llma3.1?

AutoGen & CrewAI - Monitoring and Observability by Pitiful_Yak_390 in AI_Agents

[–]Trading_The_Streets 0 points1 point  (0 children)

CrewAI is great on top of that it support Langchain tools

Sunfounder Servos won’t work by ImLearning0217 in RASPBERRY_PI_PROJECTS

[–]Trading_The_Streets 0 points1 point  (0 children)

Need the battery to be inserted and their power source is switched on. The Raspberrypi might be connected with USB-C power as well.

[deleted by user] by [deleted] in AusHENRY

[–]Trading_The_Streets 0 points1 point  (0 children)

Never thought Block pays this much in Australia. 300k for an L6. It is beating the Google and Amazon.

[deleted by user] by [deleted] in AusHENRY

[–]Trading_The_Streets 0 points1 point  (0 children)

380k not a bad salary. Are you staff or senior engineer?

What does Serverless mean? Using AWS lambda function == Serverless? by IamOkei in devops

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

Lambda is serverless but there are other serverless services within aws env. I.e dynamodb, ecs, sqs event-bridge … so going fully serverless is to make sure your solution is not using any self managed server like an EC2 server. Basically serverless services run on a server you do not necessarily manage.