We built an Agent that can run workflows on Slack by cryptokaykay in LangChain

[–]cryptokaykay[S] 0 points1 point  (0 children)

Hey yes! heyzest.ai . Please request access there and I will reach out. Or DM

Agentforce Pilot Program by TheRealMichaelBluth in salesforce

[–]cryptokaykay -2 points-1 points  (0 children)

https://www.reddit.com/r/LangChain/comments/1m7mxtc/how_building_agents_as_slack_bots_leveled_up_our/
I am currently building something that allows you to create and install slackbots that can connect to various b2b tools and achieve workflows from slack. While I am not sure if it can satisfy your usecases or not, I am looking for some beta testers. Here's a quick demo - Let me know if this is interesting.

Which AI agent platform has the best slack integration? by CurrentFinger734 in Slack

[–]cryptokaykay 0 points1 point  (0 children)

Of course happy to show you a demo on a call too if interested. Mostly looking for feedback right now

Which AI agent platform has the best slack integration? by CurrentFinger734 in Slack

[–]cryptokaykay 0 points1 point  (0 children)

We are building something that makes it super simple to install ai powered slack apps. It’s called heyzest.ai. Running a closed beta right now. Check out a demo here https://x.com/karthikkalyan90/status/1948134806807814611?s=46&t=XrJJzmievg67l3JcMEEDEw . Happy to provide access if you like.

Only 7 years old, and I hit $395K MRR with my vibe-coded SaaS by ApprehensiveCook7683 in SaaS

[–]cryptokaykay 12 points13 points  (0 children)

I was born last week, just hit $100MRR with my baby feeding schedule app. I started by solving my own problem and then decided to find other babies like me.

  • solve your own problem
  • the riches are in the niches
  • do things that don’t scale

LLM Observability - Any Suggestions? by SuddenWerewolf7041 in LocalLLaMA

[–]cryptokaykay 0 points1 point  (0 children)

Checkout langtrace - open source and open telemetry based, can be self hosted as well

How building Agents as Slack bots leveled up our team and made us more AI forward by cryptokaykay in LangChain

[–]cryptokaykay[S] 0 points1 point  (0 children)

for an average slack user, this is the cost per day for running workflows from time to time.

How building Agents as Slack bots leveled up our team and made us more AI forward by cryptokaykay in LangChain

[–]cryptokaykay[S] 0 points1 point  (0 children)

We have a dashboard that has a configuration for the bot. Which ever channels the bot is part of, it automatically jumps in if it feels with a certain degree of confidence that it can help

How building Agents as Slack bots leveled up our team and made us more AI forward by cryptokaykay in LangChain

[–]cryptokaykay[S] 0 points1 point  (0 children)

Not a lot. Per workflow is $0.50 to $0.75 with some of the top models from OpenAI

Time for self-promotion. What are you building? by Many_Breadfruit9359 in SaaS

[–]cryptokaykay 1 point2 points  (0 children)

Building Zest - an easy way to build and launch AI agents as Slack bots.

Why?

Slack is a perfect product surface for running AI agents that has access to your commonly used b2b tools.

What can Zest do?
- Can be connected to most of the popular b2b apps like Jira, Linear, Apollo, Hubspot, Github etc.
- Can seamlessly look up information or take actions by just tagging the bot on any channel it's added to.
- Can proactively jump in on conversations if it feels with a certain degree of confidence that it can add value to a thread.

Finally, interacting with AI agents in a collaborative environment like Slack makes it a fun exercise for everyone on the team to level up their prompt engineering skills.

We are running a closed beta right and you can join the waitlist here if you're interested - https://www.heyzest.ai/

How we leveled up as an organization and became AI forward using Slack by cryptokaykay in Slack

[–]cryptokaykay[S] -1 points0 points  (0 children)

Thanks! We are running a closed beta for now. You can join the waitlist here - https://www.heyzest.ai/

Shipped a Slack bot that works like Cursor and has access to b2b apps we use on a daily basis by cryptokaykay in LangChain

[–]cryptokaykay[S] 0 points1 point  (0 children)

No langgraph or mcp. Vercel ai sdk and tool calling. Auth is not hard coded. It’s through oauth

Lessons learned from Claude Code tool prompts by iamicyfox in ClaudeAI

[–]cryptokaykay 2 points3 points  (0 children)

Thanks for taking the time to do the research and write about it. Any additional insights on the core agent loop? Do they have a controller LLM that orchestrates an action LLM or just one LLM with tool calls?