VectorizationLLM: Smart Vectorization Based AI Assistant

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Advanced, extended

Summary

VectorizationLLM is a specialized AI assistant built on Google DeepMind Gemma 4 26B A4B, designed to support students in CTEC 247: Applied Computational Analysis II at New York Institute of Technology. Hosted on OpenWebUi, it helps students learn MATLAB concepts like smart vectorization, Fourier analysis, and differential equations. The model uses a Retrieval Augmented Generation (RAG) knowledge base and a custom system prompt, configured with temperature=1.0, top_p=0.95, and top_k=64. It provides detailed explanations and examples from class notes, including code, text, and images, while strictly enforcing academic integrity by not giving direct answers. Evaluation showed a 97.92% recall rate for verbatim code lines. Its first implementation is scheduled for Fall 2026, with future adoption planned for CTEC 249 in Spring 2027.

Key takeaway

For AI Engineers or Research Scientists developing educational tools, this project demonstrates that generic LLMs are insufficient for specialized technical curricula due to academic integrity and domain specificity issues. You should prioritize building custom Retrieval Augmented Generation (RAG) systems with meticulously designed system prompts and guardrails. This approach ensures the AI assistant provides accurate, context-aware explanations from course materials without generating direct solutions, fostering genuine learning and maintaining academic standards.

Key insights

Specialized LLMs can provide effective, integrity-enforced academic assistance by integrating course-specific content and pedagogical rules.

Principles

Method

The VectorizationLLM system integrates a Google Gemma 4 26B A4B base with OpenWebUi, utilizing a custom RAG knowledge base of class notes and a system prompt designed for functionality, determinism, and academic guardrails.

In practice

Topics

Best for: AI Engineer, AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.