Subramanyam Rekhandar

189 posts

Subramanyam Rekhandar banner
Subramanyam Rekhandar

Subramanyam Rekhandar

@subburekhandar

AI Engineer | Entrepreneur |

India Katılım Şubat 2021
237 Takip Edilen17 Takipçiler
Devansh
Devansh@dewanshranjan·
You can now convert any coding workflow into a fully fledged environment with a real time teaching layer. Crazy! Now vibecoders can ship and learn from it at the same time without losing focus. Recursive Build agent can improve the results obtained even from a low parameter model. REAL GAME CHANGER :D !!!!
Contral@aicontral

Welcome to the era of vibe-learning! Presenting Contral's agent as an extension. Also introducing Contral's Recursive Build agent. Use it in any workflow. Start learning today!

English
3
0
4
3.8K
Dheemanth Reddy
Dheemanth Reddy@Dheemanthredy·
maya now understands the way we speak: अपनी हिंदी, మన తెలుగు, நம்ம தமிழ், ನಮ್ಮ ಕನ್ನಡ, നമ്മുടെ മലയാളം, আমাদের বাংলা, आपली मराठी, ਸਾਡੀ ਪੰਜਾਬੀ, આપણી ગુજરાતી, আমাৰ অসমীয়া, and more.
Maya@mayaresearch_ai

Understanding how india 🇮🇳 actually speaks has been one of the hardest problems in technology. 1.4 billion people. the most linguistically diverse and complex country on earth. today, we’re showing maya understand the way india actually speaks.

4
4
52
5.1K
Subramanyam Rekhandar retweetledi
Nico
Nico@nicos_ai·
Mejores cuentas de cada lab de IA para mantenerte siempre informado: Anthropic → @karpathy → cuenta imprescindible en IA, acaba de unirse a Anthropic → @bcherny → creador de Claude Code, siempre comparte tips muy útiles → @trq212 → también desarrollador de Claude Code, escribe artículos increíbles sobre CC OpenAI → @polynoamial → trabaja en investigación de razonamiento, comparte muchos detalles técnicos → @gabriel1 → desarrollador de Sora, trayectoria profesional muy interesante → @jxnlco → enfocado en experiencia de desarrollador, comparte mucho sobre Codex Google AI → @OfficialLoganK → todas las actualizaciones importantes de Gemini y AI Studio → @ammaar → producto y diseño, comparte cosas geniales sobre vibe-coding en AI Studio → @fofrAI → casos de uso muy creativos con modelos generativos Cursor → @leerob → la voz más activa detrás de las novedades de Cursor → @ericzakariasson → comparte muy buenos insights sobre cómo usar Cursor → @mntruell → CEO de Cursor, publica los lanzamientos y datos de uso más importantes xAI → @milichab → se unió hace poco a xAI, comparte novedades sobre Grok → @skcd42 → también cubre los lanzamientos grandes de Grok → @elonmusk → Elon hace muy buen trabajo reposteando y dando visibilidad a todos los productos de xAI Me he dejado a alguien?
Nico tweet mediaNico tweet mediaNico tweet mediaNico tweet media
Español
39
211
1.6K
152.8K
Subramanyam Rekhandar retweetledi
Akshay 🚀
Akshay 🚀@akshay_pachaar·
CPU vs GPU vs TPU vs NPU vs LPU, explained visually: 5 hardware architectures power AI today. Each one makes a fundamentally different tradeoff between flexibility, parallelism, and memory access. > CPU It is built for general-purpose computing. A few powerful cores handle complex logic, branching, and system-level tasks. It has deep cache hierarchies and off-chip main memory (DRAM). It's great for operating systems, databases, and decision-heavy code, but not that great for repetitive math like matrix multiplications. > GPU Instead of a few powerful cores, GPUs spread work across thousands of smaller cores that all execute the same instruction on different data. This is why GPUs dominate AI training. The parallelism maps directly to the kind of math neural networks need. > TPU They go one step further with specialization. The core compute unit is a grid of multiply-accumulate (MAC) units where data flows through in a wave pattern. Weights enter from one side, activations from the other, and partial results propagate without going back to memory each time. The entire execution is compiler-controlled, not hardware-scheduled. Google designed TPUs specifically for neural network workloads. > NPU This is an edge-optimized variant. The architecture is built around a Neural Compute Engine packed with MAC arrays and on-chip SRAM, but instead of high-bandwidth memory (HBM), NPUs use low-power system memory. The design goal is to run inference at single-digit watt power budgets, like smartphones, wearables, and IoT devices. Apple Neural Engine and Intel's NPU follow this pattern. > LPU (Language Processing Unit) This is the newest entrant, by Groq. The architecture removes off-chip memory from the critical path entirely. All weight storage lives in on-chip SRAM. Execution is fully deterministic and compiler-scheduled, which means zero cache misses and zero runtime scheduling overhead. The tradeoff is that it provides limited memory per chip, which means you need hundreds of chips linked together to serve a single large model. But the latency advantage is real. AI compute has evolved from general-purpose flexibility (CPU) to extreme specialization (LPU). Each step trades some level of generality for efficiency. The visual below maps the internal architecture of all five side by side. 👉 Over to you: Which of these 5 have you actually worked with or deployed on?
GIF
English
70
871
3.2K
241.7K
Subramanyam Rekhandar retweetledi
Sam Altman
Sam Altman@sama·
Our Principles: Democratization, Empowerment, Universal Prosperity, Resilience, and Adaptability openai.com/index/our-prin…
English
724
298
3.8K
854.1K
Subramanyam Rekhandar retweetledi
Jahir Sheikh
Jahir Sheikh@jahirsheikh8·
Why is nobody talking about this? NVIDIA is giving developers free access to ~80 hosted AI models via API. Models include: • MiniMax M2.7 • GLM 5.1 • Kimi 2.5 • DeepSeek 3.2 • GPT-OSS-120B • Sarvam-M …and more. Works with Cursor, Zed, OpenCode, Hermes, OpenClaude, etc. Setup: 1. Get API key → build.nvidia.com/models 2. Use base URL: "integrate.api.nvidia.com/v1" 3. Choose model ID (example: `minimaxai/minimax-m2.7`) 4. Plug into your AI IDE / app If you're experimenting with AI apps, this is basically free inference. Most builders have no idea this exists. Thank me later.
Jahir Sheikh tweet media
English
126
228
2.1K
161.7K
Subramanyam Rekhandar retweetledi
How To AI
How To AI@HowToAI_·
Suno just lost its moat 🤯 Someone built ACE-Step UI, a Spotify-style interface for ACE-Step 1.5 that generates full songs with vocals up to 4+ minutes, completely locally on your own GPU. 100% Free. Open-Source and Local
How To AI tweet media
English
27
133
1.1K
81.1K
Subramanyam Rekhandar retweetledi
Vaibhav Sisinty
Vaibhav Sisinty@VaibhavSisinty·
this is wild. 🤯 if you can send a message, you can now build your own AI agent. Telegram just launched Lobster Father. a single bot that builds AI agents for you, on demand, inside the chat you already use. here's how it works. → you open Telegram and message Lobster Father. → you describe the AI agent you want in plain English. → Lobster Father builds it, names it, and launches it for you. → your AI agent now lives inside Telegram. ready to talk to you, your friends, or anyone you share it with. → start to finish in under 60 seconds. 950 million people already use Telegram every day. no new app to download. no new skill to learn. no payment required. just a message. building an AI agent used to be a startup pitch. now it's a chat command. vc: @telegram
English
7
5
38
5.3K
Subramanyam Rekhandar retweetledi
GitHub Projects Community
GitHub Projects Community@GithubProjects·
OpenClaw showed agents can act. Hermes showed they can remember. Mercury solves the next problem: An agent that stays. Always there when needed. Memory that compounds. Identity you own. Permissioned execution. Presence that persists. Soul-driven. Token-efficient. Always on.
GitHub Projects Community tweet media
English
26
80
621
63.7K
Subramanyam Rekhandar retweetledi
Mohini Shewale
Mohini Shewale@s_mohinii·
🚨𝗕𝗥𝗘𝗔𝗞𝗜𝗡𝗚: Build your next app without spending a dollar on data. Someone made a list of 320,000+ free public APIs, and developers are going crazy. → Weather, finance, news, sports, crypto → AI & machine learning APIs you can call right now → Government open data, maps, geolocation → Entertainment: movies, music, games, anime → Categorized, searchable, and verified as working Free and 100% open source. Link Bellow:👇 just like + comment " send" + repost+ Follow me so that it can be auto DM.
Mohini Shewale tweet media
English
161
260
1.2K
78.2K
Subramanyam Rekhandar retweetledi
Suraj Sharma
Suraj Sharma@suraj_sharma14·
Build an AI agent. Live. In 3 hours. Microsoft Agent-a-Thon: → May 6 • Global • Virtual → 3 tracks: Explorer • Commander • Master → No-code to enterprise • Live experts • Surface Pro prize Pre-learning included. Build with confidence. If you've ever wanted to ship an agent that actually works. This is your sprint. Register 👇 #table-cell-oc0816_tab1" target="_blank" rel="nofollow noopener">microsoft.com/en-us/events/l… @Microsoft
Suraj Sharma tweet media
English
0
9
112
5.5K
Subramanyam Rekhandar retweetledi
DeepSeek
DeepSeek@deepseek_ai·
🔥DeepSeek-V4-Pro API is 75% OFF until May 5th, 2026, 15:59 (UTC Time)! Don't miss out on this massive discount. 🛠️Integration Updates: 🔹Claude Code: Set model to deepseek-v4-pro[1m] to unlock 1M context! 🔹OpenCode: Update to v1.14.24+ 🔹OpenClaw: Update to v2026.4.24+ Check the latest official API docs for full details: api-docs.deepseek.com/quick_start/pr…
DeepSeek tweet media
English
353
936
9.4K
1.2M
Subramanyam Rekhandar
Subramanyam Rekhandar@subburekhandar·
Hugging Face just dropped an autonomous ML intern It’s called ml-intern — and it runs the full post-training loop: → reads papers → finds datasets → writes code → runs experiments → evaluates + iterates This isn’t a coding agent. It’s a research workflow.
Subramanyam Rekhandar tweet media
English
0
0
1
46
Subramanyam Rekhandar
Subramanyam Rekhandar@subburekhandar·
GPT-5.5 is here—and it’s not just smarter, it’s more efficient ⚡ OpenAI focused on: → same speed → better outputs → fewer tokens (lower cost) Beating Claude Opus 4.7 & Gemini 3.1 Pro in most benchmarks. Shift is clear: Power + Speed + Efficiency > just intelligence
Subramanyam Rekhandar tweet media
English
0
0
2
55
Subramanyam Rekhandar
Subramanyam Rekhandar@subburekhandar·
Claude Code can now watch videos + understand audio 🤯 Drop a video → ask questions → get insights. No screenshots. No transcripts. Uses tools like OpenAI Whisper + Google Gemini to process everything together. #AI #Claude #OpenSource #DevTools #MultimodalAI
Subramanyam Rekhandar tweet media
English
0
0
1
9
Subramanyam Rekhandar
Subramanyam Rekhandar@subburekhandar·
🚀 100 Days of AI Crazy Updates — Day 04 NVIDIA just made something very interesting move 👇 They’re opening access to a wide range of AI models… 👉 through hosted APIs 👉 completely FREE 💬 Comment “Free” and I’ll send you: 📌 Follow: 100 Days of AI Crazy Updates
Subramanyam Rekhandar tweet media
English
0
0
1
3
Subramanyam Rekhandar
Subramanyam Rekhandar@subburekhandar·
Do know every software or AI application following C4 Architecture but most of the developers and Software engineer didn't know in this architecture.
English
0
0
1
15