Weβve been seeing the same, getting charged for server time while apt-get install hangs for 30 minutes adds insult to injury
Weβve been seeing the same, getting charged for server time while apt-get install hangs for 30 minutes adds insult to injury
Itβs interesting how βtool rulesβ in Letta make this something of a sliding scale to my understanding; the more you constrain the agent the closer it becomes to a βworkflowβ and vice versa; Claude code has hooks which are much more limited but have a somewhat related purpose
Reminds me of a funny quote I found at some point: The saying, βLife is just one damn thing after another,β is a gross understatement. The damn things overlap. -The Cincinnati Enquirer
I've been thinking of writing something up to answer precisely this question in a bit more depth, I had a feeling it would be asked sooner or later
W/ stackattack I took the approach of implementing components as simple functions that can be easily copy/pasted and extended in your own codebase (w/o needing to recreate anything), and keeping the configuration that can be done on components relatively limited
They also seem to straddle a sort of middle ground where their components try to remove boilerplate but still not be too opinionated, so I've found that putting together real infra stacks still requires a lot of code, and there isn't great documentation for their components
I have used their awsx package in the past, and I don't love some of the design decisions; the biggest thing is they use Pulumi's class-based "component resources", which actually become part of the resource state and thus make it quite hard to migrate away from them without recreating things
Do you have to learn the special key combos to enter the mathy symbols or are those ligatures?
I loved doing proofs in college, been getting enough fomo from how much fun youβve been seeming to have w/ lean that Iβm sort of itching to give it a shot
I wrote about the motivation being Stackattack, the AWS + Pulumi components library I've been working on to address the "cold start problem" that many have when wanting to manage their infra w/ IaC tools
www.camfeenstra.com/posts/infra-...
#IaC #pulumi #aws
On the off chance anyone who sees this likes Pulumi and wants to delete a bunch of code, you should try it out!
The reason I made this is just because setting up infra as code for a full infra stack initially is incredibly tedious and usually takes me a lot of iterations to get right. Once you have it working, itβs pretty magical though
It also means that you can copy/paste and extend these components without needing to migrate or recreate anything
One of the design choices I made was to use functions for components instead of pulumiβs component resources; I really like this approach because it means that the components arenβt represented in Pulumiβs resource graph (except via naming conventions)
Iβve been working on a library of high-level Pulumi+AWS components, itβs pretty cool if you ask me: github.com/cfeenstra67/...
you stand accused of solutioning, how do you plead
tfjs is pretty sick