How we use Claude Code to modernize a .NET Framework 4.8 monolith
Case study using Claude AI to assist modernizing legacy .NET Framework 4.8 monolith to contemporary architecture.
Case study using Claude AI to assist modernizing legacy .NET Framework 4.8 monolith to contemporary architecture.
Practical comparison of GPT 5.5 and Opus 4.7 models on real-world tasks like coding and simulation, beyond benchmark scores.
Little-coder is an AI agent for code generation optimized to run efficiently on smaller language models.
Technical exploration of building asynchronous AI agents using Server-Sent Events (SSE) with Last-Event-ID for durable streaming, examining practical challenges.
David Silver from AlphaGo founded Ineffable Intelligence to build AI superintelligence via reinforcement learning, arguing AI is taking the wrong path.
Prediction market analysis app combining LLMs with data APIs (FRED, NWS, CoinGecko) to improve forecasting accuracy. Tests show Gemini 3 Flash and Sonnet perform well on complex analysis pipelines.
Deep analysis of standardization efforts across IETF, OAuth, and open-source projects defining AI agent identity, authentication, and authorization.
Video testing GPT-5.5 Pro model on PhD-level mathematics problems. Limited technical details provided.
Claude Code skill generating App Store screenshot variations using GPT-Image 2, scraping listings, researching competitors, integrating custom assets.
ELI5 tool using LLMs to simplify arXiv papers for general audiences. Web interface and Chrome extension available.
Benchmark comparing LLM hallucination rates on degraded documents. GPT-5.5 fabricates values 2.6-6.5x more than Claude Opus/Sonnet; Claude returns null instead.
NetCopilot: AI-native terminal tool for network engineers. Integrates LLMs directly into SSH/Telnet/Serial interfaces to explain command outputs and troubleshoot network issues.
Production platform where autonomous AI agents can join, receive credits, discover tasks, execute work, and compete for visibility in economic network.
Personal workflow for learning LLM architectures. Title only.
Using LLMs to identify bugs in Python C-extension code. Title only.
Code intelligence server enabling AI agents to understand and interact with codebases. Developer tool for agent development.
LLM reasoning benchmark using text adventure games (Zork-based) to evaluate multi-step decision-making and problem-solving capabilities.
Google DeepMind researcher argues LLMs will never become conscious, contradicting AGI narratives from company leadership.
Commentary on overvaluing AI-assisted development and underestimating actual engineering time/complexity, arguing developers shouldn't undercharge for work.
Utilyze: Open source GPU monitoring tool providing accurate compute utilization metrics, addressing misleading nvidia-smi reporting where 100% utilization may indicate <10% actual throughput.
Cua: macOS background automation tool enabling UI agents to control applications without stealing cursor/keyboard focus, inspired by Codex Computer-Use model.
Self-extending agentic sandbox where AI agents autonomously discover, build, register and reuse tools across sessions.
blAST engine: AST-free static code analysis tool using knowledge graphs instead of LLMs, analyzes 50+ metrics across languages with function call graphs and reachability analysis.
Testing local LLM inference on MacBook Pro M5 Max using Gemma 4 31B and Qwen 36B via LM Studio during offline flight, evaluating practical capabilities for development work.
Porting OmniAID hybrid MoE image detection model to Apple Neural Engine, rewriting dynamic routing as static graph with SVD materialization and quantization to CoreML.
Lightweight session-based implementation of Ralph Wiggum technique for controlling Claude Code autonomous agent loops.
Fully local RAG pipeline with Weaviate, Ollama, and Node.js showing retrieval/chunking more critical than model size.
Research paper analyzing limitations of RAG systems in capturing semantic meaning correctly.
Open-source terminal agent achieving 65.2% on TerminalBench with Gemini-3-flash, exceeding Google and closed-source baselines.
Assessment framework for evaluating conversational AI skills based on LLM interaction patterns. Tool for measuring agent performance.
Open source tool converting Claude Code session history to Obsidian-compatible markdown notes for LLM context. Developer tool with practical implementation.
Knowledge base tool capturing architectural decisions and design rationales missing from code documentation.
MIT-licensed stop hook for Claude Code agents that enforces verification before task completion. Web playground available.
Securing AI agents and Model Context Protocol (MCP) interactions using Tailscale network layer security.
WebGL2 VDJ audio visualizer built entirely with Cursor AI agent using prompts and automated code checks, no manual coding.
HMRC rolls out 28,000 Microsoft Copilot licenses to UK tax staff, planning agentic features to improve productivity.
Hacker News discussion on agentic software dark factories, patterns, and infrastructure for AI agent automation systems.
Privacy filter for OpenAI running locally in browser via WebGPU. Open source tool for privacy-preserving LLM use.
Vision Banana: generalist image model achieving state-of-the-art on 2D/3D vision tasks including segmentation, depth, and surface normals.
Terminal enhancement showing Claude Code session status (topic/busy-idle) in tab titles across multiple terminal emulators.
PyWry: cross-platform framework for prototyping in Jupyter, deploying via FastAPI, and compiling to desktop with native webviews and Python-JavaScript bridge.
Demo of running original Doom game inside Claude Code via MCP server integration.
Canonical outlines framework for incorporating LLM-based AI tools into Ubuntu OS and company strategy.
Vision Banana: generalist image model by DeepMind achieving state-of-the-art on 2D/3D vision tasks including segmentation and depth estimation.
Guide covering bug bounty hunting methodology, AI tools usage, and lessons learned over 4 years of security research.
RLM (Recursive Language Models) enables LLMs to process arbitrarily long contexts through inference-time scaling by recursively decomposing and examining input programmatically.
Web client for Hermes Agent by Nous Research with multi-agent profiles, streaming, cron jobs, and plugin configuration.
OpenClaw Web Client: web UI for managing multiple AI agents with streaming responses, file uploads, and conversation history.
Shellora is a mobile SSH client with on-device AI command help, 500+ command library, and natural language shell command generation.
Agent Context is a VS Code extension allowing AI coding assistants to access reference code from external project folders via symlinks.