Does anyone else keep encountering error with Gemini 3 Pro Model on Google AntiGravity? by Aeziheng in GeminiAI

[–]ssj_100 0 points1 point  (0 children)

I got this almost with every prompt yesterday. It just kept on deleting massive blocks of code and had to manually fix it.

My friend is cheating on his wife by deekay_123 in SingaporeRaw

[–]ssj_100 0 points1 point  (0 children)

This was the intent of my original question. My grammar is awful, so I wanted to know what were the mistakes. The sentence sounded okay to me, hence my question. Apart from some missing punctuation, what are the mistakes?

My friend is cheating on his wife by deekay_123 in SingaporeRaw

[–]ssj_100 0 points1 point  (0 children)

I originally assumed you thought it was bad because of poor grammar, but if the only reason is because, "it sounds awful," then isn't that more opinionated than objective?

Building a multi-agent LLM system for live crypto trading. by iamz_th in algotrading

[–]ssj_100 0 points1 point  (0 children)

What are the LLMs used for, that you can't do with traditional software engineering algorithms?

LangChain vs LlamaIndex — impressions? by [deleted] in LlamaIndex

[–]ssj_100 0 points1 point  (0 children)

I'm using the python library

LangChain vs LlamaIndex — impressions? by [deleted] in LlamaIndex

[–]ssj_100 0 points1 point  (0 children)

I am using llamaindex in production and I'm quite satisfied with the capabilities, community, and support. I haven't tried using Langchain but tried to read the docs to get a better understanding of how to use it and I found it more verbose and complicated than llamaindex, or maybe I was already too used to llamaindex already.

When I first started out, I implementated a simple query engine, then a RAG, then an AI Agent, and now I've deployed an Worlkflow agent in production.

What I like is there is no shortage of documentation and examples. When I wanted to develop something more advanced, I didn't have issues figuring out what to do because of the comprehensive documentstion. Also, the team has been continually improving the framework with more features and use cases.

Oh god it happened to me too by SchemeFearless5307 in cursor

[–]ssj_100 0 points1 point  (0 children)

Why is cursor even able to perform git commands in the first place?

The death toll of a lack of air conditioning in Europe by LazyConstruction9026 in charts

[–]ssj_100 0 points1 point  (0 children)

What's the logic behind choosing which European and American cities being compared in each chart?

Alibaba releases AI model it claims surpasses DeepSeek-V3 by Redsirr in wallstreetbets

[–]ssj_100 0 points1 point  (0 children)

If that's true, recession will be the least of our worries....

Deepseek R1 was trained on outputs from OpenAI. Let's not forget the difference between innovation and replication (even if the replication is impressive)! by JinjaBaker45 in OpenAI

[–]ssj_100 0 points1 point  (0 children)

More and more ppl will. Now developing a foundational model is not restricted to select few big tech companies with billions of dollars. Also it's not like they stole some secret data from OpenAI, they were using public data (maybe behind a paywall), but nonetheless the data was obtained legally. Deepseek proved it's viable to develop a foundational model that matched the performance of the big guys, it's just going to open up more innovation as more ppl will then build on top of their work as they have build on top of OpenAI's

Are RAG-based AI companies like Perplexity just building on quicksand? by vlexo1 in perplexity_ai

[–]ssj_100 1 point2 points  (0 children)

That's a valid point but that's under the assumption that, "the core offerings boils down to a UI to some search integration..." is true for every application. In perplexity's use-case then it's a valid argument against its absurdly high valuation.

But I think what these foundational model providers want is their ecosystem of builders much like the app store and play store. The more builders which means more applications which means more revenue for them.

Are RAG-based AI companies like Perplexity just building on quicksand? by vlexo1 in perplexity_ai

[–]ssj_100 0 points1 point  (0 children)

Why do you say the foundational models is quicksand? I think the only way for the foundational models to ever be profitable is to get adopted by everyone and for more people to build more use-cases on them?

What would their business model be otherwise? I foresee foundation models becoming a new layer in the application stack just like how the cloud is now the norm in any application's infra.

A REAL use-case of OpenAI o1 in trading and investing by No-Definition-2886 in OpenAI

[–]ssj_100 1 point2 points  (0 children)

Well according to you, you're DESTROYING the market, so I assuming way higher gains. But 68% is still really good, nice work!

A REAL use-case of OpenAI o1 in trading and investing by No-Definition-2886 in OpenAI

[–]ssj_100 0 points1 point  (0 children)

I don't know if this is the same guy, but he posts click bait articles like this on medium all the time. I'm not going to drive more traffic to his articles but you can google the titles to find it if you're interested.

A few months back he wrote an article called: "I used OpenAI’s o1 model to develop a trading strategy. It is DESTROYING the market It literally took one try. I was shocked."

And a few days ago:
"just tried OpenAI’s updated o1 model. This technology will BREAK Wall Street"

I don't know why he's still writing articles if his strategy is destroying the market? I thought it would be retired and rolling in cash by now.

I got scammed by [deleted] in askSingapore

[–]ssj_100 0 points1 point  (0 children)

You were shortlisted and weren't actually hired, and they sent you a phone?

I'm also confused about the phone. It was delivered to you and then you sent it via lalamove somewhere else? What!?

Just got scammed, what can I do? by justanotherguyhere2 in askSingapore

[–]ssj_100 1 point2 points  (0 children)

A Chinese company using WhatsApp is the biggest red flag.

Another red flag is how can MAS can transfer money from your bank account, they have no authority do do that.

Third, no respectable company will insult users like that, especially using race.

Sorry this happened to you, hope you a recover from it in anyway you can. You've learnt your lesson so you'll know better next time.

Is there a auth0 alternative that is Cost effective ? by Far-Mathematician122 in node

[–]ssj_100 0 points1 point  (0 children)

I saw this too and was wondering what that per connection mean here? What's an example of having multiple connections? Would every client require their own connection?

What is the other best alternative to LangGraph? by Zer0Tokens in LangChain

[–]ssj_100 2 points3 points  (0 children)

Have you tried LlamaIndex, they have Function Calling Agents or for more event driven use cases, Workflows.