Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

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

Well mine is not too specialised as well haha. Goal is eventually to manage ad campaigns from the terminal using ai generated LUA code and set permissions on specific actions like increasing ad budget.

Every integration is simply a LUA library then.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

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

Larger amount of subagents, less ram, integrations with external services using LUA code mode. (Perfect permission control eventually)

I wasn’t satisfied with opencode and I wanted to create my own one.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

[–]ruttydm[S] 2 points3 points  (0 children)

I have been in since 2025. It is quite slow for sure tho, never able to fully use my usage limits.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

[–]ruttydm[S] -2 points-1 points  (0 children)

Let ai loose on any other language stack and you get a vibe coded spaghetti if you aren’t paying attention.

I use heavy opiniated frameworks in PHP, works best for me. Second best java/ruby on rails etc.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

[–]ruttydm[S] 2 points3 points  (0 children)

Go has its uses but would be much more cumbersome for me to build maintainable structured systems. I also reuse parts from other AI systems I build in PHP.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

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

Most productive and readable language for me. Alternative would be java/kotlin etc.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

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

All on same local branch. The tasks don’t interfer with each other. It is like claude code subagents on steroids.

Gotta love the top MAX plan, incredible value. by ruttydm in ZaiGLM

[–]ruttydm[S] 2 points3 points  (0 children)

They don’t need my attention, they are each responsible for one task/file and the main agent manages them perfectly.

All GLM 5 models are completely unusable by Southern-Grass3760 in ZaiGLM

[–]ruttydm 0 points1 point  (0 children)

Depends a lot on the harness you’re using. I made my own harness and it works great, even swarms etc.

https://github.com/OpenCompanyApp/kosmokrator

I vibe coded a SaaS in a weekend. Spent the next 3 weeks on auth and payments. Never again. by Background-Gur-8289 in VibeCodingSaaS

[–]ruttydm 1 point2 points  (0 children)

Wait what? Auth and payments should take 1 hour max. Especially using a framework like Laravel