RSSAmplifier

Podcast

Arjo's Blog

Personal blog of Arjo Chakravarty

arjo129.github.ioRSS feed ↗4 episodes

Latest episodes

Being A Good Open Source Contributor In An AI Driven Era

Disclaimer: The views and opinions expressed herein are solely my own and do not represent those of my employer or any associated institutions.

What Science Fiction Predicted About AI: A Lightweight Survey

Artificial intelligence has always been a staple in science fiction. From C-3PO to R. Daneel Olivaw and HAL, AI and robotics have played a fundamental role in the genre. What is particularly interesting about fiction is that it explores how humanity adapts to new circumstances. While often fantastical and exaggerated, the themes portrayed are often prescient.

From Photos to Positions: Prototyping VLM-Based Indoor Maps

Disclaimer: This project was completed entirely on personal time and hardware. It is not affiliated with, endorsed by, or representative of any institutions or organizations with which I am affiliated. The views and opinions expressed herein are solely my own and do not represent those of my employer or any associated institutions.

Getting an LLM to write a blog engine

This is a blog engine that I wrote for my own website. It is powered by an LLM. The llm was asked to generate the python script that pulls articles from the blog folder and displays the title and first paragraph of each article in the front page. It then provides a link to the full article.