# visual language model (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover visual language model.

Page: <https://rssamplifier.com/topics/visual-language-model/blogs>  
Feed: <https://rssamplifier.com/topics/visual-language-model/blogs.md>

---

## [brute force attempt to understand RNN](https://poonai.xyz/interpretability/2026/03/01/brute-force-attempt-to-understand-RNN.html)

_2026-03-01 · Poonai’s space_

As of today, it’s not feasible to fully understand LLM. Therefore, scientists are hypothesizing that studying a toy model would help us to understand the big model. I came across such toy model released by ARC and I tried to understand their understanding.

## [I competed against Anthropic to know my self-worth](https://poonai.xyz/ai/optimization/2026/01/31/i-competed-against-anthropic-to-know-my-self-worth.html)

_2026-01-31 · Poonai’s space_

The whole ego competition started when I received a text message saying, “Anyone here is trying this?” with a blog title: Designing AI-resistant technical tech evaluation. As I read the blog, I was excited to see how far AI agents have caught up with coding tasks, and it also created a subtle fear in me of not being valuable anymore. I bet some of you have already felt that way at some point.…

## [Building an Visual Language Model from scratch](https://poonai.xyz/ai/image/llm/natural-language-processing/2025/10/02/building-visual-language-model.html)

_2025-10-02 · Poonai’s space_

My initial aim was to build a document processing model. But the idea was far fetched for my skill at the time. So, I settled down for building a toy version of visual language model for better understanding of VLM. I’m documenting my intuition for the benefit of myself and others. My model will receive image as an input and return its caption as an output. Luckily, I found a dataset with image…

## [Context Pruning in conversational agents](https://poonai.xyz/ai/context-engineering/llm/context-pruning/2025/09/08/context-pruning-in-conversational-agents.html)

_2025-09-08 · Poonai’s space_

My Journey to Building Agentic Apps

## [Simplest backpropagation explainer without chain rule](https://poonai.xyz/2025/04/27/simplest-backpropagation-explainer-without-chain-rule.html)

_2025-04-27 · Poonai’s space_

Neural Networks learn to predict by backpropagation. This article aims to help you, build a solid intuition about the concept using a simple example. The ideas we learn here can be expanded for bigger nerual network. I assume that you already know how feed forward neural network works.

