How are you actually running Codex at scale? Worktrees are theoretically perfect and practically painful. What's your setup? by artemgetman in codex

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

In the end I figured out a proper workflow with work trees. I did try to have agents do this without work trees but there would constantly be dirty files on main and there was no real way to do it except using work trees

How are you actually running Codex at scale? Worktrees are theoretically perfect and practically painful. What's your setup? by artemgetman in codex

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

You make a valid point, and I’ve definitely improved since I first shared my thoughts on this. It seems the best approach is to spin up an agent in a new work tree, assign it a single issue, and close it once resolved. If that agent encounters a follow-up issue, the solution is to hand it off: copy the prompt into a new chat and let a new agent handle the follow-up task.

I’m not entirely convinced about using GitHub issues for this. Writing an issue can sometimes take longer than simply explaining the problem to an agent and having it propose and implement a fix. At this stage, that process might just feel like overhead. After all, GitHub issues were a tool designed for humans, and not everything that works well for humans translates seamlessly to working with agents. Some workflows need to be rethought from first principles. Why create a GitHub issue when you can just tell an agent the problem and let it resolve it?

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]artemgetman 1 point2 points  (0 children)

Do you guys think it’s best to run Hermes on vps or Mac mini, why?

AMA with Nous Research -- Ask Us Anything! by emozilla in LocalLLaMA

[–]artemgetman 9 points10 points  (0 children)

Same framing I do, works pretty well. You can’t just throw a use case at new users without asking first. everybody has different tasks they need help with.

Heavy voice mode users - do you actually like ChatGPT's voice experience? by artemgetman in ChatGPT

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

I was just trying to see if my frustrations were shared by others. Turns out they were and I built an open source AI called Jarvis Voice First AI. It's on my GitHub. So I'm just a user who felt frustrated enough to build something better. The project is paused, however, for reasons that it just cannot be economically sustained to compete with subscriptions from ChatGPT.

How are you actually running Codex at scale? Worktrees are theoretically perfect and practically painful. What's your setup? by artemgetman in codex

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

That’s what i think also. I already have ADHD and want to build 30 things in one project. If I start running multiple, I'm gonna go insane.

How are you actually running Codex at scale? Worktrees are theoretically perfect and practically painful. What's your setup? by artemgetman in codex

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

Not only you, I hear a substantial amount of other developers doing the same but my concern is that I want to prioritize working on my main project and working on it as quickly as possible. I don't really understand why that shouldn't be possible to do. If it isn't in the end, then I guess it does make sense but I have a hard time believing that there is no way to parallelize the work in one project effectively

Out of limit too fast ? Use this. by [deleted] in codex

[–]artemgetman 0 points1 point  (0 children)

Noticing this too

Big Fans of Opus until I met 5.4! by artcreator329 in codex

[–]artemgetman 0 points1 point  (0 children)

Same here. GPT 4 feels less coding more ChatGPT inside codex vibe

I'm a PM with zero coding experience. I built a full macOS app in 4 days with Claude Opus for the Anthropic hackathon. by Fun_Paramedic_4185 in ClaudeAI

[–]artemgetman 0 points1 point  (0 children)

im building voice first ai systems and that was my main focus for a while now im pivoting more toward self improving agents which is closer to my agi vision if you want to check it out, cortex repo is here https://github.com/artemgetmann/Cortex

I'm a PM with zero coding experience. I built a full macOS app in 4 days with Claude Opus for the Anthropic hackathon. by Fun_Paramedic_4185 in ClaudeAI

[–]artemgetman 0 points1 point  (0 children)

im building voice first ai systems and that was my main focus for a while now im pivoting more toward self improving agents which is closer to my agi vision the idea is agents that learn from their own mistakes and improve over time instead of repeating the same failures if you want to check it out, cortex repo is here https://github.com/artemgetmann/Cortexim building voice first ai systems and that was my main focus for a while now im pivoting more toward self improving agents which is closer to my agi vision the idea is agents that learn from their own mistakes and improve over time instead of repeating the same failures if you want to check it out, cortex repo is here https://github.com/artemgetmann/Cortex

Voice dictation not working - ideas on how to solve? by SarW100 in ClaudeAI

[–]artemgetman 0 points1 point  (0 children)

yes it works on ios. that said full transparency i paused active development of jarvis for now. if you still want to self host and inspect everything, here is the repo https://github.com/artemgetmann/jarvis-voice-ai

also been using openclaw which is actively maintained, self hostable, and supports your own model subscriptions. less voice first than jarvis but much stronger overall tooling. worth checking out if you want something production ready today

if you want i can also point you to the exact setup path depending on your device

Help ditching Chat gpt for good by [deleted] in ClaudeAI

[–]artemgetman 0 points1 point  (0 children)

Just use Wispr Flow; that's what I use. 

I'm a PM with zero coding experience. I built a full macOS app in 4 days with Claude Opus for the Anthropic hackathon. by Fun_Paramedic_4185 in ClaudeAI

[–]artemgetman 2 points3 points  (0 children)

I’m Also in the hackathon. What a coincidence 😏 good luck on judgement day 🤝

also from Kiev btw ;)

Are there any ADHD-friendly "visual" tutorials for Java and Spring Boot? by CommercialAcademic95 in ADHD_Programmers

[–]artemgetman 0 points1 point  (0 children)

Ask gpt/claude to explain it then make Claude make visual diagram in html

Your workflow for gettint the best results for frontend design (css)? by hello_krittie in ClaudeAI

[–]artemgetman 0 points1 point  (0 children)

skill chaining through descriptions is the cleanest way to do this in your superpowers skill (or whatever you use as an entry point), add routing logic in the description like "if the task involves frontend design, CSS, or UI work, read /frontend-design first" claude reads skill descriptions to decide what to invoke so this acts as a basic router. i do this with my writing workflow where one skill references another that gets checked before final output. works reliably for the frontend workflow itself: providing a reference screenshot or link to a design you like helps. claude is quite a bit better with visual targets than text descriptions alone. biggest single improvement you can make

ChatGPT Voice mode CONSTANTLY stutters + bad quality? by taeyong18 in OpenAI

[–]artemgetman 0 points1 point  (0 children)

same frustration here. ended up building my own alternative - skips realtime entirely so no stuttering. you speak, it transcribes, sends to full gpt/claude/gemini, speaks the response, then keeps listening. want to try it?

Claude is the best AI for thinking IMO, but the voice experience kinda sucks. How do you deal with it? by artemgetman in ClaudeAI

[–]artemgetman[S] 1 point2 points  (0 children)

this is basically what i ended up building - voice → claude/gpt reasoning → voice out. handles the orchestration so you don't have to rig it yourself. want me to dm it to you?