Hacker News new | ask | show | jobs
by AaronFriel 1160 days ago
Pulumian here - this is something I'm working on and hopefully we'll have more to share soon.

We're in a good position here in that our providers have rich schemas: https://raw.githubusercontent.com/pulumi/pulumi-kubernetes/m...

However our larger providers, primarily cloud platforms, have schemas much larger than the context length of the model. So the trick is scoping that down to the necessary & sufficient amount of data into a prompt, whether via plugin (not yet available via API), preprocessing the prompt, or using a langchain-esque approach.

As Károly Zsolnai-Fehér[1] says, "what a time to be alive!"

[1] of Two Minute Papers fame: https://www.patreon.com/TwoMinutePapers

1 comments

Thanks for the explanation and good luck, then! Very curious to see what you come up with.