[flagged]
I'm Done Using AI
11–20 of 37 posts
Re: I'm Done Using AI
#12I think using skills like grill_me is supposed to make the experience a lot more user-involved and fun, rather than just being an accept_permissions driven process and the feeling like an observer.
https://github.com/mattpocock/skills/blob/main/skills/produc...
Re: I'm Done Using AI
#13Okay, thank you.
Re: I'm Done Using AI
#14[dead]
Re: I'm Done Using AI
#15I experience LLM a lot recently, but I am feeling, if you do not have design in mind, it will messy everything.
Re: I'm Done Using AI
#16I don’t think the problem is AI, the problem is the way we use AI and what we ask it to do. Flow comes from having a clear mental model, making decisions. If the LLMs model is making most of the decisions, I’m left trying to reconstruct someone else’s thinking after the fact.
Re: I'm Done Using AI
#17AI works for me magically..better than magic...
Re: I'm Done Using AI
#18I don’t think the problem is AI, the problem is the way we use AI and what we ask it to do. Flow comes from having a clear mental model, making decisions. If the LLMs model is making most of the decisions, I’m left trying to reconstruct someone else’s thinking after the fact.
I think that’s the key. Don’t hand over the thinking, use it as part of the loop. The more I use it, the better I get at knowing what to ask for, what to ignore, and when to take back control.
Re: I'm Done Using AI
#19Same here. I built a small tool to keep them straight: it just lists past sessions per project and one click reopens the right one.
Re: I'm Done Using AI
#20Same here. I built a small tool to keep them straight: it just lists past sessions per project and one click reopens the right one.
This is actually a great idea. I build a whole thing into my agent management platform that basically treats tickets (kinda like Jira, but not) as a store of shared context, then lets me launch prompts into the terminal with all the ticket history as context (all the file changes and prompt history, etc). I find that just having that context improves consistency quite a bit without pulling in a whole chat.