pull down to refresh
100 sats \ 1 reply \ @justin_shocknet 20h \ parent \ on: What's the Best Consumer Application of AI? AI
Yea things like gpt, cursor and Gemini are doing a lot of tricks behind the scenes to make so much functionality available in their bots
I think MCP will eventually enable similarly useful bots to be more distributed and open, but that still has to be built brick by brick
Here's what I think is useful in MCP today for most people: search & apply. Like the old school google one-shot ("I'm feeling lucky" button) but with a cognitive part in the middle to determine the top result by actually reading the link.
So you let
<chat agent>
query the search engine, then let <search ranking agent>
rank the results properly (zhe algo
is awfully good at determining relevance, to my surprise and dismay) and then let <chat agent but without memory>
answer the original question based on the provided results.The difference between what current search engines do in their LLM suggestion top box and this is that they don't read the linked content, but the indexed meta tags. Which is why i really like my news summarizer because it gives meaningful summaries rather than SEO-gameable results.
reply