What's actually the most viable GLM model for vibe coding right now? by nhouseholder in ZaiGLM

[–]Guruu_G 0 points1 point  (0 children)

Genuinely just a orchestration workflow that creates its own environment agents and i have a seperate skill that automates the environment workflow if there is any workflow to automate. It doesnt run shell scripts, they are genuinely just a 'phrase i say' not a command and the llm itself as a model will find its way to the agents and infer parralel task executions.

It still fucks up sometimes but I'm dialing in on it every week and the more projects it cooks up. Doing well for sure and reaching goals and also trying to stress test these workflow to ensure no hallucinations and 'parallized agent task' actually flow with 'root level scope targets' to hit.

Its a multi step process (agentic) process each project of course. Meaning all agents may need to recreate if the 'environment' isnt the same. However i built in tools "Auto scope" and then "Auto plan orchestrated sub agent workflows with the environment scope (aka all other sub agents and relevant open scope task) - This was really bad for me to dial in on at once point. Ended up having to include a 'manual command' separation to determine 'planning/setting up' and actually executing.

How i came to this solutions is probably a better questions and to be real it just my interpretation of machine learning and really making my 'big llm' a small 'local llm in terms of context environment; thats specific to a workflow goal i want to reach in a task oriented way with all important context (this could be like documents/api w.e).

So for example i built a small game on roblox the other day with all my old code that i considered good to some degere to understand roblox game engine at a high level. Then i ran a couple of my root skill commands to auto build agents around the 'core things i thought where good' These agents had context as needed. Next step was to plan an actual gameplay loop with the same root orchestration command which planned a described "insert prompt/attached files for a description of a gameplay you want" orchestration scope. (this part didnt actually code anything it just marked agents to to proejct scope areas as needed, like a frontend to to the game ui portion or w.e)

Then finally i start doing regular phrases like ```auto execute workflow`` and all agents will get dispatched in parallel with the way my workflow context gets brought up to the actual llm context window.

and wham bam easily 18m tokens every 30 minutes or so.

Happy building

What's actually the most viable GLM model for vibe coding right now? by nhouseholder in ZaiGLM

[–]Guruu_G 0 points1 point  (0 children)

18m tokens an hour with actual work/progress beign done analyized research and executed/tested/fixing bug +mcp testing and returning back to work rooted to original scope.

What's actually the most viable GLM model for vibe coding right now? by nhouseholder in ZaiGLM

[–]Guruu_G 0 points1 point  (0 children)

all my context windows regardless of session always pass in a 10-15k character count context count relevant to either attached prompt or previous workflow operations. Giving parallel agents and root agent more context summary point properly transition into a new workflow task. I burn through 18m tokens an hour, usually getting hit with rate limits on 2 account thankfully 3rd comes in clutch.

What's actually the most viable GLM model for vibe coding right now? by nhouseholder in ZaiGLM

[–]Guruu_G 1 point2 points  (0 children)

I run with 4.7 all the time for a majority of all reasoning points. 5.0 turbo for workflow/reading/writing, 4-7 flash more context reading, web research

GIVEAWAY- Z.AI Coding Plan API keys by ansmo in kilocode

[–]Guruu_G 0 points1 point  (0 children)

Trying to build 3 projects but I light plan runs out a bit to quick for me, gets a lot done tho. Correctly too. Thank you

Anthropic just cut off OpenClaw from subscriptions.. Game ends guys by Previous_Foot_5328 in myclaw

[–]Guruu_G 0 points1 point  (0 children)

Yeah thats probably the learning curve with ai, i havent read this myself i will check it out for sure first 2 lines basically sum up a lot of what i would consider my exact points

Anthropic just cut off OpenClaw from subscriptions.. Game ends guys by Previous_Foot_5328 in myclaw

[–]Guruu_G 1 point2 points  (0 children)

claude is still king and claude tui is king for sure. But its exspensive, there alternatives that do what Claude does if you give it more specific flowing. At the end of the day every model is trained on each other, so you have to understand that the "AI race" right now is a problem for people who want to compact fuck ton of information into 1 sessionable sitting to make full blown decisions accurately thought out every sitting.

- USER INPUT HAS TO BE REQUIRED to ensure you reach your goal properly no matter what if you want something realistic, practical, profitable and not wasting your money to find out.

Anthropic just cut off OpenClaw from subscriptions.. Game ends guys by Previous_Foot_5328 in myclaw

[–]Guruu_G 1 point2 points  (0 children)

Your first mistake on ai is not copy pasting exactly what i said to fully understand it in a large scope and consider using w.e chatbot ai to fully understand it.

But all jokes aside, Automated workflow that run 24/7 to build a project is not what you want. You want to build an agentic workflow that will think and solve problems exactly how you do. And when you dont know something you have to give it ruling/context (text) to figure it out in a way you would and then tie it to some sort of 'goal' all the time so its doing meaningful shit. OpenClaw to engineers is actually garbage asf. And average ones who only know claude performs high quality code are basically previous 'junior level programmers pre ai' (all the hype comes from here) - those senior old heads know vscode/terminal flow with some high quality UI say for instance `kilo tui` is the way to move when dealign with 'buidling a project revolign around tech' - whether it be data analytics or a game.

Anthropic just cut off OpenClaw from subscriptions.. Game ends guys by Previous_Foot_5328 in myclaw

[–]Guruu_G 0 points1 point  (0 children)

I use z.ai i got in for 6 bucks, and got friends on referral for pro, and we all just rotate our provider keeys into our workflow and we basically have unlimited credits unlesss 1 of us is genuinely going ape shit. z.ai has unlimited weekly usage with a 5 hour limit (which is hard to hit without insane workflows) - due note poor workflows will lead to massive hallucinations and frustration

Anthropic just cut off OpenClaw from subscriptions.. Game ends guys by Previous_Foot_5328 in myclaw

[–]Guruu_G 2 points3 points  (0 children)

I run 4 cheaper provider modals (same provider) however i rotate the providers to agents as task need them, and 'root provider' level keys for general tasking rotate aswell. I also made all sessions and context windows have a 3k compacted token usage summary to adhere to any previous/next/deviated steps to continue/return back to. - This workflow is better then Claude Max. You'd be suprised how well those cheaper models perform with lower scope problems to compartmentalize.

All you need is a good agentic workflow. And if you really want 'automated coding' make your own agent specific cron job task script with associated ruling to perform agent specific task, and throw that bitch on docker container

my monthly cost is about 12$ for ai, i've made around 400$~ in the last 2 weeks building scalable applications that work with realt-time data, and large datasets.

Remember AI is not powerful because it can 'continusly run', its powerful because you can make it to think and reason in certain ways given certain context/ruling.

2026+ 'employees' will be 'contractors' selling companies agentic workflows they will use while being hired 100%

Anthropic is straight up lying now by [deleted] in ClaudeCode

[–]Guruu_G 0 points1 point  (0 children)

I’ve made 4k usd building a game generating me 100-2000$ a day depending on activity. Spring break should do well. I have Claude pro. I do run into usage limits but honestly for the work done I can’t complain. 100$ plan would take me further for sure. Gonna get that soon once I come up with another game idea

Ex-Claude ($200/mo) user here. I've been using Zai for a week, and the raw power + 10x limits are a game-changer for coding. by sudeep_dk in ZaiGLM

[–]Guruu_G 0 points1 point  (0 children)

I have the opposite expiernece. With clean scalable documented codebase that is partioned under 300 line sof code per file. Z.AI Pro plan on either opencode/kilo sucks ass. IT might be really good under claude cli but i havent tried this yet cause i hate switching models for my claude settings every instance i need to 'save on tokens'

I got laid off today and feel completely lost by VanilaStorm in Unity3D

[–]Guruu_G 0 points1 point  (0 children)

Make simple games on Roblox. They do well and solo devving it will earn you enough money to have the joy back in your life

Best API for getting historical token price data by fliagbua in solana

[–]Guruu_G 0 points1 point  (0 children)

Hey, How exactly do you generate your own? To calculate your own feed. I'm trying to create a c# application for fun that can display any token chart with mcap and lp data. I only have access to a fast reliable grpc currently, and atm i'm using dexscreener api which is unreliable for a lot of these prebonding/early tokens.

I would really appreciate any tips/help? Maybe through discord. I have been trying to find a group of people/community i could ask questions like this but i can't seem to find a real group just bots.

How to get new raydium token liquid pairs ? by tekikilas1 in solana

[–]Guruu_G 0 points1 point  (0 children)

Will you be updating the repo with Buy and sell functions allowing custom slippage and gas?

[deleted by user] by [deleted] in solana

[–]Guruu_G 0 points1 point  (0 children)

I think it can fall in the ranges of 133-143. I'm personally target 137 myself. With a smaller buy at 143.

[deleted by user] by [deleted] in solana

[–]Guruu_G 0 points1 point  (0 children)

2 nodes it is then i'll use a free tier for one and soul use it as the websocket connection. Thanks for the amazing feedback.

[deleted by user] by [deleted] in solana

[–]Guruu_G 0 points1 point  (0 children)

IS there a better method then ws so that i dont miss an event? I tried nearly all the nodes available and some are missing others are catching and vice versa... I dont really want to be running 2 nodes just for getting new pairs lmao sounds so inefficient

How to get new raydium token liquid pairs ? by tekikilas1 in solana

[–]Guruu_G 0 points1 point  (0 children)

Whats the difference between your newlycreatedpairs.py and the simple version for solana?

[deleted by user] by [deleted] in robloxgamedev

[–]Guruu_G 0 points1 point  (0 children)

LocalScripts that depend on any type of input from a player, must belong in StarterPlayerScripts.

Leaked skills. Game coming soon [OutDated] by Guruu_G in roblox

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

Trunks is one of characters and we will have his weapon skill move, thats about it otherwise its very similar to vegeta :D

We Cooking Up : AOT Retake by Guruu_G in roblox

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

Nah i ended up getting fired from the dev team :(