Comment by dummydummy1234

24 days ago

So anyone have prior art we can point to? Because no way is a rpc call novel.

You pay the lawyer in thousands to use a language which meets the criteria for the patent. Thousands of software patents are repetition of each other with some thing in particular worded differently

/r/ChatGPT (or HN) since about 4-6 months after ChatGPT was released?

Tool calls were immediately obvious, and everyone and their dog was doing their own hacky version of it (today we call it "harness engineering") for a good year before OpenAI wrapped it up in an API.

Improvements in existing tech can be patented. An RPC call that an AI writes for itself and then executes is a novelty from prior art. Whether it’s non-obvious is up for debate but if it gets past the patent officer that debate happens via lawsuit

  • There is _some_ prior art here, though it’s not direct. This is very similar in concept to the joke Python extensions that replaced the global exception handler with one that invokes an LLM.

    There are “workflows” that are very similar. Ie I can invoke a Python function that doesn’t exist and the exception gets handed off to an LLM to make it work by making that function exist.

    This is functionally similar from what I can gather. Invoke a tool that doesn’t exist, we’ll make it exist for you.

    It’ll probably get a patent issued, though, the patent office seems asleep at the wheel in the tech space at least.