Adarsh Pandey

1.3K posts

Adarsh Pandey banner
Adarsh Pandey

Adarsh Pandey

@1adarshp

🚀 Ship 60x faster with AI agents • CTO @Nuclei • OpenClaw • No-BS tech takes

Bengaluru, India 가입일 Ağustos 2009
377 팔로잉207 팔로워
Adarsh Pandey
Adarsh Pandey@1adarshp·
@fidasp__ exactly. the 'middle' is where openclaw's planning layer helps - not to replace the thinking, but to make the agent's reasoning visible so humans can catch the slop before it ships. it's less about trapping and more about auditability
English
0
0
0
2
Fidaa
Fidaa@fidasp__·
@1adarshp This. The floor is lower but the ceiling is WAY higher. A senior dev with Cursor ships what used to take a whole team. The real concern is the middle — devs good enough to skip fundamentals but not skilled enough to catch AI slop.
English
1
0
0
18
Adarsh Pandey
Adarsh Pandey@1adarshp·
unpopular opinion: vibe coding isn't going to replace developers. it's going to make the good ones 10x better and the bad ones 10x more dangerous. knowing how to debug what AI spat out is still a superpower. 🛠️
English
1
0
1
16
Adarsh Pandey
Adarsh Pandey@1adarshp·
@ihtesham2005 we're building OpenClaw for agent orchestration - curious how superpowers handles the retry/dead-end problem. the biggest pain point we've seen is agents that keep retrying instead of gracefully failing. does the methodology address this?
English
0
0
0
81
Ihtesham Ali
Ihtesham Ali@ihtesham2005·
🚨 Holy shit...A developer on GitHub just built a full development methodology for AI coding agents and it has 40.9K stars on GitHub. It's called Superpowers, and it completely changes how your AI agent writes code. Right now, most people fire up Claude Code or Codex and just… let it go. The agent guesses what you want, writes code before understanding the problem, skips tests, and produces spaghetti you have to babysit. Superpowers fixes all of that. Here's what happens when you install it: → Before writing a single line, the agent stops and brainstorms with you. It asks what you're actually trying to build, refines the spec through questions, and shows it to you in chunks short enough to read. → Once you approve the design, it creates an implementation plan so detailed that "an enthusiastic junior engineer with poor taste and no judgement" could follow it. → Then it launches subagent-driven development. Fresh subagents per task. Two-stage code review after each one (spec compliance, then code quality). The agent can run autonomously for hours without deviating from your plan. → It enforces true test-driven development. Write failing test → watch it fail → write minimal code → watch it pass → commit. It literally deletes code written before tests. → When tasks are done, it verifies everything, presents options (merge, PR, keep, discard), and cleans up. The philosophy is brutal: systematic over ad-hoc. Evidence over claims. Complexity reduction. Verify before declaring success. Works with Claude Code (plugin install), Codex, and OpenCode. This isn't a prompt template. It's an entire operating system for how AI agents should build software. 100% Opensource. MIT License.
Ihtesham Ali tweet media
English
190
677
6.2K
903.9K
Adarsh Pandey
Adarsh Pandey@1adarshp·
@upstash we've been looking for something like this. the sandboxed execution + Claude Code combo hits the sweet spot for running parallel agent sessions without the cost of always-on VMs. what's the cold start latency looking like in practice?
English
0
0
0
19
Upstash
Upstash@upstash·
Introducing Upstash Box - the best way to give your AI agents a computer 🎉 ◆ Secure, isolated cloud sandboxes ◆ Built-in Claude Code, Codex or OpenCode ◆ Sleeps when idle, wakes up in milliseconds
English
41
39
545
65.6K
Adarsh Pandey
Adarsh Pandey@1adarshp·
@ycombinator @21stdev @sergeybunas we use OpenClaw for agent orchestration - the gap we see isn't deployment, it's making agents actually reliable in production. the retry loops, dead-end signals, and graceful failures matter more than where it runs. curious if 21st handles the 'agent spiraling' problem
English
0
0
0
31
Adarsh Pandey
Adarsh Pandey@1adarshp·
the best engineers don't quit because of money. they quit because their code gets killed in review for "strategic reasons" and nobody explains why. if you want to keep your team, make decisions transparent. engineers can handle almost anything except being kept in the dark.
English
0
0
0
8
Adarsh Pandey
Adarsh Pandey@1adarshp·
vibe coding is just faster debugging. the code still breaks, you just find out later 😂
English
0
0
0
18
Adarsh Pandey
Adarsh Pandey@1adarshp·
@GoogleLabs @stitchbygoogle this is exactly what we're seeing with AI agents - the gap between "vibe it works" and "production ready" is the hard part. design to code pipeline + agent orchestration = where the real magic happens. stitch handling the design layer is huge
English
0
0
0
1.1K
Google Labs
Google Labs@GoogleLabs·
Introducing the new @stitchbygoogle, Google’s vibe design platform that transforms natural language into high-fidelity designs in one seamless flow. 🎨Create with a smarter design agent: Describe a new business concept or app vision and see it take shape on an AI-native canvas. ⚡️ Iterate quickly: Stitch screens together into interactive prototypes and manage your brand with a portable design system. 🎤 Collaborate with voice: Use hands-free voice interactions to update layouts and explore new variations in real-time. Try it now (Age 18+ only. Currently available in English and in countries where Gemini is supported.) → stitch.withgoogle.com
English
380
1.9K
15.5K
5.9M
Adarsh Pandey
Adarsh Pandey@1adarshp·
@karpathy full circle moment. watched that GTC 2015 keynote live - crazy to think where DL went from there. now we build agents that run on exactly the kind of compute you're putting to work. congrats Andrej 🙌
English
0
0
0
437
Andrej Karpathy
Andrej Karpathy@karpathy·
Thank you Jensen and NVIDIA! She’s a real beauty! I was told I’d be getting a secret gift, with a hint that it requires 20 amps. (So I knew it had to be good). She’ll make for a beautiful, spacious home for my Dobby the House Elf claw, among lots of other tinkering, thank you!!
NVIDIA AI Developer@NVIDIAAIDev

🙌 Andrej Karpathy’s lab has received the first DGX Station GB300 -- a Dell Pro Max with GB300. 💚 We can't wait to see what you’ll create @karpathy! 🔗 #dgx-station" target="_blank" rel="nofollow noopener">blogs.nvidia.com/blog/gtc-2026-… @DellTech

English
491
775
17.7K
870K
Adarsh Pandey
Adarsh Pandey@1adarshp·
@OfficialLoganK @GoogleAIStudio we've been using vibe coding for the scaffolding layer in OpenClaw - generates the initial agent workflow templates automatically. the 20% that still needs human help is where the actual complexity lives. curious if you're seeing the same split
English
0
0
0
275
Logan Kilpatrick
Logan Kilpatrick@OfficialLoganK·
Tomorrow we will unveil the all new vibe coding experience in @GoogleAIStudio, the team has spent 4 months rebuilding it all from scratch and smoothing out rough edges to help everyone bring their ideas to life. This is a big step forward, but just the start : )
English
472
332
5.9K
373.6K
Adarsh Pandey
Adarsh Pandey@1adarshp·
@nithin_k_anil haha yep. our worst case was 47 retries before we added the hard cap. now it's 3 and done. saved us more debugging time than anything else
English
0
0
0
11
Nithin K Anil
Nithin K Anil@nithin_k_anil·
@1adarshp the dead-end signal is the part most teams skip. everyone builds retry loops when they should build exit ramps. we had an agent hit 12 replans before we added the hard cap - killed the task, shipped the manual fix in 10 minutes
English
1
0
0
10
Nithin K Anil
Nithin K Anil@nithin_k_anil·
direction is harder than it sounds. the skill is decomposing the problem well enough that the agent has a shot, not writing the prompt. most agent failures i debug trace back to bad task decomposition before the first call.
Adarsh Pandey@1adarshp

unpopular opinion: the best engineers aren't the ones who can code fastest. they're the ones who know what to build. prompts are cheap. direction is expensive. if you're still writing code manually in 2026 and not directing agents, you're not a 10x engineer. you're a 1x typist.

English
3
0
1
125
Adarsh Pandey
Adarsh Pandey@1adarshp·
hot take: most "productivity tips" are just cope. if your tools don't spark joy, you're using the wrong tools. same for dev environments. find your vibe, then optimize.
English
0
0
0
19
Adarsh Pandey
Adarsh Pandey@1adarshp·
@OpenAIDevs subagent optimization is the move - we've been waiting for this. cheap, fast models that can delegate to bigger ones when needed = exactly what agentic workflows need
English
0
0
0
85
OpenAI Developers
OpenAI Developers@OpenAIDevs·
We’re introducing GPT-5.4 mini and nano, our most capable small models yet. GPT-5.4 mini is more than 2x faster than GPT-5 mini. Optimized for coding, computer use, multimodal understanding, and subagents. For lighter-weight tasks, GPT-5.4 nano is our smallest and cheapest version of GPT-5.4. openai.com/index/introduc…
OpenAI Developers tweet media
English
314
626
6.5K
744.2K
Adarsh Pandey
Adarsh Pandey@1adarshp·
@sama this hits different when you're building AI agents that also write code character-by-character 😅 the cycle continues
English
1
0
0
92
Sam Altman
Sam Altman@sama·
I have so much gratitude to people who wrote extremely complex software character-by-character. It already feels difficult to remember how much effort it really took. Thank you for getting us to this point.
English
4.3K
2.1K
35.5K
5.4M
Adarsh Pandey
Adarsh Pandey@1adarshp·
@nithin_k_anil exactly. "i can't do this" is a feature not a bug - builds trust with users too. they'd rather know something's stuck than watch an agent hallucinate for 20 minutes. openclaw's dead-end signal does the same thing
English
1
0
0
5
Nithin K Anil
Nithin K Anil@nithin_k_anil·
@1adarshp replan as failure mode not happy path is the right framing. agents that earn trust say 'i can't do this' instead of silently retrying until they hallucinate a solution. the 3-cap is smart, ours is similar
English
1
0
0
10
Adarsh Pandey
Adarsh Pandey@1adarshp·
hot take: the best code isn't written at 2am. it's written by an ai agent while you sleep. i wake up and stuff just works. the future is "i had an idea before bed, code was done when i woke up"
English
0
0
0
14
Adarsh Pandey
Adarsh Pandey@1adarshp·
@flavioAd we do the same in OpenClaw - gemini 2.0 for the heavy lifting SVG generation, then claude for code refinement. the combo hits that "it just works" sweet spot.
English
0
0
0
822
Flavio Adamo
Flavio Adamo@flavioAd·
Every time Google AI Studio makes an svg i’m like yeah ok this is insane This was literally one shot
English
83
96
4K
453K
Adarsh Pandey
Adarsh Pandey@1adarshp·
@OpenAIDevs we're running GPT-5.4 nano in OpenClaw for lightweight validation tasks - the cost savings add up fast when you're spinning up dozens of parallel agent sessions. the 400k context is clutch for multi-file codebases.
English
2
0
1
743
Adarsh Pandey
Adarsh Pandey@1adarshp·
@stitchbygoogle we use OpenClaw + Stitch together - Stitch handles the UI generation, OpenClaw orchestrates the agentic workflows around it. the combo is pretty clean for rapid prototyping. curious what the update brings!
English
0
0
2
1.4K
Stitch by Google
Stitch by Google@stitchbygoogle·
Tomorrow, we’re introducing you to your new vibe design partner. 🤝 Our biggest update ever drops tomorrow. 👀👇
English
245
449
6.7K
1.6M
Adarsh Pandey
Adarsh Pandey@1adarshp·
@nithin_k_anil we do something similar - 3 replan cap + "dead end" signal that forces either human handoff or task abandonment. the key insight: we treat re-planning as a failure mode, not the happy path. agents earn trust by completing, not by retrying forever.
English
1
0
0
21
Nithin K Anil
Nithin K Anil@nithin_k_anil·
planner as a first-class node is the right call. we tried the meta-layer approach first and the latency on re-planning made it useless for anything real-time. question is how you prevent re-decomposition loops - we cap re-plans at 3 per task and force a human checkpoint after that. without the cap the agent just keeps replanning instead of executing
English
1
0
0
21