Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mogili1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mogili1
5mo ago
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
2.
▲
by
mogili1
6mo ago
Can you show a comparison of cost of we went per token pricing.
3.
▲
by
mogili1
6mo ago
Rate limit essentially is a token limit
4.
▲
by
mogili1
6mo ago
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 wait an hour or so.
5.
▲
by
mogili1
6mo ago
There are plenty of model providers that can serve them though at cheaper prices and cannibalize Alibaba revenue.
6.
▲
by
mogili1
6mo ago
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 APIs, which don&#x
7.
▲
by
mogili1
6mo ago
They definitely can, even gcloud cli can authenticate without needing to create a oauth app.
8.
▲
by
mogili1
7mo ago
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.
9.
▲
by
mogili1
7mo ago
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.
10.
▲
by
mogili1
8mo ago
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 improv
11.
▲
by
mogili1
8mo ago
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 them off and mo