User Tools

Site Tools


ai

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ai [2025/11/26 23:53] – [CLIs] dblumeai [2025/12/01 07:50] (current) – [CLIs] dblume
Line 19: Line 19:
 ====== CLIs ====== ====== CLIs ======
  
-Here's a [[https://medium.com/@jh.baek.sd/i-tried-5-ai-coding-clis-for-30-day-from-09-01-2025-to-09-28-2025-ff3e45fd2cda|Review of 5 AI coding CLIs]].+Best setupssh + tmux (Prefix-b (to toggle a floating pane) or Prefix-c; p/n to nav windows) + vim
  
-Best setup: ssh tmux (Prefix-(floating pane toggleor Prefix-C; B/N persistent Window) + vim+  +----------------------+           +----------------------+ 
 +  | vim    | vim                   | LLM CLI              | 
 +  | (left| (right    |                                | 
 +  |        |                                            | 
 +  |        |               tmux    |                      | 
 +  |        |              <----->  |                      | 
 +  |----------------------|                                | 
 +  | ls -1 | entr ...                                    | 
 +  |                      |                                | 
 +  +----------------------+           +----------------------+ 
 + 
 + 
 +Here's a [[https://medium.com/@jh.baek.sd/i-tried-5-ai-coding-clis-for-30-day-from-09-01-2025-to-09-28-2025-ff3e45fd2cda|Review of 5 AI coding CLIs]].
  
 [[https://www.reddit.com/r/ChatGPTCoding/comments/1p35bdl/comment/nq2oi13/|Recommended CLI flow]]: [[https://www.reddit.com/r/ChatGPTCoding/comments/1p35bdl/comment/nq2oi13/|Recommended CLI flow]]:
Line 27: Line 39:
   - Make it write a design doc you give feedback on first.   - Make it write a design doc you give feedback on first.
   - Let it run in yolo mode, but review the MR/PR just like you would with a junior dev.   - Let it run in yolo mode, but review the MR/PR just like you would with a junior dev.
 +    - Both [[https://github.blog/changelog/2025-10-28-github-copilot-cli-use-custom-agents-and-delegate-to-copilot-coding-agent/|GitHub Copilot CLI]] and [[https://code.claude.com/docs/en/sub-agents|Claude Code]] support subagents, (make a code reviewer subagent). ([[https://www.reddit.com/r/GithubCopilot/comments/1oeivro/if_youre_facing_degradation_in_copilots_overall/|Reddit Tip]])
   - Don't let it touch git commands aside from log and diff.   - Don't let it touch git commands aside from log and diff.
 +  - [[https://medium.com/coding-nexus/99-of-developers-dont-know-how-to-use-coding-agents-well-9256e3c02e16|Manage your context window]], ''clear'' or ''compact'' when necessary.
  
 Tools: Tools:
ai.1764229994.txt.gz · Last modified: 2025/11/26 23:53 by dblume