Earlier quoted context omitted.
Agentic tools is already delivering an increase in productivity equivalent to many FTEs. I say this as someone in the position of having to hire coders and needing far fewer than we otherwise would have.
Well, yeah, as they say on Wikipedia: {{Citation Needed}} Can AI-as-it-currently-is save FTEs? Sure: but, again, there's a template for that: {{How Many}} -- 1% of your org chart? 10%? In my case it's around 0.5% right now. Or, to reframe it a bit: can AI pay Sam A's salary? Sure! His stock options? Doubtful. His future plans? Heck nah!
Three kinds of AI products work
81–90 of 130 posts
Re: Three kinds of AI products work
#82You can write an agent, it's cool. I can copy it.
I cannot build my own LLM (although I can run open source ones).
Re: Three kinds of AI products work
#83This is my current opinion as a game developer. IMO this isn't going to be fun for most once the novelty wears off. Games are goal oriented at the end of the day and the great games are masterfully curated multi-disciplinary experiences. I'd argue throwing a game wrapper around an LLM is a new LLM experience, not a new game experience.
Re: Three kinds of AI products work
#84Very obviously missing the mundane agentic work. I think the following things are basically already solved, and are just waiting for the right harness: - Call this government service center, wait on hold for 45 minutes, then when they finally answer, tell them to reactivate my insurance marketplace account that got wrongly deleted. - Find a good dentist within 2mi from my house, call them to make sure they take my in…
I tried something like this last month. I was going on a holiday and asked LLM to prepare a sightseeing guide on a fixed budget. The LLMs plan looked feasible unless you looked closer.
The first issue was the opening/closing times of certain attractions. It kept saying stuff like - "At 6pm you can go and visit place X". While in reality X closed at 5pm.
Second issue was underestimating the walking speed/distance. The plans were often fully packed with lots of walking. Now without a Google maps guidance it often underestimated the time. Instead of say 10 mins between A and B it routinely underestimated the time to be 5-6 mins.
I keep prompting it go back and check the opening hours. And once it took that into account the walking routes became complicated- often double backing to same location. Lots of prompts and re-prompts to get it right.
So, I don't know if this is already solved - at least at scale and within costs - especially given the token costs.
Re: Three kinds of AI products work
#85Re: Three kinds of AI products work
#86This seems to be biased heavily towards products that look like an LLM. And yes, only a small number of those work. But that's because if your product is a thing I chat with, it immediately is in competition with ChatGPT/Claude/Grok/etc, leading to everything the article expressed. But those are hardly the only use cases for LLMs, let alone AI (whatever people nowadays mean by AI) To name some of the obvious counter-…
And, outside of chat, it's less clear that that big labs win all the time. People who care about making films, rather than video memes, often look to Kling or Runway, not just Sora. People who want to make images often have a passion for Midjourney that I've never seen for ImageFX.(Nanobanna for editing often sparks joy, so a big lab can play successfully in such a space, but that is diffferent from saying it is destined to win.)
Re: Three kinds of AI products work
#87Re: Three kinds of AI products work
#88Earlier quoted context omitted.
> summarization can you point me to a useful example of this? i see websites including ai-generated summaries all the time, but i've yet to see one that is actually useful and it seems like the product being sold here is simply "ai", not the summary itself - that is, companies and product managers are under pressure to implement some sort of AI, and sticking summaries in places is a way for them to fill that requirem…
I sometimes get contracts, NDAs, or terms and conditions which normally I would automatically accept because they are low stakes and I don't have time to read them. At best I would skim them. Now I pass them through an LLM and ask them to point out interesting, unconventional, or surprising things, and to summarize the document in a few bullet points. They're quite good at this, and I am can use what I discover later…
Re: Three kinds of AI products work
#89A good example I saw recently was stripping ads from podcasts.
Re: Three kinds of AI products work
#90Earlier quoted context omitted.
I sometimes get contracts, NDAs, or terms and conditions which normally I would automatically accept because they are low stakes and I don't have time to read them. At best I would skim them. Now I pass them through an LLM and ask them to point out interesting, unconventional, or surprising things, and to summarize the document in a few bullet points. They're quite good at this, and I am can use what I discover later…
for your first one, if you're just feeding docs into a chatbot prompt and asking for a summary, i think that matches what the article would call a "chatbot product" rather than a summarization product. fireflies.ai is interesting though, that's more what i was looking for. i've used the meeting summary tool in google meet before and it was hilariously bad, it's good to hear that there are some companies out there hav…
For example, for code gen I use agents like Claude Code, one-shot interfaces like Codex tasks, and chatbots like the generic ChatGPT. It depends on the task at hand, how much time I have, whether I am on the phone or on a laptop, and my mood. It’s all code gen though.