If you are interested in yaml backed pipelines check out this open source tool I built for exactly this purpose: https://github.com/smogili1/circuit
Can you show a comparison of cost of we went per token pricing.
Rate limit essentially is a token limit
What about when you use Claude agent SDK on your laptop? Extra usage is very sneaky you don't get any notice that you are using extra usage and could end up with unnecessary costs in case you would have preferred to…
There are plenty of model providers that can serve them though at cheaper prices and cannibalize Alibaba revenue.
Slack's API rate limits and design make it difficult to replicate the data within Slack to a data store that can then be used to provide context to AI agents. You are forced to use their MCP and their realtime search…
They definitely can, even gcloud cli can authenticate without needing to create a oauth app.
I was excited to see this but all of that went away when I realized you need to create an app in GCP to use it. Can't really expect non technical users to set this up across the company.
I ended up vibe coding a script that uses slack token from the browser to download my messages locally. It's not been flagged yet. But my account got flagged when I tried slackdump.
I use claude's chrome plugin all the time. As well Chatgpt's agent mode. I prefer Agent mode when I don't need to login but want it to do search. However, Gemini in Chrome requires you to allow them to use your data to…
Not the OP, but this is how I manage my coding agent loops: I built a drag and drop UI tool that sets up a sequence of agent steps (Claude code or codex) and have created different workflows based on the task. I'll kick…
If you are interested in yaml backed pipelines check out this open source tool I built for exactly this purpose: https://github.com/smogili1/circuit
Can you show a comparison of cost of we went per token pricing.
Rate limit essentially is a token limit
What about when you use Claude agent SDK on your laptop? Extra usage is very sneaky you don't get any notice that you are using extra usage and could end up with unnecessary costs in case you would have preferred to…
There are plenty of model providers that can serve them though at cheaper prices and cannibalize Alibaba revenue.
Slack's API rate limits and design make it difficult to replicate the data within Slack to a data store that can then be used to provide context to AI agents. You are forced to use their MCP and their realtime search…
They definitely can, even gcloud cli can authenticate without needing to create a oauth app.
I was excited to see this but all of that went away when I realized you need to create an app in GCP to use it. Can't really expect non technical users to set this up across the company.
I ended up vibe coding a script that uses slack token from the browser to download my messages locally. It's not been flagged yet. But my account got flagged when I tried slackdump.
I use claude's chrome plugin all the time. As well Chatgpt's agent mode. I prefer Agent mode when I don't need to login but want it to do search. However, Gemini in Chrome requires you to allow them to use your data to…
Not the OP, but this is how I manage my coding agent loops: I built a drag and drop UI tool that sets up a sequence of agent steps (Claude code or codex) and have created different workflows based on the task. I'll kick…