Skip to content

Commit e2b91ff

Browse files
committed
deploy: 5d431e6
1 parent 1b163b7 commit e2b91ff

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

feed_json_updated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "https://jsonfeed.org/version/1", "title": "prabha.ai", "home_page_url": "https://prabha.github.io/", "feed_url": "https://prabha.github.io/feed_json_updated.json", "description": "Notes about my hobbies and other things I find interesting.", "icon": null, "authors": [{"name": "Prabha Arivalagan"}], "language": "en", "items": [{"id": "https://prabha.github.io/writing/2024/03/19/lets-build-gpt-from-scratch/", "url": "https://prabha.github.io/writing/2024/03/19/lets-build-gpt-from-scratch/", "title": "Karpathy's let's build GPT from scratch", "content_html": "<p>!!!note \"Self Note\"\n This note is for me to understand the concepts</p>\n<p>!!!note \"Learning Resource\"\n Karpathy's tutorial on Youtube [Lets build GPT from scratc...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/Karpathy's - let's build GPT from scratch.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2025/05/13/the-language-of-agents/", "url": "https://prabha.github.io/writing/2025/05/13/the-language-of-agents/", "title": "The Language of Agents Decoding Messages in LangChain & LangGraph", "content_html": "<p>Ever wondered how apps get AI to chat, follow instructions, or even use tools? A lot of the magic comes down to \"messages.\" Think of them as the notes passed...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/The Language of Agents - Decoding Messages in LangChain & LangGraph.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2025/10/04/agents-in-gcp/", "url": "https://prabha.github.io/writing/2025/10/04/agents-in-gcp/", "title": "Building AI Agents in Google Cloud: Choose the Right Approach for Your Needs", "content_html": "<h1>Building AI Agents in Google Cloud: Choose the Right Approach for Your Needs</h1>\n<h2>TL;DR</h2>\n<ul>\n<li><strong>ADK</strong> \u2192 Google-developed open-source framework for building com...</li>\n</ul>", "image": "https://prabha.github.io/assets/images/social/writing/posts/agents-in-gcp.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["adk", "agent-framework"]}, {"id": "https://prabha.github.io/writing/2024/08/18/building-obsidian-kb-chatbot/", "url": "https://prabha.github.io/writing/2024/08/18/building-obsidian-kb-chatbot/", "title": "Building Personal Chatbot - Part 2", "content_html": "<h1>Building Personal Chatbot - Part 2</h1>\n<h1>Enhancing Our Obsidian Chatbot: Advanced RAG Techniques with Langchain</h1>\n<p>In our [previous post](https://medium.com/@pr...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/building-obsidian-kb-chatbot-part2.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2024/04/29/building-obsidian-kb-chatbot/", "url": "https://prabha.github.io/writing/2024/04/29/building-obsidian-kb-chatbot/", "title": "Building an Obsidian Knowledge base Chatbot: A Journey of Iteration and Learning", "content_html": "<h1>Building an Obsidian Knowledge base Chatbot: A Journey of Iteration and Learning</h1>\n<p>As an avid Obsidian user, I've always been fascinated by the potential of...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/building-obsidian-kb-chatbot.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm", "obsidian-kb"]}, {"id": "https://prabha.github.io/writing/2024/04/19/quantized-llm-models/", "url": "https://prabha.github.io/writing/2024/04/19/quantized-llm-models/", "title": "Quantized LLM Models", "content_html": "<h1>Quantized LLM Models</h1>\n<p>Large Language Models (LLMs) are known for their vast number of parameters, often reaching billions. For example, open-source models...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/quantized-llm-models.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2024/03/06/tokenizer-comparison/", "url": "https://prabha.github.io/writing/2024/03/06/tokenizer-comparison/", "title": "Tokenizer comparison", "content_html": "<p>!!!note \"Self Note\"\n This note is for myself to understand the concepts</p>\n<p>Very good resource [Karpathy's Tokenizer Video](https://www.youtube.com/watch?v=zduS...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/tokenizer-comparison.png", "date_modified": "2025-10-04T19:16:17+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}]}
1+
{"version": "https://jsonfeed.org/version/1", "title": "prabha.ai", "home_page_url": "https://prabha.github.io/", "feed_url": "https://prabha.github.io/feed_json_updated.json", "description": "Notes about my hobbies and other things I find interesting.", "icon": null, "authors": [{"name": "Prabha Arivalagan"}], "language": "en", "items": [{"id": "https://prabha.github.io/writing/2024/03/19/lets-build-gpt-from-scratch/", "url": "https://prabha.github.io/writing/2024/03/19/lets-build-gpt-from-scratch/", "title": "Karpathy's let's build GPT from scratch", "content_html": "<p>!!!note \"Self Note\"\n This note is for me to understand the concepts</p>\n<p>!!!note \"Learning Resource\"\n Karpathy's tutorial on Youtube [Lets build GPT from scratc...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/Karpathy's - let's build GPT from scratch.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2025/05/13/the-language-of-agents/", "url": "https://prabha.github.io/writing/2025/05/13/the-language-of-agents/", "title": "The Language of Agents Decoding Messages in LangChain & LangGraph", "content_html": "<p>Ever wondered how apps get AI to chat, follow instructions, or even use tools? A lot of the magic comes down to \"messages.\" Think of them as the notes passed...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/The Language of Agents - Decoding Messages in LangChain & LangGraph.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2025/10/04/agents-in-gcp/", "url": "https://prabha.github.io/writing/2025/10/04/agents-in-gcp/", "title": "Building AI Agents in Google Cloud: Choose the Right Approach for Your Needs", "content_html": "<h1>Building AI Agents in Google Cloud: Choose the Right Approach for Your Needs</h1>\n<h2>TL;DR</h2>\n<ul>\n<li><strong>ADK</strong> \u2192 Google-developed open-source framework for building com...</li>\n</ul>", "image": "https://prabha.github.io/assets/images/social/writing/posts/agents-in-gcp.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["adk", "agent-framework"]}, {"id": "https://prabha.github.io/writing/2024/08/18/building-obsidian-kb-chatbot/", "url": "https://prabha.github.io/writing/2024/08/18/building-obsidian-kb-chatbot/", "title": "Building Personal Chatbot - Part 2", "content_html": "<h1>Building Personal Chatbot - Part 2</h1>\n<h1>Enhancing Our Obsidian Chatbot: Advanced RAG Techniques with Langchain</h1>\n<p>In our [previous post](https://medium.com/@pr...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/building-obsidian-kb-chatbot-part2.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2024/04/29/building-obsidian-kb-chatbot/", "url": "https://prabha.github.io/writing/2024/04/29/building-obsidian-kb-chatbot/", "title": "Building an Obsidian Knowledge base Chatbot: A Journey of Iteration and Learning", "content_html": "<h1>Building an Obsidian Knowledge base Chatbot: A Journey of Iteration and Learning</h1>\n<p>As an avid Obsidian user, I've always been fascinated by the potential of...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/building-obsidian-kb-chatbot.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm", "obsidian-kb"]}, {"id": "https://prabha.github.io/writing/2024/04/19/quantized-llm-models/", "url": "https://prabha.github.io/writing/2024/04/19/quantized-llm-models/", "title": "Quantized LLM Models", "content_html": "<h1>Quantized LLM Models</h1>\n<p>Large Language Models (LLMs) are known for their vast number of parameters, often reaching billions. For example, open-source models...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/quantized-llm-models.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}, {"id": "https://prabha.github.io/writing/2024/03/06/tokenizer-comparison/", "url": "https://prabha.github.io/writing/2024/03/06/tokenizer-comparison/", "title": "Tokenizer comparison", "content_html": "<p>!!!note \"Self Note\"\n This note is for myself to understand the concepts</p>\n<p>Very good resource [Karpathy's Tokenizer Video](https://www.youtube.com/watch?v=zduS...</p>", "image": "https://prabha.github.io/assets/images/social/writing/posts/tokenizer-comparison.png", "date_modified": "2025-10-06T03:29:19+00:00", "authors": [{"name": "Prabha Arivalagan"}], "tags": ["llm"]}]}

0 commit comments

Comments
 (0)