Akshay ๐Ÿš€'s banner
Akshay ๐Ÿš€'s profile picture

Akshay ๐Ÿš€

@akshay_pachaar โ€ข 273,971 subscribers

Simplifying LLMs, AI Agents, RAG, and Machine Learning for you! โ€ข Co-founder @dailydoseofds_โ€ข BITS Pilani โ€ข 3 Patents โ€ข ex-AI Engineer @ LightningAI

Shorts

Hermes meets SuperGrok! xAI just made every SuperGrok subscription work inside Hermes Agent. One browser login, no API key, no separate billing. And it doesn't just unlock text chat with Grok 4.3. The same OAuth token gives the agent access to: โ†’ Grok Text-to-Speech for spoken responses โ†’ Grok Imagine for image and video generation โ†’ x_search for real-time X/Twitter search I just added a new X Research Agent profile to my Hermes. Now my agent watches X while I ship. Setup takes about 60 seconds: Available on every SuperGrok tier, no restrictions. I wrote a full deep dive covering Hermes agent's architecture, memory system, self-evolving skills, GEPA optimization, and setting up multiple specialized agents The article is quoted below.

Hermes meets SuperGrok! xAI just made every SuperGrok subscription work inside Hermes Agent. One browser login, no API key, no separate billing. And it doesn't just unlock text chat with Grok 4.3. The same OAuth token gives the agent access to: โ†’ Grok Text-to-Speech for spoken responses โ†’ Grok Imagine for image and video generation โ†’ x_search for real-time X/Twitter search I just added a new X Research Agent profile to my Hermes. Now my agent watches X while I ship. Setup takes about 60 seconds: Available on every SuperGrok tier, no restrictions. I wrote a full deep dive covering Hermes agent's architecture, memory system, self-evolving skills, GEPA optimization, and setting up multiple specialized agents The article is quoted below.

142,907 Aufrufe

Real-time object detection will never be the same. Traditional YOLO needs NMS to remove duplicate boxes; it's slow and inconsistent. YOLO26 skips it entirely: single-pass predictions, faster inference and up to 300 detections per image. Download model:

Real-time object detection will never be the same. Traditional YOLO needs NMS to remove duplicate boxes; it's slow and inconsistent. YOLO26 skips it entirely: single-pass predictions, faster inference and up to 300 detections per image. Download model:

373,358 Aufrufe

Big moment for Postgres! Search has always been Postgres' weak spot, and everyone just accepted it. If you needed a real relevance-ranked keyword search, the default answer was to spin up Elasticsearch or add Algolia and deal with the data sync headaches forever. The problem isn't that Postgres can't do text search. It can. But the built-in `ts_rank` function uses a basic term frequency algorithm that doesn't come close to what modern search engines deliver. So teams end up: - Running a separate Elasticsearch cluster just for search - Building sync pipelines that inevitably drift out of consistency - Paying for managed search services that charge per query - Accepting mediocre search relevance because "good enough" ships faster But this is actually a solvable problem. You can realistically bring industry-standard search ranking directly into Postgres, which eliminates the need for external infra entirely. This exact solution is now available with the newly open-sourced pg_textsearch by Tiger Data - Creators of TimescaleDB, a Postgres extension that brings true BM25 relevance ranking into the database. BM25 is the algorithm behind Elasticsearch, Lucene, and most modern search engines. Now it runs natively in Postgres. Here's what pg_textsearch enables: - True BM25 ranking with configurable parameters (the same algorithm powering production search systems) - Simple SQL syntax: `ORDER BY content 'search terms'` - Works with Postgres text search configurations for multiple languages - Pairs naturally with pgvector for hybrid keyword + semantic search That last point matters a lot for RAG apps. The video below shows this in action, and I worked with the team to put this together. You can now do hybrid retrieval (combining keyword matching with vector similarity) in a single database, without stitching together multiple systems. The syntax is clean enough that you can add relevance-ranked search to existing queries in minutes. pg_textsearch is fully open-source under the PostgreSQL license. You can find a link to their GitHub repo in the next tweet.

Big moment for Postgres! Search has always been Postgres' weak spot, and everyone just accepted it. If you needed a real relevance-ranked keyword search, the default answer was to spin up Elasticsearch or add Algolia and deal with the data sync headaches forever. The problem isn't that Postgres can't do text search. It can. But the built-in `ts_rank` function uses a basic term frequency algorithm that doesn't come close to what modern search engines deliver. So teams end up: - Running a separate Elasticsearch cluster just for search - Building sync pipelines that inevitably drift out of consistency - Paying for managed search services that charge per query - Accepting mediocre search relevance because "good enough" ships faster But this is actually a solvable problem. You can realistically bring industry-standard search ranking directly into Postgres, which eliminates the need for external infra entirely. This exact solution is now available with the newly open-sourced pg_textsearch by Tiger Data - Creators of TimescaleDB, a Postgres extension that brings true BM25 relevance ranking into the database. BM25 is the algorithm behind Elasticsearch, Lucene, and most modern search engines. Now it runs natively in Postgres. Here's what pg_textsearch enables: - True BM25 ranking with configurable parameters (the same algorithm powering production search systems) - Simple SQL syntax: `ORDER BY content 'search terms'` - Works with Postgres text search configurations for multiple languages - Pairs naturally with pgvector for hybrid keyword + semantic search That last point matters a lot for RAG apps. The video below shows this in action, and I worked with the team to put this together. You can now do hybrid retrieval (combining keyword matching with vector similarity) in a single database, without stitching together multiple systems. The syntax is clean enough that you can add relevance-ranked search to existing queries in minutes. pg_textsearch is fully open-source under the PostgreSQL license. You can find a link to their GitHub repo in the next tweet.

215,001 Aufrufe

Microsoft just changed the game! ๐Ÿ”ฅ They've open-sourced bitnet.cpp: a blazing-fast 1-bit LLM inference framework that runs directly on CPUs. Why is this a game-changerโ“ You can now run 100B parameter models on local devices with up to 6x speed improvements and 82% less energy consumptionโ€”all without a GPU! The future we've been waiting for: fast, efficient, and private AI that works anytime, anywhere.โœจ The model is also available on HuggingFace, you can try it right away! I've shared Link to the GitHub repo in next tweet, where you'll find all the details. _____ Find me โ†’ Akshay ๐Ÿš€ โœ”๏ธ For more insights and tutorials on AI and Machine Learning!

Sensitive content

Microsoft just changed the game! ๐Ÿ”ฅ They've open-sourced bitnet.cpp: a blazing-fast 1-bit LLM inference framework that runs directly on CPUs. Why is this a game-changerโ“ You can now run 100B parameter models on local devices with up to 6x speed improvements and 82% less energy consumptionโ€”all without a GPU! The future we've been waiting for: fast, efficient, and private AI that works anytime, anywhere.โœจ The model is also available on HuggingFace, you can try it right away! I've shared Link to the GitHub repo in next tweet, where you'll find all the details. _____ Find me โ†’ Akshay ๐Ÿš€ โœ”๏ธ For more insights and tutorials on AI and Machine Learning!

511,729 Aufrufe

Neural network visualized!

Neural network visualized!

571,507 Aufrufe

Fine-tune DeepSeek-OCR on your own language! (100% local) DeepSeek-OCR is a 3B-parameter vision model that achieves 97% precision while using 10ร— fewer vision tokens than text-based LLMs. It handles tables, papers, and handwriting without killing your GPU or budget. Why it matters: Most vision models treat documents as massive sequences of tokens, making long-context processing expensive and slow. DeepSeek-OCR uses context optical compression to convert 2D layouts into vision tokens, enabling efficient processing of complex documents. The best part? You can easily fine-tune it for your specific use case on a single GPU. I used Unsloth to run this experiment on Persian text and saw an 88.26% improvement in character error rate. โ†ณ Base model: 149% character error rate (CER) โ†ณ Fine-tuned model: 60% CER (57% more accurate) โ†ณ Training time: 60 steps on a single GPU Persian was just the test case. You can swap in your own dataset for any language, document type, or specific domain you're working with. I've shared the complete guide in the next tweet - all the code, notebooks, and environment setup ready to run with a single click. Everything is 100% open-source!

Fine-tune DeepSeek-OCR on your own language! (100% local) DeepSeek-OCR is a 3B-parameter vision model that achieves 97% precision while using 10ร— fewer vision tokens than text-based LLMs. It handles tables, papers, and handwriting without killing your GPU or budget. Why it matters: Most vision models treat documents as massive sequences of tokens, making long-context processing expensive and slow. DeepSeek-OCR uses context optical compression to convert 2D layouts into vision tokens, enabling efficient processing of complex documents. The best part? You can easily fine-tune it for your specific use case on a single GPU. I used Unsloth to run this experiment on Persian text and saw an 88.26% improvement in character error rate. โ†ณ Base model: 149% character error rate (CER) โ†ณ Fine-tuned model: 60% CER (57% more accurate) โ†ณ Training time: 60 steps on a single GPU Persian was just the test case. You can swap in your own dataset for any language, document type, or specific domain you're working with. I've shared the complete guide in the next tweet - all the code, notebooks, and environment setup ready to run with a single click. Everything is 100% open-source!

125,939 Aufrufe

Drag-and-drop UI to build AI agents! Langflow is a powerful visual tool for building and deploying AI-powered agents and workflowsโ€”without writing any code. Supports all major LLMs, vector DBs, etc. 100% open-source, 62k+ stars ๐ŸŒŸ

Drag-and-drop UI to build AI agents! Langflow is a powerful visual tool for building and deploying AI-powered agents and workflowsโ€”without writing any code. Supports all major LLMs, vector DBs, etc. 100% open-source, 62k+ stars ๐ŸŒŸ

207,932 Aufrufe

AI agents can finally talk to your frontend! The AG-UI Protocol bridges the critical gap between AI agents and frontend apps, making human-agent collaboration seamless. MCP: Agents to tools A2A: Agents to agents AG-UI: Agents to users 100% open-source.

AI agents can finally talk to your frontend! The AG-UI Protocol bridges the critical gap between AI agents and frontend apps, making human-agent collaboration seamless. MCP: Agents to tools A2A: Agents to agents AG-UI: Agents to users 100% open-source.

188,684 Aufrufe

Google released Gemma 3 270M, a new model for hyper-efficient local AI! We'll fine-tune this model and make it very smart at playing chess and predict the next move. Tech stack: - Unsloth AI for efficient fine-tuning. - Hugging Face transformers to run it locally. Let's go! ๐Ÿš€

Google released Gemma 3 270M, a new model for hyper-efficient local AI! We'll fine-tune this model and make it very smart at playing chess and predict the next move. Tech stack: - Unsloth AI for efficient fine-tuning. - Hugging Face transformers to run it locally. Let's go! ๐Ÿš€

145,567 Aufrufe

OpenClaw, but built for normal people. Sim is an open-source platform that lets you build AI agent workflows on a drag-and-drop canvas. Connect them to channels like Telegram and WhatsApp and deploy without writing a single line of code. They also have a built-in Copilot that generates entire workflows from plain English, which you can then tweak and customize in the UI. Key features: - Free and open-source (Apache 2.0) - Vector store integration for RAG-grounded agents - Self-host with one command (`npx simstudio`) - Run fully local with Ollama, no API keys needed - Supports vLLM for production-grade self-hosted inference The thing I really like about Sim is the level of control you get. You can add conditional branching, parallel execution, human-in-the-loop approval gates, and even nest workflows inside other workflows. Everything is visible on the canvas, so you know exactly what your agent is doing at every step. And you can build a workflow in Sim, deploy it as an MCP server, and plug it into any agent, including OpenClaw. I've shared the link to Sim's GitHub repo in the next tweet.

OpenClaw, but built for normal people. Sim is an open-source platform that lets you build AI agent workflows on a drag-and-drop canvas. Connect them to channels like Telegram and WhatsApp and deploy without writing a single line of code. They also have a built-in Copilot that generates entire workflows from plain English, which you can then tweak and customize in the UI. Key features: - Free and open-source (Apache 2.0) - Vector store integration for RAG-grounded agents - Self-host with one command (`npx simstudio`) - Run fully local with Ollama, no API keys needed - Supports vLLM for production-grade self-hosted inference The thing I really like about Sim is the level of control you get. You can add conditional branching, parallel execution, human-in-the-loop approval gates, and even nest workflows inside other workflows. Everything is visible on the canvas, so you know exactly what your agent is doing at every step. And you can build a workflow in Sim, deploy it as an MCP server, and plug it into any agent, including OpenClaw. I've shared the link to Sim's GitHub repo in the next tweet.

52,291 Aufrufe

Google just open-sourced LangExtract Python library! It uses LLMs to extract entities, attributes, and relationsโ€”with exact source groundingโ€”from unstructured documents. Flexible LLM support (Gemini, OpenAI, Ollama) 100% open-source.

Google just open-sourced LangExtract Python library! It uses LLMs to extract entities, attributes, and relationsโ€”with exact source groundingโ€”from unstructured documents. Flexible LLM support (Gemini, OpenAI, Ollama) 100% open-source.

120,343 Aufrufe

K-Means is simple. Making it fast on GPU isn't. Flash-KMeans is an IO-aware implementation of exact k-means that rethinks the algorithm around modern GPU bottlenecks. By attacking the memory bottlenecks directly, Flash-KMeans achieves: - 30x speedup over cuML - 200x speedup over FAISS Using the same exact algorithm, just engineered for todayโ€™s hardware. At the million-scale, Flash-KMeans can complete a k-means iteration in milliseconds. Here's why this matters today: K-means has always been an offline primitive. Something you run once to preprocess data and move on. These speedups change that. โ†ณ Vector databases like FAISS use k-means to build search indices. Faster k-means means you can re-index dynamically as data changes, not batch it overnight. โ†ณ LLM quantization methods need k-means to find optimal weight codebooks, per layer, repeatedly. What takes hours could now take minutes. โ†ณ MoE models need fast token routing at inference time. Millisecond k-means makes it viable to run this inside the inference loop, not just in preprocessing. The 200x over FAISS is the number to internalize. FAISS is the industry standard. Most production vector search systems sit on top of it. Link to the paper and code in next tweet!

K-Means is simple. Making it fast on GPU isn't. Flash-KMeans is an IO-aware implementation of exact k-means that rethinks the algorithm around modern GPU bottlenecks. By attacking the memory bottlenecks directly, Flash-KMeans achieves: - 30x speedup over cuML - 200x speedup over FAISS Using the same exact algorithm, just engineered for todayโ€™s hardware. At the million-scale, Flash-KMeans can complete a k-means iteration in milliseconds. Here's why this matters today: K-means has always been an offline primitive. Something you run once to preprocess data and move on. These speedups change that. โ†ณ Vector databases like FAISS use k-means to build search indices. Faster k-means means you can re-index dynamically as data changes, not batch it overnight. โ†ณ LLM quantization methods need k-means to find optimal weight codebooks, per layer, repeatedly. What takes hours could now take minutes. โ†ณ MoE models need fast token routing at inference time. Millisecond k-means makes it viable to run this inside the inference loop, not just in preprocessing. The 200x over FAISS is the number to internalize. FAISS is the industry standard. Most production vector search systems sit on top of it. Link to the paper and code in next tweet!

36,317 Aufrufe

Turn complex docs into clean, LLM-ready data! Every AI company I've talked to is solving the same problem: how do you build systems that don't hallucinate and back up every answer with proper citations? Tensorlake is a tool that extracts custom-defined structured data from any unstructured document in 3 steps: โ†ณ Define your schema โ†ณ Enable citations โ†ณ Extract You get RAG-ready data with precise citations and bounding boxes. Feed this to your LLM, and you'll generate responses that are citation-backed and fully auditable. This is the difference between a demo and a production system. When your AI can show exactly where it got its information, you move from proof-of-concept to something people can actually trust and deploy. I've shared the Tensorlake GitHub repo in the replies!

Turn complex docs into clean, LLM-ready data! Every AI company I've talked to is solving the same problem: how do you build systems that don't hallucinate and back up every answer with proper citations? Tensorlake is a tool that extracts custom-defined structured data from any unstructured document in 3 steps: โ†ณ Define your schema โ†ณ Enable citations โ†ณ Extract You get RAG-ready data with precise citations and bounding boxes. Feed this to your LLM, and you'll generate responses that are citation-backed and fully auditable. This is the difference between a demo and a production system. When your AI can show exactly where it got its information, you move from proof-of-concept to something people can actually trust and deploy. I've shared the Tensorlake GitHub repo in the replies!

58,117 Aufrufe

Transformers & LLMs cheatsheets for Stanford's CME-295! Covering tokenization, self-attention, prompting, fine-tuning, LLM-as-a-judge, RAG, AI Agents, and reasoning models. 100% free and open-source.

Transformers & LLMs cheatsheets for Stanford's CME-295! Covering tokenization, self-attention, prompting, fine-tuning, LLM-as-a-judge, RAG, AI Agents, and reasoning models. 100% free and open-source.

101,561 Aufrufe

Big moment for text-to-speech. Qwen just open-sourced a text-to-speech model that lets you clone voices, design new ones, and control speech using natural language. Let me explain what I mean: You can literally tell it "speak in a cheerful tone with slight nervousness," and it actually does that. No complex audio engineering needed. What makes this special: - 3-second voice cloning - Covers 10 languages: English, German, French, and more - Latency as low as 97ms for real-time applications - Supports both streaming and non-streaming generation The model comes in two sizes (0.6B and 1.7B parameters), so you can pick based on your hardware and quality needs. Three modes to work with: 1. Custom Voice: Use pre-built premium voices with instruction-based style control 2. Voice Design: Describe the voice you want in plain English (or Chinese), and the model creates it 3. Voice Clone: Provide a 3-second reference audio and clone that voice The best part? It integrates with vLLM for production deployment and has a simple Python package you can pip install. I've shared a link to the GitHub repo in the next tweet.

Big moment for text-to-speech. Qwen just open-sourced a text-to-speech model that lets you clone voices, design new ones, and control speech using natural language. Let me explain what I mean: You can literally tell it "speak in a cheerful tone with slight nervousness," and it actually does that. No complex audio engineering needed. What makes this special: - 3-second voice cloning - Covers 10 languages: English, German, French, and more - Latency as low as 97ms for real-time applications - Supports both streaming and non-streaming generation The model comes in two sizes (0.6B and 1.7B parameters), so you can pick based on your hardware and quality needs. Three modes to work with: 1. Custom Voice: Use pre-built premium voices with instruction-based style control 2. Voice Design: Describe the voice you want in plain English (or Chinese), and the model creates it 3. Voice Clone: Provide a 3-second reference audio and clone that voice The best part? It integrates with vLLM for production deployment and has a simple Python package you can pip install. I've shared a link to the GitHub repo in the next tweet.

31,072 Aufrufe

100x faster alternative to Pandas! (It can even beat GPU dataframe libraries) While Pandas is the most popular DataFrame library, it has some major limitations: - Pandas only uses a single CPU core. - It often creates bulky DataFrames - Its eager (immediate) execution prevents global optimization Introducing FireDucks a highly optimized, drop-in replacement for Pandas. Just change one line of code and you're good to go: โ†ณ import fireducks.pandas as pd The video below shows a comparison of FireDucks with cuDFโ€”a GPU DataFrame library. In this case, it's even faster than cuDF. That said, the query in the video has chaining operations and it uses all columns. By manually optimizing and working only with the necessary columns, the run-time decreased to: - Pandas: 14 seconds (down from 48 seconds) - FireDucks: 0.8 seconds (unchanged) [SIMILAR] - cuDF: 0.9 seconds (down from 2.6 seconds) This demonstrates that FireDucks' compiler automatically performs the same optimizations that you would need to explicitly implement in cuDF and Pandas. Most importantly, the optimization does not affect the final result. I've shared a link to the Colab notebook in the next tweet. _____ Find me โ†’ Akshay ๐Ÿš€ โœ”๏ธ For more insights and tutorials in AI and Machine Learning.

100x faster alternative to Pandas! (It can even beat GPU dataframe libraries) While Pandas is the most popular DataFrame library, it has some major limitations: - Pandas only uses a single CPU core. - It often creates bulky DataFrames - Its eager (immediate) execution prevents global optimization Introducing FireDucks a highly optimized, drop-in replacement for Pandas. Just change one line of code and you're good to go: โ†ณ import fireducks.pandas as pd The video below shows a comparison of FireDucks with cuDFโ€”a GPU DataFrame library. In this case, it's even faster than cuDF. That said, the query in the video has chaining operations and it uses all columns. By manually optimizing and working only with the necessary columns, the run-time decreased to: - Pandas: 14 seconds (down from 48 seconds) - FireDucks: 0.8 seconds (unchanged) [SIMILAR] - cuDF: 0.9 seconds (down from 2.6 seconds) This demonstrates that FireDucks' compiler automatically performs the same optimizations that you would need to explicitly implement in cuDF and Pandas. Most importantly, the optimization does not affect the final result. I've shared a link to the Colab notebook in the next tweet. _____ Find me โ†’ Akshay ๐Ÿš€ โœ”๏ธ For more insights and tutorials in AI and Machine Learning.

79,631 Aufrufe

OpenClaw meets RL! Most agents evolve via prompt tricks and markdown hacks. MetaClaw updates actual model weights from every failed interaction. Everything happens on the fly, without any dataset or code changes. GitHub:

OpenClaw meets RL! Most agents evolve via prompt tricks and markdown hacks. MetaClaw updates actual model weights from every failed interaction. Everything happens on the fly, without any dataset or code changes. GitHub:

17,228 Aufrufe

Check this!! Now you can scrape ANY website by just writing a prompt. Using 's /extract endpoint, just describe what you want to extract in a prompt. This produces LLM-ready structured output. No more hard coding!

Check this!! Now you can scrape ANY website by just writing a prompt. Using 's /extract endpoint, just describe what you want to extract in a prompt. This produces LLM-ready structured output. No more hard coding!

64,158 Aufrufe

Meta's SAM 3 is a beast. before: collect data, train custom object detector, use tracker to estimate object motion - days now: track anything with text prompt - seconds real-time object detection will never be the same.

Meta's SAM 3 is a beast. before: collect data, train custom object detector, use tracker to estimate object motion - days now: track anything with text prompt - seconds real-time object detection will never be the same.

31,386 Aufrufe

Makes Pandas 20x Faster using FireDucks... ...by changing JUST ONE LINE of code. Pandas has a few limitations: - a single-core computation. - creates bulky DataFrames. - always follows an eager execution mode (every op triggers immediate computation), which is why it cannot prepare a smart execution plan that optimizes the entire sequence of operations. FireDucks is a heavily optimized alternative with exactly the same API as Pandasโ€™ that addresses these. There are three ways to use it: 1) Load the extension: %๐ฅ๐จ๐š๐_๐ž๐ฑ๐ญ ๐—ณ๐—ถ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ธ๐˜€.๐ฉ๐š๐ง๐๐š๐ฌ; ๐—ถ๐—บ๐—ฝ๐—ผ๐—ฟ๐˜ ๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ฎ๐˜€ ๐—ฎ๐˜€ ๐—ฝ๐—ฑ 2) Import FireDucks instead of Pandas: ๐ข๐ฆ๐ฉ๐จ๐ซ๐ญ ๐—ณ๐—ถ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ธ๐˜€.๐ฉ๐š๐ง๐๐š๐ฌ ๐š๐ฌ ๐ฉ๐ 3) If you have a Python script, execute is as follows: ๐—ฝ๐˜†๐˜๐—ต๐—ผ๐—ป3 -๐—บ ๐—ณ๐—ถ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ธ๐˜€.๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ฎ๐˜€ ๐—ฐ๐—ผ๐—ฑ๐—ฒ.๐—ฝ๐˜† Done! โœ… Check this out๐Ÿ‘‡

Makes Pandas 20x Faster using FireDucks... ...by changing JUST ONE LINE of code. Pandas has a few limitations: - a single-core computation. - creates bulky DataFrames. - always follows an eager execution mode (every op triggers immediate computation), which is why it cannot prepare a smart execution plan that optimizes the entire sequence of operations. FireDucks is a heavily optimized alternative with exactly the same API as Pandasโ€™ that addresses these. There are three ways to use it: 1) Load the extension: %๐ฅ๐จ๐š๐_๐ž๐ฑ๐ญ ๐—ณ๐—ถ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ธ๐˜€.๐ฉ๐š๐ง๐๐š๐ฌ; ๐—ถ๐—บ๐—ฝ๐—ผ๐—ฟ๐˜ ๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ฎ๐˜€ ๐—ฎ๐˜€ ๐—ฝ๐—ฑ 2) Import FireDucks instead of Pandas: ๐ข๐ฆ๐ฉ๐จ๐ซ๐ญ ๐—ณ๐—ถ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ธ๐˜€.๐ฉ๐š๐ง๐๐š๐ฌ ๐š๐ฌ ๐ฉ๐ 3) If you have a Python script, execute is as follows: ๐—ฝ๐˜†๐˜๐—ต๐—ผ๐—ป3 -๐—บ ๐—ณ๐—ถ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ธ๐˜€.๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ฎ๐˜€ ๐—ฐ๐—ผ๐—ฑ๐—ฒ.๐—ฝ๐˜† Done! โœ… Check this out๐Ÿ‘‡

73,967 Aufrufe

Videos

akshay_pachaar's profile picture

Anthropic's most viral feature is now open-source! Until now, Anthropic's Generative UI capabilities only existed inside its own products. CopilotKit๐Ÿช just shipped Open Generative UI, an open-source implementation of Claude Artifacts that works in any app. The agent generates HTML/SVG at runtime, and CopilotKit streams it token-by-token into a sandboxed iframe inside the app's chat. So the user can watch the UI assemble itself in real time, not after the full response is ready. The sandbox is fully isolated with no access to the parent app, the DOM, or user data. So if the agent hallucinates broken markup or unexpected JavaScript, nothing leaks outside the iframe. Under the hood, the agent does not select from pre-built components. Instead, it generates arbitrary visuals from scratch every time. The output is unconstrained by default, but you can shape it by defining prompt-based skills that teach the agent specific visual formats or guidelines. For instance, a skill prompt can guide the agent toward producing a Chart.js dashboard with proper axis labels and responsive sizing, or an interactive 3D model with rotation controls. The video below shows this in action, and the output quality you see actually comes from the skills layer. Open Generative UI runs on AG-UI, so it works out of the box with LangGraph, CrewAI, Mastra, Google ADK, AWS Strands, and more. It also ships with a standalone MCP server that plugs into Claude Code, Cursor, or any MCP-compatible client. And the entire stack is built on top of CopilotKit, the open-source frontend framework for agents and generative UI. 30k+ GitHub stars, with SDKs for React, Next.js, Angular, and Vue. I have shared the GitHub repo and a live playground in the replies!

Akshay ๐Ÿš€

84,504 Aufrufe โ€ข vor 27 Tagen

akshay_pachaar's profile picture

What they don't tell you about vibe coding: โ€ข Moltbook exposed 1.5M auth tokens. The owner hadn't written a single line of code. โ€ข Tea App leaked 72,000 government IDs. The database was just open, no sophisticated hack needed. โ€ข A researcher took control of a journalist's computer through her own vibe-coded game, without a single click. The code ran fine in all three cases, tests passed, reviews looked clean, and nothing raised a flag. That's the problem nobody is talking about. Teams are shipping faster than ever. AI writes the code. CI catches build failures. Tests catch regressions. Observability catches outages. But nobody is asking the one question that actually matters: What can an attacker do with this, right now? Because the bottleneck is no longer writing code. It's understanding what that code actually exposes once it's live. PR reviews miss auth edge cases. Unit tests don't probe broken access control. Staging environments don't simulate adversarial behavior. And business logic flaws look completely fine until someone decides to break them on purpose. Strix is an open-source tool that fills this gap. It reviews your running app the way an attacker would: - Crawls the app and maps every exposed route and flow - Probes abuse paths dynamically, not just at build time - Returns findings with proof-of-concepts and suggested fixes Strix was benchmarked against 200 real companies and open-source repos, where it found 600+ verified vulnerabilities including assigned CVEs. It's designed to fit into how modern teams already work. Run it before a release, after major changes, or continuously as the app evolves. If your team is shipping AI-generated code and you don't currently have a way to answer "what does this actually expose", it's worth looking at. GitHub link in the next tweet.

Akshay ๐Ÿš€

52,267 Aufrufe โ€ข vor 2 Monaten