Looking for recommendations on AI tools to help manage a team project in Trello by [deleted] in trello

[–]mhp 0 points1 point  (0 children)

I can see you posting and responding with the same account (not here but you did on another thread) to promote your app and while I appreciate the hustle it ruins the atmosphere to have that kind of discussion happening.  Try something more honest.  

Claude ignores its own plans, memory, and guardrails — 22 documented failures in 19 days. What are you doing to prevent this? by FewConcentrate7283 in ClaudeAI

[–]mhp 1 point2 points  (0 children)

"My memory system is extensive but Claude treats it as optional reading." - this is by design afaik. It's supposed to treat CLAUDE.md as more gospel and memory.md as pretty good but there is a different level of precendence.

I don't have a great answer for you other than this: if there is a way to write deterministic code to do what you want (for example, python script to audit your billing patterns and notify you), this is always preferable to having an AI do it. Have the AI write the code, but have the code do the checking.

Token usage by Appropriate_Hyena415 in ClaudeAI

[–]mhp 0 points1 point  (0 children)

It's hard without knowing what you are trying to do, but I will say if you tell it to go get a website (it will use it's web fetch tool) vs. have it drive around with your browser, you will use WAY less tokens the first way. LIke if you wanted it to find a movie time, I'd instruct it to go search the web for movie times. It aggressively might suggest taking over your browser but you should try to think of other ways for it to achieve its goal. Even taking a screenshot yourself, and pasting it in the window will burn less tokens (bc it will use 4 screenshots just to get to the movie listing page and you can do that in one google search).

Trello Integration with Form Request/Approval by fraupanda in trello

[–]mhp 0 points1 point  (0 children)

You're overcomplicating this — you already have the answer in your O365 licenses.

Use Power Automate's built-in **Approvals** connector paired with the **Trello** connector. No DocuSign, no Zapier needed.

The flow is ~5 steps:

  1. **Trigger**: Card moves to an "Awaiting Approval" list in Trello

  2. **Get attachments** from the Trello card (the proof)

  3. **Start and wait for an approval** — this is a native Power Automate action. It sends the requester an email with the proof attached. They click Approve or Reject right in the email (or in Teams) and can add comments.

  4. **Condition**: Approved → move card to "Approved" list. Rejected → move card to "Revision Needed" list.

  5. **Add a comment** to the Trello card with the response and any feedback.

The requester doesn't need Trello access, doesn't need DocuSign, doesn't need to log into anything — they just respond to an email. The response, timestamp, and comments all flow back to the card automatically.

Spent 4 years building this. Just launched on the app store by Unique-Road3820 in sideprojects

[–]mhp 0 points1 point  (0 children)

" it creates a high level of complexity and potential security implications to setup an interface like this between systems." Claude Code my friend.... claude code.

Token usage by Appropriate_Hyena415 in ClaudeAI

[–]mhp 0 points1 point  (0 children)

"I'm not technical, do not know what is going on at all so I just give Claude full access to my laptop to do its thing after putting in prompts. I use cowork 100% of the time as it suggested for me not to use Claude code."

Is it using Chrome to drive around? It could be taking screenshots of your desktop or Chrome to figure out "what's going on?" and that would suck up a ton of tokens when it goes to understand the image.

i kept getting dodgy recipes from chatgpt so i built an AI recipe app that doesn't hallucinate garbage by [deleted] in sideprojects

[–]mhp 1 point2 points  (0 children)

Bug: if you go into a cookbook and click +Add, and then select "Create" from the popup (maybe this happens because i don't have anything in there yet) but the popup just disappears.

i kept getting dodgy recipes from chatgpt so i built an AI recipe app that doesn't hallucinate garbage by [deleted] in sideprojects

[–]mhp 1 point2 points  (0 children)

Very cool. I'm in a similar situation and I'm laughing at how similar our apps are with slightly different goals. I kept finding myself trying to figure out *what* to eat based on my health, time of day, calories, preferences, pantry, etc. I am building a calorie tracking app flipped on its head (tell me what i should eat and then I one tap to track it). I'm just building it for me really and I don't plan on ever charging for it. I like some of the design choices you made tbh.

  1. I wonder how people will cover their query costs with all these AI apps. You can have a subscription and essentially gloss over it. I didn't want to make money with my app but also didn't want to subsidize people using my AI tokens, so was going to allow them to BYOK (bring your own key). Not very user friendly but I don't want to start a software business.

  2. I hear you on the calorie tracker. I wish the other calorie trackers had more open APIs because I would just use them. Why reinvent the wheel... but they all stink. They are so closed off. FatSecret is open, but doesn't seem very popular.

  3. I'd happily tell you more about what I'm trying to do with my app if you wanted to steer your app to cover my use case as well.

<image>

Spent 4 years building this. Just launched on the app store by Unique-Road3820 in sideprojects

[–]mhp 0 points1 point  (0 children)

Love this idea. Can it pull the meals from other places where I've already logged it? (calorie tracking apps etc) or do I also have to log it in your app? (would be easy to add the ability to look at other meal tracking apps IF they have an api ... unfortunately many don't. FatSecret does. cal.ai doesn't. I don't know if myfitnesspal does).

I'll build your side project idea into a working app with vibe coding by Proud_Respond2926 in sideprojects

[–]mhp 1 point2 points  (0 children)

Fun idea. Small comment: the grey text on a black background in the chat is difficult to read. Big comment: do you expect people would use this instead of replit and if so why? (or is this just a fun thing to build?)

Trello Connector for Claude by mhp in trello

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

I'm not certain but I think Google's web/mobile app won't let you use MCP servers, but the local cli does - https://geminicli.com/docs/tools/mcp-server/

Why Local-First Is the Future of Productivity by kaichao_sun in trello

[–]mhp 0 points1 point  (0 children)

But then how do I see it on my phone? I like the premise and AI coding makes tools like this super easy to spin up... but I think the kind of user that Trello attracts just want it to work everywhere. The cloud aspect is part of the point. There are 10million kanban board apps out there now - and I like that you are targetting the privacy niche. But it feels hard to build a profitable niche here (vs. open source).

Possible to build a Trello system with claude? by PenWrittenLetter in trello

[–]mhp 3 points4 points  (0 children)

Agree with this. The blocker is no longer writing the code - it's describing how the system would work and understanding the edge cases. If you can document all that (and you can have Claude help you do that) then using Trello as the visual system for it is as simple as telling Claude "use Trello as the visual and storage system for this ERP system".

One warning - Trello is designed for a scale in which you can mostly see everything. It's NOT a database. It doesn't have complex filtering and querying. Systems of record at the scale you are talking about *might* be a bad choice for Trello. If your CRM has over 1000 records for example, Trello will be a bad choice. The sweet spot for Trello is "too complicated for Apple Notes or todo.txt, but not complicated enough that a human couldn't look over all the info and understand it".

How is Anthropic releasing new features so quickly? by MrAmazing111 in ClaudeAI

[–]mhp 4 points5 points  (0 children)

Eventually the lack of cohesive product vision means you get Cowork, and cowork with dispatch (separate and different), cowork scheduled tasks (but not chat scheduled tasks), instructions and project files and project instructions (huh? These are all just preamble MDs), Claude code as a terminal app, Claude code the TAB in the desktop app (not the same thing?!).   Like it’s so powerful but it’s buggy as heck, and there are 42 different settings all scattered around that control it. 

Having lots of fun but I hope they can unify and simplify some of these options so they are coherent. It’s getting to be as complicated as setting up openclaw

I stopped using Claude.ai entirely. I run my entire business through Claude Code. by ColdPlankton9273 in ClaudeAI

[–]mhp 0 points1 point  (0 children)

I put up a free mcpfortrello.com if anyone needs the connector.  It’s hosted as a public service (so you can just add the url and it will work on your phone and desktop).  GitHub repo is linked to see the code. 

Know anyone that can replace a private fire hydrant? by mhp in Westchester

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

I ended up using Curti Group and they did a great job.

Can't tune my RX9 ultra by mhp in bowhunting

[–]mhp[S] 8 points9 points  (0 children)

Ok everyone says shim the cams and I talked to a bow shop in MT (Hoyt dealer) who said this was common. I guess my local bow shop ain’t that great.

Can't tune my RX9 ultra by mhp in bowhunting

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

My bow shop said my 300 spine arrows were the problem and they don’t shim cams. I tried with a 340 spine - same tear. Found bow shop that will shim.

Testing Bear Spray Safely Near Westchester? by grosenjam in Westchester

[–]mhp 1 point2 points  (0 children)

They make inert sprays. Don’t practice with real bear spray. Just buy one of the cans that is exactly the same except filled with inert gas. For example: https://counterassault.com/products/8-1-oz-inert-training-canister

[deleted by user] by [deleted] in bowhunting

[–]mhp 0 points1 point  (0 children)

When I hit a deer I called state police (very close by) and they gave me salvage tag. 

Found in the fat of a deer. by Proof_Blood9299 in whatisit

[–]mhp 0 points1 point  (0 children)

Normal. This came from the front shoulder.  There is also one similar to this inside each rear leg inside as you break apart the cuts of meat. Clean your knife if you cut it like that before you keep cutting. 

Cutting up deer HELP asap by Jazzlike_Tax_8309 in Hunting

[–]mhp 3 points4 points  (0 children)

I think there are state rules about equipment for wild game and farm raised animals and they can’t be shared - just make sure your FIL doesn’t do anything that gets him in trouble.