Live data from Hacker News

Viewing profile — mogili1

mogili1

HN member
Joined
Wed, May 22, 2024, 9:51 PM UTC
HN karma
37
Public activity
12 items

About mogili1

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47732276

    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

  3. comment
    Comment #47641753

    Can you show a comparison of cost of we went per token pricing.

  4. comment
    Comment #47641732

    Rate limit essentially is a token limit

  5. comment
    Comment #47633824

    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 …

  6. comment
    Comment #47622797

    There are plenty of model providers that can serve them though at cheaper prices and cannibalize Alibaba revenue.

  7. comment
    Comment #47281324

    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…

  8. comment
    Comment #47277734

    They definitely can, even gcloud cli can authenticate without needing to create a oauth app.

  9. comment
    Comment #47258173

    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 co…

  10. comment
    Comment #46920816

    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…

  11. comment
    Comment #46806766

    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…

  12. comment
    Comment #46749353

    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…