rahul--pandit

geek notes and random thoughts

Loop Engineering

Let's take a look at what is Loop Engineering, understand its benefits and address the key structural weaknesses, cost realities, and operational risks of autonomous AI coding loops.

rahul--pandit.bsky.social
July 24, 2026

How you can use Atlas Browse as an Autonomous Business Operator

Instead of using ChatGPT like a glorified chatbot - typing prompts, copying responses, and pasting text across dozens of open tabs: Move from prompting to delegating.

rahul--pandit.bsky.social
July 24, 2026

Free, Automated RSS Reader with Liveboat and GitHub Pages

Here is how you can use Liveboat - an open-source tool to completely transform how you consume news.

rahul--pandit.bsky.social
July 24, 2026

Microsoft SkillOpt: From Prompt Engineering to Skill Training

A Deep Dive Into SkillOpt’s Framework, Experimental Results, and Open-Source Implementation

rahul--pandit.bsky.social
July 24, 2026

KV Caching in LLMs, Clearly Explained

You've seen it every time you use ChatGPT or Claude. The first token takes noticeably longer to appear. Then the rest stream out almost instantly.

rahul--pandit.bsky.social
July 24, 2026

Google - Introducing the Open Knowledge Format

Google recently introduced the Open Knowledge Format (OKF), an open specification that formalizes the LLM-wiki pattern into a portable, interoperable format. This is a vendor-neutral, agent- and human-friendly standard for representing the metadata, context, and curated knowledge that modern AI systems need.

rahul--pandit.bsky.social
July 24, 2026

Percentiles Explained

What Is P10, P50, and P90?

Percentiles Explained
rahul--pandit.bsky.social
July 24, 2026

A Beginner's Guide to Robotics Hardware

https://interlatent.com/blog/interlatent-robotics-hardware-guide

rahul--pandit.bsky.social
July 24, 2026

Beyond Prompting: How to Actually Engineer AI Workflows into Business Systems

The article argues that the cutting edge of AI adoption has shifted from simple prompting to building "loops" - autonomous or semi-autonomous execution cycles where an AI model acts as a subroutine inside a programmatic wrapper. It outlines a 5-part framework for applying these loops to core revenue-generating business operations (sales, marketing, recruiting) and warns against unmonitored loop execution.

rahul--pandit.bsky.social
July 24, 2026

How to test a mobile Edge extension on Android

To test a mobile Edge extension on Android, you will need to use the Microsoft Edge Canary app from the Google Play Store. You can load your custom extension either by enabling experimental flags for direct ID installation or by connecting remotely via USB to a desktop machine for advanced developer inspection.

rahul--pandit.bsky.social
July 24, 2026

Behind the Prompt: How Production LLM Systems Scale in the Real World

Want to serve flagship large language models to millions of concurrent users?

rahul--pandit.bsky.social
July 24, 2026

Text Compare Tool - 3 way or 2 way supported

https://www.guideaxon.com/diff-tool.html

rahul--pandit.bsky.social
July 24, 2026

(S)AGE - (Sovereign) Agent Governed Experience

https://github.com/l33tdawg/sage

rahul--pandit.bsky.social
July 24, 2026

PageIndex: Document Index for Vectorless, Reasoning-based RAG

https://github.com/VectifyAI/PageIndex

rahul--pandit.bsky.social
July 24, 2026

TurboVec - Vector Index

RyanCodrai/turbovec

rahul--pandit.bsky.social
July 24, 2026

Leverage classifiers for your Agent

One of my favorite superpowers of agents is building classifiers. It’s insanely high leverage. Before AI, you needed a year-round team: - 3 ML engineers to build the models - 3 ML infra engineers to scale them up - 2 software engineers to integrate the parts - 1 data scientist to analyze it - 1 PM to manage the product - 0.5 EM to hold it together Now, in minutes, you can have an agent generate a markdown file that classifies inputs, then let agents run continuously against it.

rahul--pandit.bsky.social
July 24, 2026

Markdown memory system for you and your AI agent

iwe.md

rahul--pandit.bsky.social
July 24, 2026

Knowledge Graph Extractor

Author - hanxiao https://github.com/hanxiao/knowledge-graph-extractor/ It takes a lot of effort to find a question that's non-trivial to a scaffolded LLM yet still answerable. To find those question-answer pairs, I built a knowledge graph extractor where you can throw a corpus at it, and it extracts the entity relations using qwen3.6-35b-a3b-MTP on an L4 at 70 tps (which is really good for such a low-budget GPU). Then I mark out the longest path in the graph and use it to generate challenging question-answer pairs. The idea is to find those genuinely multi-hop fact chains that are verifiable from the corpus, to stress-test the agentic search system.

rahul--pandit.bsky.social
July 24, 2026

Breaking Free from EAS Cloud: Building and Distributing Expo Apps on Your Own Terms

Are you locked into Expo Application Services (EAS) Cloud, and will build and deployment costs scale out of control?

rahul--pandit.bsky.social
July 24, 2026

Open Source Bookmark Manager

https://www.xbrowsersync.org/

rahul--pandit.bsky.social
July 24, 2026

What is a GGUF model?

How does it work?

rahul--pandit.bsky.social
July 24, 2026

Deploying LLMs in production?

Here's a hands-on guide:

rahul--pandit.bsky.social
July 24, 2026

Hire the right talent

Marc Andreessen on how to get people to join your 3-person startup Marc says founders have two tools at their disposal to win new hires:

rahul--pandit.bsky.social
July 24, 2026

Are you using Claude or Codex correctly

Do you just install Claude and use simple 1-2 liner prompts? Learn how to write a Skill and use sub-agents and go from using 5% of the capabilities to 100%.

rahul--pandit.bsky.social
July 24, 2026