A developer built CV Maker Engine, a local-first, open-source application to help job seekers track applications and generate tailored resumes while bypassing ATS systems. The tool uses hybrid NLP/RAG matching, integrates optional cloud LLMs (Ollama, Google Gemini), and stores all data locally without subscriptions or privacy concerns.
GrabThat is a configurable Windows desktop application that uses natural language processing to help users access documents, files, and workflows without changing their existing processes. It features a launcher, snippets, scripts, clipboard management, scheduling, and local databases designed to integrate with existing team operations.
An introduction to AI engineering explaining how Large Language Models work as prediction machines trained on patterns in text data, contrasting them with traditional deterministic software and highlighting their key limitation: they lack memory and cannot retain context across conversations.
BiNeuron is a local AI platform that analyzes code requests and generates production-ready code across 25+ programming languages. It combines natural language processing, OCR, and adaptive model selection with support for multiple file formats and automatic hardware optimization.
GPU-time is a small neural model with 24,761 parameters designed to parse natural language date and time expressions. It takes a phrase, reference instant, and timezone as inputs and returns dates formatted according to RFC 5545 rules.
A 2023 computer science paper demonstrates that language model tokenizers create unfairness across languages by producing drastically different tokenization lengths for the same text translated into different languages—up to 15 times longer in some cases. These disparities affect cost, processing time, and context length for commercial language services, persisting even in intentionally multilingual tokenizers. The authors argue for developing multilingually fair subword tokenizers for future language models.
Mnemiq is an open-source text-to-SQL engine that converts natural language questions into database queries while allowing users to tune and inspect every stage of the pipeline. Unlike closed systems, it prioritizes accuracy measurement on your own database, includes safety checks like permission validation and read-only enforcement, and exposes configuration knobs for schema context, semantic enrichment, and query verification.
Hugging Face's free LLM and NLP course teaches large language models and natural language processing using the Hugging Face ecosystem libraries (Transformers, Datasets, Tokenizers, Accelerate) and Hub. The course evolved from NLP focus to emphasize LLMs, covering foundational concepts through advanced topics like fine-tuning and reasoning models across 12 chapters.