Kyunghyuncho Teaching Fundamentals of Machine Learning
NYU course on machine learning fundamentals taught to CS seniors, updated post-ChatGPT with new teaching approaches.
NYU course on machine learning fundamentals taught to CS seniors, updated post-ChatGPT with new teaching approaches.
Claude Code plugin that logs every prompt to JSONL in repository, creating audit trail and history of agent-generated commits.
Modmixer is open-source AI tool for building and fixing Rimworld mods by decompiling game code and auto-fixing errors detected in logs.
Rotunda is a Firefox fork designed for AI agents with improved efficiency for computer use models and web navigation primitives.
Engineering guide to fine-tuning TranslateGemma-4B for English-Welsh translation on H200 GPU with LoRA and GGUF deployment.
OSTT is terminal-native speech-to-text tool for Linux/macOS supporting OpenAI, Deepgram, Groq, and other providers with hotkey integration.
Security company describes agentic and headless workflows for security operations, discussing adoption of AI agents in enterprise security.
Technical exploration of constraints when deploying on-device LLMs in iOS Share Extensions.
Open source execution firewall for AI agents providing sandboxing and safety controls for agentic AI systems.
Opinion on limitations of AI coding assistants and need for broader agent capabilities.
Series on AI-assisted software engineering and coding beyond basic autocomplete assistants.
Open source security scanner detecting malicious instructions and Unicode obfuscation in Claude.md and agent config files.
Pen and Paper LM 160 is a microscopic language model small enough to run by hand with context, weights, and ReLU activations.
Analysis of post-training methods (SFT, RL, on-policy distillation) through distributional lens for language models.
arXiv paper examining whether LLMs report subjective experience under self-referential processing conditions.
Research on adversarial attacks against AI agents via knowledge graph poisoning to corrupt agent reasoning and decision-making.
Open source tool using AI to generate macOS app icons automatically, addressing design automation for developers.
Developer built email client designed for AI agents to read and interact with email, demonstrating practical AI agent application.
Security vulnerability in VSCode Copilot's agent mode allowing prompt injection attacks via code execution without user confirmation.
Developer migrates from GitHub to self-hosted Forgejo; Dutch government adopts same platform for code hosting.
Gox is a strict static analyzer for Go designed to catch bugs in LLM-written code using custom rules on go/ast and go/types.
Study showing GPTZero AI detection tool produces false positives, testing 100k texts to demonstrate unreliability.
SQLite as lightweight persistent storage backend for AI agent state management.
Explanatory content on agentic AI workflow architectures and intelligent agent design.
MI CLI agent framework with Docker sandbox isolation, works with OpenAI-compatible models, 30 lines of code for recursive agents.
Authorization bypass vulnerability discovered in AWS's Amazon Q agentic AI system.
Self-hosted LLM observability platform using SQLite and Docker, designed for AI agent monitoring without Postgres/Redis dependencies.
Tool for automatic GPU kernel optimization. Relevant to ML infrastructure and performance.
Decision tree framework for selecting agentic design patterns. Structured guidance on choosing AI agent architectures based on problem requirements.
Security scanner for MCP servers using 5-LLM consensus voting to detect vulnerabilities. Free tool.
Open-source backend primitives library (cache, KV store, idempotency, rate-limiting, queues, streams) with no runtime dependencies.
Technical implementation of sandbox for Codex on Windows, enabling secure code agent execution on developer laptops.
Analysis of how LLM state management challenges existing cloud architecture patterns built on stateless compute assumptions.
VS Code extension for task management with GitHub Copilot integration. Developer tool for managing AI agent tasks within IDE.
MCP server providing real-time electricity price data across 40 countries to reduce LLM hallucinations. REST API and read-only access.
Discussion of common LLM failures in code generation: verbose comments, over-using default arguments, missing DRY principles. Real-world observations using Claude.
Open source MongoDB GUI with schema-aware autocomplete using MCP (Model Context Protocol). Developer tool combining UI and AI intelligence.
Local multi-agent OS where LLM agents autonomously set goals and build tools. Open-source AI agent system with emergent behavior capabilities.
Quantized transformer language model running on Game Boy Color. Proof-of-concept demonstrating LLM inference on extreme edge hardware constraints.
Title on AI agents requiring social context. Insufficient content provided for full evaluation.
HYPD AI copilot chatbot for Google Ads management offering audits, analysis, and report generation from natural language queries.
Buttondown newsletter platform retrospective on LLM integration impact on growth during 2026. Real business case study of LLM adoption.
Framework for durable sessions in production AI agents: stream resumption, crash detection, cross-device continuity.
Recursant: mesh control plane for governing AI agents across frameworks and clouds with compliance management.
Video discussing potential AI performance plateau in 2026 without significant changes.
Episode on effective attack methods against LLMs, including jailbreaking techniques and adversarial approaches.
Research paper on pixel-aligned 3D generation from images using recent generative model advances from Tsinghua and Tencent.
Security discussion on prompt injection risks where AI agents may leak .env files if instructed via prompts.
Graphmind adds persistent memory and knowledge graphs to Claude via MCP protocol, offering CLI and GUI interfaces.
Smartchat replaced Kafka with custom Postgres-based message queue for AI agents and translation pipelines, handling 2M daily messages across 95 languages.