I'm saving all of these articles for the next time we go through the "AI (LLMs) is going to change the world," cycle. The systems we use can only be as smart and intuitive as the people who prompt them. On top of it, this (LLMs) is not AI, not even close, if anything they are glorified prediction systems that require human prompting.
> On top of it, this (LLMs) is not AI, not even close, if anything they are glorified prediction systems that require human prompting. puts in retainer; pushes glasses back up bridge of nose Technically schpeaking, what you're talking about is the difference between weak AI and strong AI/artificial general intelligence (AGI). AGI is the kind of AI that has reached human levels of consciousness. We're not there yet. P…
How and where will agents ship software?
11–20 of 80 posts
Re: How and where will agents ship software?
#12If we achieve super intelligence, agents will be shipping themselves.
And every one of them will be ads.
Re: How and where will agents ship software?
#13If we achieve super intelligence, agents will be shipping themselves.
Re: How and where will agents ship software?
#14This article is about teaching coding agents to use InstantDB, which is "a modern Firebase". I suggest jumping straight to this document, which is designed to tell the agent how to work with Instant but is pretty great documentation for humans who want to understand what it can do at the same time: https://www.instantdb.com/mcp-tutorial/claude-rules.md
Thank you for the kind words on the rules/documentation! It was definitely an iterative process to figure out how to get good results. We have an llms.txt and llms-full.txt (~9k lines) which contains all our documentation. Feeding these to the claude didn't get great results, it was just too much information. We manually compressed our llms-full.txt into a rules file (~1.5k lines) which declared the API upfront and p…
This is something we've found for our API -- just having LLMs attempt to use it helps us identify things that we haven't documented well or placed enough emphasis on (for things that are critical but are non-obvious or may be drowned out by other less important information). Improvements that help the LLM tend to be good for developers too.
Re: How and where will agents ship software?
#15Make sure the agent knows how much it costs to query
Re: How and where will agents ship software?
#16Re: How and where will agents ship software?
#17Earlier quoted context omitted.
Then they will be founding their own startups, and if successful, they'll invest in each other's startups. And every one of them will be ads.
but who will buy the advertised products? and with what money?
Who knows…
Re: How and where will agents ship software?
#18Earlier quoted context omitted.
Then they will be founding their own startups, and if successful, they'll invest in each other's startups. And every one of them will be ads.
but who will buy the advertised products? and with what money?
Re: How and where will agents ship software?
#19Interesting point.
I keep coming back to the idea that users could request changes, and they could be experimentally deployed immediately.
Re: How and where will agents ship software?
#20I suppose that most deployment/devops is done using existing git push workflows and IaaC. Has anyone had good experience with LLM/agent-compatible tools?