Godex: AI assistance in the terminal

276 views
Skip to first unread message

Cheikh Seck

unread,
Apr 29, 2026, 7:56:15 PM (13 days ago) Apr 29
to golang-nuts
Hi folks,

I recently wrote an article I feel has some insight in how LLMs work and the best way to apply it to your day-2-day work. "AI will not take your job, but somebody using it will"

Muhammad Naufal Al Fattah

unread,
Apr 30, 2026, 12:49:09 PM (12 days ago) Apr 30
to Cheikh Seck, golang-nuts
cool, i already gave a clap and follow

--
Nopaleon B.

Cheikh Seck

unread,
May 1, 2026, 6:28:21 AM (11 days ago) May 1
to golang-nuts
Thank you!

Phillip Hagger

unread,
May 2, 2026, 6:27:09 PM (10 days ago) May 2
to golang-nuts

I started building a harness in Go and then discovered that I was basically building Pi in Go. Still glad to see some Go tools in the space and will try to check it out.

Cheikh Seck

unread,
May 3, 2026, 1:44:42 PM (9 days ago) May 3
to golang-nuts
Thank you! I discovered Pi after the fact but I stuck to it because (without any project context) the harness' tools took about 1,100 tokens (on average)  and I see some value in that. I also like to think of this project a car with manual transmission where I have more freedom in how context, limits and guardrails are managed.

Cheikh Seck

unread,
May 3, 2026, 2:31:21 PM (9 days ago) May 3
to golang-nuts
Once I had a stable version, I went crazy with some of the Go primitives. Tool calls are done with Goroutines, concurrently (lol) and for scheduling tasks, Goroutines are spawned, with a separate context window, to handle repetitive task execution ( to avoid degradation through compaction) .I use singleflight for tasks that should run once but may be called by separate packages in any random order. I also used Channels to streamline communication between different components. I highly recommend building an agent with Go.
Reply all
Reply to author
Forward
0 new messages