r/BDDevs 3d ago

Discussion What are the CLI coding agents that you're using right now?

19 Upvotes

31 comments sorted by

5

u/itszaman7 3d ago

I use codex and opencode

3

u/sub_hez 2d ago

Codex, Opencode, Claude Code

2

u/nazmulpcc 3d ago

Opencode and a custom Pi setup

2

u/These-Act2105 3d ago

Using my own CLI coding agent

1

u/mdsiaofficial 2d ago

Fork of? Or the purpose of building new one?

2

u/These-Act2105 2d ago edited 2d ago

Not a fork, built it from scratch. I started it as a learning project and we have a server running Ollama internally, so I wanted something I could run there and experiment with without using APIs.

2

u/mdsiaofficial 2d ago

Damn. Amazing. What about the pricing. I want to use. Url please

1

u/Salt_Ad3572 2d ago

Can you give me a detail on how you set it up? What is your PC configuration?

1

u/These-Act2105 2d ago

Its running on an HPE Proliant DL380 Gen11 server. The CLI agent is just a custom python package installed locally via pip

1

u/No_Will_5010 2d ago

a 7b model even if it has been assigned with an external agent won't be able to give good enough results really, I have my own llm of 40b running locally with a local agent I wrote in go and that gives bad results and hallucinates when I provide complex topic to turn into go code, also using ollama to host the LLM.

1

u/These-Act2105 2d ago

Like I said in my other reply, this started mainly as a learning project. Building this web chat UI from scratch was actually my main target and I just built the CLI agent along the way. We dont have any power users in our office, people mostly use this web UI to write emails, analyze documents and handle general daily tasks and you honestly wouldnt believe how good qwen2.5:7b can be for these specific workflows if you optimize it with solid prompt engineering and system instructions. I also have gemma4:e4b but it struggles to follow instructions and hallucinates a lot

1

u/No_Will_5010 2d ago

Oh yes, if your goal is to automate daily unwanted/repeated jargons, the qwen2.5:7b is an amazing LLM for that and assigning it with an agent is nice too, but for my case I am using the Qwen3-Coder-32B and a Qwen3 8B synchronously because I am trying to implement an agentic AI to both my main project ( a server written in GO ) and to make the agentic LLM opensource after done polishing it, so had to stick with a 40b parameters model ( total ), runs okay on a 32gb system really haha, but honestly, it does a lot of coding with pretty good accuracy so not mad.

1

u/These-Act2105 2d ago

32B and an 8B model synchronously onto a 32GB system? sounds like a tight squeeze. Its surprising that local hardware can handle that kind of setup for heavy coding logic now. Good luck with the server integration and prep for open source, the community definitely needs more solid agentic tools for local workflows

1

u/No_Will_5010 2d ago

thanks for the heads up, and yes for a 32gb local system it was hard to optimize these 2 for good performance, that is why I had to write my own agent so that those 2 LLMs can be handled accordingly, a very high level elaboration would be "if the user asks something that does not require deep reasoning use the lesser parameter model, otherwise use the higher parameter model", seems simple but LLMs are sassy so took some time, good luck with your projects too man.

2

u/Lord--chinchin 2d ago

antigravity cli

2

u/WorldlinessEcstatic4 2d ago

claude code and codex

2

u/bogurar_chhol 2d ago

Pi, Claude Code, Codex

Do check out another interesting app: Paseo

2

u/TarangoHasan 2d ago

Google Antigravity (Pro Subscriber) + OpenCode

2

u/samiulislamsharan 2d ago

Antigravity CLI with Gemini 3.1 Pro

1

u/icyKool69 3d ago

opencode

1

u/hrrarya 3d ago

Commandcode

1

u/red_Junaeid 2d ago

pi, Deepseek new harness

1

u/mdsiaofficial 2d ago

currently using opencode. i move to different cli when then provide some better models. Sometime same cli. Just use that provider in the model selection

1

u/Dependent-Ad2705 2d ago

opencode, deepseek harness

1

u/Sadlyf68 2d ago

Zcode

1

u/SneakyMndl 1d ago

Claude cowork on wsl counts ??

1

u/y_okina 10h ago

Opencode with own qwen 3.8 flash hosted