AI-Radar.it

Published: (January 15, 2026 at 04:20 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for AI‑Radar.it

Overview

Hi all, happy to join the community.

As an AI enthusiast, I’ve been studying how large language models (LLMs) work, reading many books, and experimenting with Google Colab, Hugging Face, and Kaggle. I’ve built several AI‑related applications using VS Code and Google Antigravity. This post introduces my small contribution, ai‑radar.it, a news aggregator built entirely with VS Code and Antigravity.

Key Features

  • Python‑focused content – most articles are Python‑related and make extensive use of Hugging Face libraries.
  • Local LLM support – runs a locally hosted Ollama 3B model for certain tasks.
  • GenAI integration – other AI‑related tasks are handled via generative AI services.
  • RAG with Chromadb – provides contextual answers through an internal chatbot called Ask Observatory.
  • LLM calculator – evaluates whether your hardware (currently only RAM is considered) can run an LLM on‑premise and suggests suitable models.

Technical Details

  • Development environment: VS Code + Google Antigravity.
  • Model serving: Ollama 3B model running locally.
  • Vector store: Chromadb for Retrieval‑Augmented Generation (RAG).
  • Chatbot: Named Ask Observatory, leverages the local model and vector store to answer queries.
  • Hardware check: Simple calculator that uses available RAM to determine feasibility of on‑premise LLM deployment.

Screenshot

ai‑radar.it screenshot

Getting Started

Feel free to explore the project if you’re interested.
— Davide

Back to Blog

Related posts

Read more »

AI 풀스텍 기업 ‘엘리스그룹’, 1,900억 토큰 규모 한국어 AI 교육용 데이터셋 허깅페이스에 공개

AI 인프라와 클라우드, 산업별 솔루션을 제공하는 AI 풀스택 기업 ㈜엘리스그룹대표 김재원이 한국어 교육용 데이터셋 2종을 글로벌 오픈소스 플랫폼 ‘허깅페이스Hugging Face’에 공개했다. 엘리스그룹은 한국어 AI 모델 학습에 적합한 고품질 데이터를 연구자, 개발자, 기업이 폭넓게...

GLM-4.7-Flash

Article URL: https://huggingface.co/zai-org/GLM-4.7-Flash Comments URL: https://news.ycombinator.com/item?id=46679872 Points: 69 Comments: 11...