Naveen

9.5K posts

Naveen banner
Naveen

Naveen

@NaveenGarla

https://t.co/46T9Mk2rnp

Bangalore Katılım Haziran 2011
761 Takip Edilen170 Takipçiler
Naveen retweetledi
McKinsey & Company
McKinsey & Company@McKinsey·
Analytical thinking, creativity, resilience, and adaptability are becoming some of the most important capabilities for long-term growth and competitiveness. Here's why investing in “brain capital” may become one of the defining advantages of the AI era. mck.co/3RAW24x
McKinsey & Company tweet media
English
5
14
35
3.4K
Naveen retweetledi
shirish
shirish@shiri_shh·
The laptop hasn't changed in 30 years. NVIDIA just changed it RTX Spark is their first PC chip ever. - RTX 5070 level GPU - 128GB unified memory - 1 petaflop of local AI - thin, light, barely throttles unplugged Your AI agent lives on the machine. 24/7. No cloud. This is step one of the agentic AI PC, and everyone else is about to copy it.
Microsoft Surface@surface

Introducing Surface Laptop Ultra. Built for world makers. Designed for what's next. The most powerful Surface laptop ever. Coming Fall 2026. Sign up to learn more: msft.it/6019vw79T

English
833
1.4K
17.9K
3.7M
Naveen retweetledi
Priyanka Vergadia
Priyanka Vergadia@pvergadia·
10 GitHub repos so good they shouldn't be free. 1. AutoHedge An autonomous hedge fund built in Python with four AI agents: a director generates investment theses, a quant validates them, a risk manager decides position size, and an execution agent places orders. Operates live on Solana. With 'pip install -U autohedge', you can start trading immediately. repo → github.com/The-Swarm-Corp… 2. Vibe-Trading A trading system using a Directed Acyclic Graph (DAG) model, featuring 64 finance skills and 29 preset specialist agent swarms. Includes analysis methods like Ichimoku, Elliott Wave, SMC, Black-Scholes, full Greeks, and risk parity. Its crypto desk provides liquidation heatmaps and token unlock tracking. You can observe agents debating strategies in real time. repo → github.com/HKUDS/Vibe-Tra… 3. Fincept Terminal A Bloomberg Terminal replacement that runs on your laptop. CFA levels 1, 2, and 3 analytics. 20+ investor AI agents (Buffett, Dalio, Soros). 100+ data connectors, including Polygon, World Bank, and IMF. Bloomberg charges $24,000 a year. This is free. repo → github.com/Fincept-Corpor… 4. LibreChat Every model ChatGPT runs, plus Claude, Gemini, DeepSeek, and 20 more. Self-hosted. Native MCP support. You own the data, the history, the infrastructure. OpenAI charges $20/month to use their wrapper. This costs nothing to use your own. repo → librechat.ai 5. Open Higgsfield AI A self-hosted cinema studio with 200+ AI models. Flux, Midjourney, Sora, Kling, Veo, GPT-4o, SDXL all in one interface. Text to image. Image to video. Cinema mode with pro camera controls. No subscription. Your data stays local. repo → github.com/Anil-matcha/Op… 6. Open-LLM-VTuber A Live2D AI companion that runs offline, sees your screen, hears your voice, and never forgets. Inner thoughts are shown as a separate text layer, so you watch the reasoning happen before words come out. Pet mode floats it on your desktop. Swap the LLM in one config line. repo → github.com/Open-LLM-VTube… 7. Claude Ads A free Claude Code skill that runs 190 audit checks across Google, Meta, YouTube, LinkedIn, TikTok, and Microsoft Ads. 6 parallel subagents firing at once. Consolidates into a single Ads Health Score ranked by revenue impact. Agencies charge $4,000 a month for this. repo → github.com/AgriciDaniel/c… 8. Agentic Inbox Cloudflare just open-sourced an email client where an AI agent reads your inbox and drafts your replies. Runs entirely on Cloudflare Workers. Each mailbox lives in its own Durable Object. Your email never leaves your Cloudflare account. One click deploys it. repo → github.com/cloudflare/age… 9. Camofox Browser An open source headless browser that makes AI agents invisible to bot detection. Spoofs navigator properties, WebGL, AudioContext, and WebRTC at the C++ level. The browser does not look modified because it genuinely is not. Accessibility tree output drops token cost by 90%. repo → github.com/jo-inc/camofox… 10. Hyperframes HeyGen open-sourced a video framework that does everything Remotion does without React, without JSX, without teaching your AI agent a new format. The agent writes HTML. The framework renders MP4. GSAP, Lottie, and Three.js all work. Same HTML always produces the same file. repo → github.com/heygen-com/hyp… Pick one. Install it. Plug it into your workflow. 100% free. 100% open source.
Priyanka Vergadia tweet media
English
3
13
76
3.7K
Naveen retweetledi
divyansh tiwari
divyansh tiwari@DivyanshT91162·
🤯CURSOR JUST OPEN-SOURCED ITS AI AGENT OPERATING SYSTEM. 100% OPEN SOURCE. MIT LICENSED. Already pushing 1,000+ GitHub stars. And almost nobody is talking about it. I opened the repo expecting a few plugins... Instead I found production-grade systems for: → Multi-agent orchestration → Agent memory & learning → Thermo-nuclear code reviews → Security auditing → Interactive PR analysis → Documentation canvases → Internal engineering workflows → Building apps directly on top of Cursor These are the kinds of tools companies normally keep private. But Cursor shipped the whole playbook to GitHub. Honestly feels like finding the internal toolbox behind one of the fastest-growing AI coding products on earth. If you're building AI agents, coding tools, MCPs, or autonomous workflows... this repo is pure gold. github.com/cursor/plugins
divyansh tiwari tweet media
English
12
15
149
11.2K
Naveen retweetledi
Mr. Buzzoni
Mr. Buzzoni@polydao·
KARPATHY WAS RIGHT. THIS 40-MINUTE Y COMBINATOR LECTURE PROVES IT Karpathy said we're in the 1960s of AI - most people using Claude Opus 4.8 are still acting like it's just a search engine > software 3.0 - LLMs as operating systems, not chatbots > autonomous agents that run entire workflows without you watching the 32 skills in this article are how you actually cross that line bookmark this 👇
Mr. Buzzoni@polydao

x.com/i/article/2060…

English
45
294
2K
442.6K
Naveen retweetledi
Harry Tandy
Harry Tandy@HarryTandy·
AI AGENTS AREN’T “WRITE ME A POST” ANYMORE The mistake most people make: they spin up one bot and expect it to act as strategist, builder, tester, and editor at the same time It falls apart fast I broke down a real 4-agent workflow Here are the 12 parts worth stealing 1. A single agent pollutes its own context fast. Planning, code, tests, fixes, explanations - all dumped into the same thread. By message 30, it’s fighting a task it misunderstood at message 3 2. Agent teams work better when every agent has one job. Planner thinks. Coder builds. Tester tries to break it. Reviewer decides if it ships 3. The key is the handoff file. Not vibes. Not “the next agent gets the idea.” A real file: spec.md, changes.md, test-results.md, review.md. If the next agent has nothing concrete to read, the pipeline is dead 4. Planner should never touch code. Its job is to kill ambiguity. What files change. What edge cases matter. What repo patterns to copy 5. Coder should not “clean up nearby stuff.” It reads spec.md and builds exactly that. The second it starts being helpful, your tiny task becomes a 900-line PR 6. Tester doesn’t patch the code. It writes tests, runs them, and stops the pipeline when something breaks. Otherwise, you just created another coder with worse context 7. Reviewer should be read-only. Give it edit access and it will start covering up problems instead of calling them out 8. Green tests are worthless if the tests check the wrong thing. A real test breaks when the business logic breaks. Everything else is theater 9. The most expensive failure is a quiet one. “Completed successfully” while skipping 14% of records is worse than a failing test 10. Don’t start with 20 agents. Start with two: Planner -> Coder. Once that handoff works, add Tester. Then Reviewer 11. An AI team without rules becomes noise fast. Set hard limits: no nearby refactors, no invented requirements, no moving forward with open questions 12. Speed comes from discipline. Handoffs first. Tests second. Overnight runs third. Flip that order and you get chaos What actually compounds: > one rules file per repo > short handoff docs > a checkpoint after every stage > read-only review > no “helpful” side quests > a hard stop on ambiguity AI agents don’t replace engineering discipline They expose the lack of it faster than any human would Save this if you’re building an actual pipeline, not just chatting with a bot
darkzodchi@zodchiii

x.com/i/article/2059…

English
24
8
61
10.6K
Naveen retweetledi
Vaishnavi
Vaishnavi@_vmlops·
ANTHROPIC JUST DROPPED A ZERO TRUST PLAYBOOK FOR AI AGENTS and it's not theory it's architecture frontier AI compresses vulnerability-to-exploit timelines from months to hours your agents face threats traditional access controls were never built to handle: ▫️ prompt injection through external data sources ▫️ tool poisoning via MCP server metadata ▫️ memory-based privilege retention across sessions ▫️ multi-agent pivot attacks the framework breaks it into 3 tiers: Foundation, Enterprise, Advanced cdn.prod.website-files.com/6889473510b503…
Vaishnavi tweet media
English
40
200
1.3K
127.6K
Naveen retweetledi
Kshitij Mishra | AI & Tech
Kshitij Mishra | AI & Tech@DAIEvolutionHub·
Turns technical books into Claude Code skills. Drop in a book, and it extracts the key concepts, workflows, and patterns into reusable AI skills. A clever way to turn static knowledge into something Claude can actually use. github.com/virgiliojr94/b…
Kshitij Mishra | AI & Tech tweet media
English
10
71
397
20.1K
Naveen retweetledi
Shubham Saboo
Shubham Saboo@Saboo_Shubham_·
Build long-running AI agents that pause for days, survive restarts, and resume without losing context using Google Agent Development Kit and Agents CLI. Step-by-step tutorial with 100% Opensource code.
Shubham Saboo tweet media
English
7
12
68
4.5K
Naveen retweetledi
McKinsey & Company
McKinsey & Company@McKinsey·
Agentic orchestration layers allow AI agents, enterprise systems, and data connections to work together across functions. As cognitive bottlenecks shrink, that allows decision-making to speed up, coordination to improve and new operating models to form. mck.co/4fJb564
McKinsey & Company tweet media
English
39
111
622
49.2K