Elektrine lite

← Feed

@portnull@lemmy.dbzer0.com

Why aren't AI companies competing directly with their customers?

2026-07-16 07:03 UTC

if you can make all the money with your amazing system, why do you need my money?

Replies (2)

  • @OwOarchist@pawb.social 2026-07-16 07:14

    If AI agents were actually capable of what AI companies advertised them as, you’d only ever have to pay them long enough to ask it to code a new AI agent for you that you can run locally.

    Open ##4048056

  • @Vipsu@lemmy.world 2026-07-16 07:49

    The funny thing is that you absolutely can use LLMs to create or assist you to build new forms of automation and even symbolic AI systems. These maybe more narrow / less general than agents but often more than enough for most tasks and problems. Best of all they’re often deterministic and very performant in comparison to LLMs. Games have been using these for ages for NPCs but they’re not limited to those. Some examples: Utility system, hierarchical task networks, Goal oriented action planning, knowledge graphs and state machines. Heck, need to translate or parse noisy, structured data like text, voice, images, video? Make the symbolic AI use self hosted lightweight LLM as a tool to translate it to symbolic form. No need for wasteful huge frontier models for that

    Open ##4050204