Readit News logoReadit News
mogili1 commented on Anthropic, please make a new Slack   fivetran.com/blog/anthrop... · Posted by u/georgewfraser
anonymouscaller · 6 days ago
Slack is in no way a great program (source: use it daily for work), but it seems to me that it works as intended, and developers can already extend it with bots/AI agents. Plus, Claude as an agent is already installable to Slack.

For compliance, my company already has a tool that scrapes all slack messages, and archives them for a required amount of years. I'm at a small company, so I assume large corporations have already refined this process.

What problem does this solve?

mogili1 · 6 days 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't work very well/not performant and may require additional licensing.

mogili1 commented on Google Workspace CLI   github.com/googleworkspac... · Posted by u/gonzalovargas
heinrichhartman · 7 days ago
Can someone explain to me, why Google can't (or does not want to) implement the same auth flow that any other SaaS company uses:

# API Keys in Settings

1. Go to Settings -> API Keys Page

2. Create Token (set scope and expiration date)

# OAuth flow

1. `gws login` shows url to visit

2. Login with Google profile & select data you want to share

3. Redirect to localhost page confirms authentication

I get that I need to configure Project and OAuth screens if I want to develop an Applications for other users, that uses GCP services. This is fine. But I am trying to access my own data over a (/another) HTTP API. This should not be hard.

mogili1 · 6 days ago
They definitely can, even gcloud cli can authenticate without needing to create a oauth app.
mogili1 commented on Google Workspace CLI   github.com/googleworkspac... · Posted by u/gonzalovargas
mogili1 · 7 days 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.
mogili1 commented on Show HN: Slack CLI for Agents   github.com/stablyai/agent... · Posted by u/nwparker
apimade · a month ago
Warning: in Enterprise (Grid) your account will likely be flagged as hijacked, and all of your sessions will be killed.

Slack implemented session hijacking detection a while ago, and using LLM’s without throttling will very likely result in alerts. If you’re on Enterprise; I’d suggest re-slopping a re-implementation of this with ghost Chrome puppeteer.

mogili1 · a month 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.
mogili1 commented on Putting Gemini to Work in Chrome   blog.google/products-and-... · Posted by u/diwank
hackyhacky · a month ago
Serious question, not snark: Does anyone actually want this? I honestly can't imagine a use for these features even among people tech savvy enough to understand them.
mogili1 · a month 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 improve their model, which I won't consent to. Google workspace account seems exempt so I plan to try it out there.

mogili1 commented on Claude Code's new hidden feature: Swarms   twitter.com/NicerInPerson... · Posted by u/AffableSpatula
kaspermarstal · 2 months ago
Can you share technical details please? How is this implemented? Is it pure prompt-based, plugins, or do you have like script that repeatedly calls the agents? Where does the kanban live?
mogili1 · 2 months 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 monitor.

Here's the tool I built for myself for this: https://github.com/smogili1/circuit

u/mogili1

KarmaCake day30May 22, 2024View Original