▣ Introducing Endless: infinite inference (kinda). An experimental harness... to milk every ounce out of your Codex subscription. Since Codex can let an in-progress turn keep going even after your usage hits 100%, why not put that to the test? Endless starts one Codex turn and gives the agent a wait_for_user_input tool. Once it finishes a task, it calls that tool and waits. Your next message becomes the tool result, keeping the entire session inside the same turn. It runs through Codex’s own app server using your existing ChatGPT login. Native tools, automatic compaction, context tracking, and quota tracking still work as usual. ⚠️ NOTE: I CAN’T CONFIRM THAT YOU WON’T GET BANNED OR PUNISHED FOR USING THIS TOOL. USE IT AT YOUR OWN RISK.show more

maria
254,287 views • 25 days ago
CODEX SKILL THAT STOPS WASTING YOUR CODEX USAGE! I... made a Codex skill that gives every task a clear budget before it starts. Choose Saver, Balanced, Full Power, or define your own limits. It reduces: → unnecessary repository scans → repeated commands and huge logs → speculative refactors → redundant web research → unnecessary subagents → endless retry loops It still runs the essential checks needed for a trustworthy result. If the budget isn’t enough, it creates a Markdown checkpoint you can open in Codex and resume later. It doesn’t increase your account limits. It helps you use them better. Install: npx --yes codex-budget-mode@latest 100% open source. Repo in bio.show more

Kappaemme
12,157 views • 10 days ago
As bad things happen to you, your Rage builds.... Once full, it gives you access to powerful revenge abilities that can help turn the tide of a race. It's another tool in your toolbox, not a replacement for skill.show more

Playtonic Games & Friends - WISHLIST SUPER YL KART
27,834 views • 3 months ago
if you use Codex and you're stuck on GPT... models only, this fixes that. it's called codex-router, open source. drops other models straight into your normal Codex picker, right next to the GPT ones you already have. what it adds: - Grok, Kimi, Deepseek, Claude, all in the same picker - oauth login per provider, no api key needed - your GPT models and Chatgpt login stay untouched setup: point Codex at the repo, let it read the readme, it installs itself one snag: if you've got the Chatgpt app and a separate Codex on your path, you can end up running two different Codex versions, and the older one can choke on newer config it doesn't recognize. if the install looks off after, that's probably why, reinstall clean.show more

Alvaro Cintas
26,781 views • 25 days ago
we just released a new blog "Training a coding... agent using the OpenCode harness in remote HF sandboxes with TRL and OpenEnv" you can take a real coding agent (OpenCode), let it run its own tool loop against real coding problems, and train it with RL on the exact tokens it produced and every rollout runs in its own remote HF sandbox, so rollouts scale out beyond one machine the loop: - OpenCode owns its tool loop inside an OpenEnv sandbox - an in-sandbox proxy records the real token ids + logprobs, per turn - a hidden-test verifier scores the result, and that is the reward - TRL trains with AsyncGRPO, weights sync back to vLLM over NCCL blog + runnable example:show more

Sergio Paniego
37,936 views • 1 month ago
NanoBanana 2 just made your static ad agency obsolete.... And I just open sourced the entire tool. Drop your product page URL. It pulls your logos, product images, fonts, colors, and brand voice automatically. Builds a full brand guide for you. Then generates ad creatives at scale using nearly 4,000 high-performing ad templates across 8 niches. It dynamically matches the best templates to your brand and brief. Here's what makes it different: → Instant resizing Get any ad in 1x1, 4x5, 9x16 with one click. No regeneration. No broken text. → Highlight-to-edit See an issue? Highlight the area and tell it what to fix. → Multiple brand profiles Run different brands or segments from one tool. → Auto persona building from real customer reviews → Multiple QC loops on briefs and final assets Catches AI-isms before you do. → Upload your own templates or use ours Runs locally. Just needs your Claude and Google API keys. This is the lite version of what we use internally. You get the full finished tool AND the open source code to make it your own. Creatives still design the system, this handles iteration and scale. Want a copy to download? 1. Like this post 2. Comment "AI" Will DM you the tool along with a tutorial shortly after.show more

Peter Quadrel
292,708 views • 6 months ago
for everyone in the doodles community who’s ever wanted... a toy of their OG: the wait is over. i built a tool for that gives you a copy and past prompt to make your own toy. try it out at ⬇️show more

doodlifts
15,336 views • 24 days ago
Your coding agent can run commands, use tools, and... touch your entire codebase And most of you have ZERO controls on it Harden AIF fixes that Local security model reviews every tool call in context and stops the unnecessary or risky ones before they execute Runs fully local Repo context stays private Dashboard + activity logs + searchable sessions so you can see exactly what your agent did Free forever for individual devs curl -fsSL | sh This is the wayshow more

Hasan Toor
13,244 views • 14 days ago
Alright, now that we know *what* an agent is,... how does it actually work? When you ask for help on a task, the agent plans a series of steps and executes them directly in the application on your behalf, using the tools it has access to. Say you are booking a local service or trying to organize your inbox (which typically takes multiple steps): the AI model first plans how to achieve the task using its existing knowledge and then interacts with your inbox to execute the task. The agent will continue until it is confident the task has been successfully completed.show more

Google AI
22,487 views • 9 months ago
New open-source agent harness just landed! I got early... access to TrueForge by TrueFoundry and have been running it locally for the past few days. The harness layer deserves as much attention as the model, and open source matters here because you can inspect the loop, run it on your own infrastructure, and swap to the latest or cheaper models. TrueForge handles the runtime work that makes an agent reliable. It drives the tool-calling loop, manages context, coordinates subagents, and executes code in a sandbox, with any model you choose. Every tool call re-sends the growing context to the model, so in practice the harness controls most of what an agent costs to run. A few things stood out from my testing and their published benchmarks. Vendor-Neutral by design. It runs OpenAI, Anthropic, and Google models alongside open-weight models like Kimi, GLM, and DeepSeek. Model routing is a setting, and you can send each task to the model that fits it. On a 14-task enterprise agent benchmark, it matched the accuracy of Claude Managed Agents running the same Opus 4.8 model at roughly 30% lower cost per run (3.8M tokens vs 10M for the same answers). Routing the same tasks to GLM-5.2 held accuracy and brought cost down by about 75%, around $3 per run instead of $12. Fully self-hosted and Open Source (MIT License). I had it running locally with one command, with sandboxed code execution working out of the box. It's time to own your agent harness. Thanks to TrueFoundry for partnering on this post.show more

elvis
11,303 views • 26 days ago
This is one of the games made with GPT-6... Astra that I found on Combos Fun. I’ve put the playable link below. For anyone building games in Codex, there’s another useful part here: getting your game online and finding people to play it. Combos CLI lets you publish from Codex to Combos, share a link with friends, and put your game in a community where others can discover and play it. You can use image and audio models through the same account too.show more

Elsa Ai
16,060 views • 3 days ago
if you use claude code, this will save you... real money. the problem: every time you make an edit, your ai rereads the whole codebase to figure out what changed. tens of thousands of tokens, every turn, for context it already had. this repo fixes it. it’s called code review graph, and it just maps your entire codebase: every file, every function, every connection laid out so you can see the actual shape of your project how to set up (2 min): 1. pip install code-review-graph 2. code-review-graph install - auto-configures Claude Code, Cursor, Codex, Gemini CLI + more 3. code-review-graph build change one function, and it traces exactly what that touches... every caller, every dependent file, every test. your ai only reads what's affected, not the whole repo. and the savings are wild. a task that used to burn ~100,000 tokens (about a dollar) now runs closer to a penny.show more

Alvaro Cintas
75,596 views • 1 month ago
this is the worst local ai will ever be.... it only gets better from here. if you are not expanding your mind with these small models you are missing what's happening right now 99 percent tool call success rate. when steered well with the right skills and a framework like hermes agent the node becomes a cognition layer. not a chatbot. not a toy. an extension of how you think. i was cranking this node at 35 to 50 tok/s all day on personal experiments and now after all the work is done qwen 3.5 9B is iterating on its own code. the game it created. fixing its own bugs autonomously. and the part you should probably not miss is that all of this is happening on a RTX 3060. not an H100. not an A100. the card most of you have sitting in a drawer right now. if you just open that drawer and put that intelligence to work every tensor core on that card should be running for you. your work. your experiments. your thinking. you all have it but because nobody told you what this hardware can actually do in 2026 you never tried. the day it unlocks is the day you test your workload, understand the tradeoffs, debug the loops, and then decide if you need to scale the hardware. there is no point buying 3 mac studios when things done well you can squeeze a similar level of intelligence from 9B compared to 70B. but only when you create the right environment for your model through the right harness. and let me tell you i have tried claude code as a local harness. i have tried opencode. i have tried various others. somehow i landed on hermes agent and never left. there is something magical going on at Nous Research. the tool call parsers, the skills system, the way it handles small models natively. nothing else comes close for local inference. own your cognition. your AI. your agent. your prompts. your experiments. why give them away for free. those are who you are and they don't belong on someone else's servers being monitored. just give it a shot with your existing hardware. you run into a problem the community will help you. and if you are migrating from openclaw to hermes i will personally help you make the switch.show more

Sudo su
58,717 views • 6 months ago
🚨 do you understand what OpenAI just announced.. ChatGPT... Pro is now $100/month. 10x more Codex usage. and Codex isn't autocomplete - it writes, debugs, builds entire apps. autonomously. if you've used Claude Opus for coding you know the feeling. Codex hits the same way. except Claude Opus limits burn through in hours. you blink and you're out. Codex just got a $100 tier built to run 24/7. no cooldowns. no "you've reached your limit" at 2am mid-build. they're not selling you a chatbot. they're selling you a software engineer that never sleeps and never asks for equity. and they're doing it quietly while everyone argues about tariffs.show more

BuBBliK
439,422 views • 5 months ago
Every AI tool wants its own subscription. We built... ours around a token you already hold. Stake once and it earns Sorin credits at 1 per $SAHARA every month, on top of the 3,500 every user gets free. The same stake earns Sahara compute credits next, spendable inside ClawApp or straight through our API. Every product we add plugs into that stake, and there is never anything to restake. And you keep the SAHARA the whole time. Unstake whenever you want and you walk away with everything you came in with. Own your compute.show more

Sahara AI 🔆
16,527 views • 29 days ago
The Matrix launch video lands on one line; in... Matrix, anyone can become a CEO. That’s the real claim. Not one assistant doing one task. A company that keeps running after the first prompt, routing intent through a CEO Office, into OKRs, down to departments that do the work and send back proof to review. Connect Codex, point your leftover credits at it, and the first agent company is live.show more

Iseunife The First
19,414 views • 2 months ago
THIS GUY VIBE CODED A BROWSER TOOL WITH CLAUDE... CODE THAT DRAWS PROPERTY LINES ONTO DRONE FOOTAGE AND KEEPS THEM LOCKED TO THE GROUND AS THE DRONE MOVES real estate agents kept asking for those property boundary overlays on drone videos so buyers can see exactly where a lot ends. the only real option was after effects, which is a massive pro tool for one small repeatable job so he built a browser tool that does just that one thing > drop in a drone clip and draw the parcel outline once on the first frame > gpu motion tracking keeps that boundary stuck to the ground as the drone flies and the perspective shifts > if the line drifts anywhere, you drop a keyframe to correct it and it re-tracks the segments around it > style the line however you want, then export the finished video > free to use, you dont even need an account until you export he built one tool that solves one annoying job perfectly, for people who were never going to learn after effects anywayshow more

Om Patel
404,227 views • 1 month ago
Want to reduce a LOT of the censorship in... Seedance 2.0? I’m going to show you a simple method that almost nobody is using — and it can completely change the results of your videos. Tutorial: First, ask ChatGPT to translate your entire prompt into the Tibetan language. Since it is a less common language in China, this can sometimes help bypass some of the censorship limitations. After that, use the translated prompt inside Seedance 2.0 to generate the video. This is exactly how the video shown above was created. To generate the videos, use Yapper . The recommendation is to create multiple videos at the same time — for example, generate 8 videos at once — to increase the chances of getting an even better result.show more

nachos2d
30,513 views • 6 months ago
Another WTF moment. A developer just open-sourced a coding... agent harness that boots 245x faster than Claude Code. It's called jcode. You launch it and the first frame renders in 14 milliseconds. Claude Code takes 3,436. One active session uses 27.8 MB of RAM. Claude Code uses 386.6. Run ten sessions in parallel and jcode holds at 117 MB while OpenCode swells to 3.2 GB. Each agent has a semantic memory graph instead of a scratchpad. Every turn gets embedded as a vector. The graph is queried on every turn for related memories, and a sideagent verifies the hits before injecting them into context. Consolidation runs in the background to check for stale or conflicting facts. No manual /remember calls. No token burn on lookup tools. The provider list is 30+ deep. Claude, ChatGPT, Gemini, GitHub Copilot, Azure, OpenRouter, DeepSeek, Groq, Mistral, Perplexity, Fireworks, Ollama, LM Studio, and any OpenAI-compatible endpoint you point it at. Ran out of tokens on your first ChatGPT Pro sub? /account swaps to the second. Then there's Swarm. Spawn two agents in the same repo and the server manages them. When agent A edits a file agent B has been reading, agent B gets pinged and can check the diff. Agents can DM each other, broadcast to the room, or spawn their own worker teams for parallel tasks. Groups, channels, and completion statuses are handled automatically. The UI has live side panels that render mermaid diagrams inline. To make it fast, the author wrote a Rust mermaid renderer 1800x faster than the JavaScript one, then wrote a custom terminal called Handterm because no existing terminal could do smooth partial-line scrolling. Self-dev mode is where it gets wild. Tell your agent to enter self-dev and it starts editing jcode's own source code, rebuilds the binary, reloads it live, and keeps working across your existing sessions. You can also resume broken sessions from Claude Code, Codex, OpenCode, or pi directly inside jcode. Anthropic's cache goes cold at the 5-minute mark and you're staring down a big cache miss on your next turn? The UI warns you before you spend the tokens. Written in Rust. MIT licensed. Runs on macOS, Windows, Linux, and Termux. Sitting at 11.2k stars with a native iOS app coming.show more

Brady Long
207,858 views • 1 month ago
"You've reached your rate limit. Try again after 7pm."... every. fucking. day. $200/month - $2,400 a year - for Codex. then i opened the DeepSeek pricing page. Someone made DeepSeek a native subagent for Codex. Heavy work goes there, light stays on GPT-5. Same code out the other end. 35x cheaper. DeepSeek V4 Flash lives on its own API key, not on my Plus quota. One command: npx skills add oil-oil/codex-deepseek-subagent -g -y Restart Codex, tell it "set up DeepSeek as a subagent", done. First day in a month I'm still working in the evening instead of hitting the wall. save this before your next rate-limit ↓show more

Granite
71,728 views • 1 month ago