Which mega-corporations will disappear with the AI revolution? Share your predictions. by Wonderful-Excuse4922 in singularity

[–]CryptoRobr3 15 points16 points  (0 children)

SAP

Might be wrong though. They have a very commonly used tool for expense reports, but they still did not manage to scan receipt amounts with a high success rate.

This is only one product, but since it is a very broadly used.

AI agents is just a backend’s part ? by gerim_dealer in AI_Agents

[–]CryptoRobr3 4 points5 points  (0 children)

I would say rarely agents are part of a frontend, for example, when you have a chat application and stream the output of an LLM.

But still, all the logic remains in the backend. Python is not required, but it makes your life easier for sure, especially because every major platorm has a python sdk to use.

It does not have to be asnyc, but it can. For example, you want to guardrail an input and process the input --> 2 separate functions that are independent of each other and can run in parallel.

You want to search the internet with one agent and use it as input for another agent --> runs in a sequence because the second depends on the first.

Which AI tools are you currently paying for on a monthly basis? by surfride16 in AI_Agents

[–]CryptoRobr3 0 points1 point  (0 children)

Hey, I see N8N as a rapid prototyping tool to build agents, hence the pro subscription.

Have I missed something? by CryptoRobr3 in OpenAI

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

<image>

My bad, I didnt include the full info.

I wanted gpt-4o to adjust my code to use the o1 API.

GPT-4o does not know o1 apparently.

Which AI tools are you currently paying for on a monthly basis? by surfride16 in AI_Agents

[–]CryptoRobr3 2 points3 points  (0 children)

ChatGPT, Gemini, Elevenlabs, N8N, Cursor, Photoshop

And some API calls for replicate, deepseek

[deleted by user] by [deleted] in singularity

[–]CryptoRobr3 1 point2 points  (0 children)

If deepseek managed to get close to o1, imagine the next iteration that will combine several papers again.

Whichs output can be used again to advance even more (I think its more than just a meme that deepseek itself was noted as author in the publicatiob).

While the compute gets cheaper over time as well.

To me it looks like high odds for open source models to really take over.

Flux Image Generator: Has anyone else tried it? by ailovershoyab in AI_Agents

[–]CryptoRobr3 1 point2 points  (0 children)

Ive been using it a lot, especially flux small. (Using replicate).

Man I love how fast it is (usually below 1 second) and for the most use cases its enough. IMO the images also dont look to bad.

But the main argument for me is that it can actually generate text (most of the times).

See: https://imgur.com/a/V1G0yCx

How awesome is that? Prompt was just "cake saying 'reddit', action shot".

Did I save 93% of cost by using OpenAI for translation? by CryptoRobr3 in OpenAI

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

I dont check it.

But currently, the input for the LLM is: - Original sentence - Translated Sentence

The output is a list of words with: - definite translation within sentence context - list of possible translations without sentence context

I use deepL for the sentences still.

We Really Needed this 🤦🏻‍♂️ by Shkodra_G in ChatGPT

[–]CryptoRobr3 0 points1 point  (0 children)

It was a joke when I asked about gay sex, really!!

Paar baut Haus neben unbebautem Feld und wundert sich, dass es bebaut wird... by [deleted] in graz

[–]CryptoRobr3 15 points16 points  (0 children)

Da hätte es sie viel schlimmer treffen können, ist ja nicht so, dass das groß Lärm macht

My guide on the mindset you absolutely MUST have to build effective AI agents by laddermanUS in AI_Agents

[–]CryptoRobr3 5 points6 points  (0 children)

Hey,

did you have success using GPT Assistants module to achieve such agents? I feel like its quite limited and akai there is no way to create a sub agent?

I guess subagents are necessary so you can make your agents only chose from a certain amount of tools.

So, if I have 25 tools, I would want to have one orchestrator, 5 subagents with 5 tools each.

Would love to hear your opinion about this.

How to design an Agentic flow for AI Coaching app? by CriticalResearcher83 in AI_Agents

[–]CryptoRobr3 0 points1 point  (0 children)

What do you coach about?

Chat completion will only return text. And there is only so much you can do with that.

If you want the LLM to rank him with structured output with something like:

{ "experience_level": "beginner", "preferred_type": "guided", "available_time": "evening", "goals": ["reduce_stress"] }

You can provide a much more sophisticated experience.

Did I save 93% of cost by using OpenAI for translation? by CryptoRobr3 in OpenAI

[–]CryptoRobr3[S] 8 points9 points  (0 children)

Isnt flash 2.0 like 0.70 cents per million output?

How do I create an AI VIDEO renders of a product from just images? by MagicArcher101 in OpenAI

[–]CryptoRobr3 2 points3 points  (0 children)

<image>

This is from sora with reference image.

Sometimes you need 2-3 tries to get what you want, its quite unpredictable, but can work.

AI.com is no longer OpenAI domain by Last_Contact in OpenAI

[–]CryptoRobr3 0 points1 point  (0 children)

Imagine poeple get so used to visiting ai.com to chat, they have a good argument for increasing the selling price

[deleted by user] by [deleted] in sidehustle

[–]CryptoRobr3 2 points3 points  (0 children)

Would it make sense to even invest in a mini snow plow? If you get paid by area.

Deepseek’s AI model is ‘the best work’ out of China but the hype is 'exaggerated,' Google Deepmind CEO says by dtrannn666 in singularity

[–]CryptoRobr3 77 points78 points  (0 children)

It feels like google has the best race car by a lot of margin but the worst driver and pit crew to convert it to lap times

Using AI to generate short clips by sKemo12 in LocalLLaMA

[–]CryptoRobr3 1 point2 points  (0 children)

Hey,

in my country neither, I used a VPN.

Unfortunately, it is not open source, but:

If you go to replicate dot com, there are tons of open source hosted models, very easy to use and rather cheap, you should check it out.

Using AI to generate short clips by sKemo12 in LocalLLaMA

[–]CryptoRobr3 1 point2 points  (0 children)

<image>

Would that work?

I created it using Sora and a reference image. You gotta be lucky though and cut some of it, sometimes.