Informatique 's avatar
Informatique
npub1s8rw...vcc4
Developer, educator, and privacy enthusiast.
Informatique 's avatar
Informatique 1 month ago
The workflow I like with AI agents is that I give them the task and go about working on it. The only time I am actively chatting with one is when I am coding and bouncing ideas/implementations with Claude. The problem with just letting a coding agent run loose is that you may end up with some bullshit. So to combat that, CodeBuddy implements a project wiki that stores all of the ideas, schemas, etc for a project. This is based on the LLM Wiki repo and serves as a knowledge base for the agent when they are working in that particular repo. After implementing this, I became more confident in the abilities of the coding agent to make reasonable decisions because there is some context as to what the preference is.
Informatique 's avatar
Informatique 1 month ago
What has been everyone’s experience been with AI agents for non-coding work? I have built several of them for friends to automate pieces of their jobs (with and without company approval) and it looks to me that no one really wants to chat with these things while they work. They treat it like a background process that tells them when the task is done. Sometimes they will talk to it to get the results via chat but that’s the limit. What has been your experience with AI agents in the workplace?
Informatique 's avatar
Informatique 1 month ago
For the life of me I couldn’t figure out how to get streaming http responses to work with yamux. It doesn’t matter anyways though. I can still tunnel regular http responses via yamux so the CodeBuddy project is still continuing.
Informatique 's avatar
Informatique 1 month ago
I make use of AI in my projects, fyi. If that bugs you then, you can stop reading now. For everyone else though: one of the things that I do is I give the model a list of tasks, a recipe, for when I’m gone. Then I will periodically check in on status of that recipe — what’s been done, what’s left, etc. Code Buddy also outputs the plan it decided on so I can review the code and the associated plan when I get back home. With this workflow, I get to be productive at work and with my personal life without having to feel like I’m sacrificing one for the other.
Informatique 's avatar
Informatique 1 month ago
I’m working on simething called Code Buddy. A set of software that allows you to develop on your local machine anywhere in the world via Nostr. Anyone interested?
Informatique 's avatar
Informatique 1 month ago
What’s crazy is that if you throw enough connected layers at any problem, it will come up with an approximate function representing the problem.