812 related articles
TutorialsLearn how to fine-tune LLaMA 3 8B on consumer GPUs using QLoRA and Unsloth. Covers 4-bit quantization, LoRA adaptation, Alpaca data format, training pipeline setup, and model deployment—runs on RTX 3090.
TutorialsComplete guide to building AI Agents on Dify: covers Agent vs. chatbot differences, Exa search tool setup, time-awareness solutions, and functional separation best practices.
Tech FrontiersSWE-bench opens evaluation environments, task sets, trajectories, and training recipes, dramatically lowering the barrier to AI coding agent development.
Tech FrontiersCursor launches automatic CI failure repair with an always-on AI Agent that monitors GitHub repos, analyzes CI logs, identifies root causes, and submits fix PRs.
Tech FrontiersSWE-agent Multimodal officially released with image viewing and web browser debugging capabilities for automated frontend visual bug detection and fixes, plus the new SWE-bench Multimodal benchmark.
Tech FrontiersQwen team leads open-source models on SWE-bench, demonstrating strong software engineering capabilities. This article analyzes SWE-bench standards, Qwen's progress, and the value of open-source AI coding tools.
TutorialsDeep analysis of the GitHub project awesome-LLM-resources with 8,200+ Stars, covering multimodal AI, Agents, MCP protocol, model training, inference optimization, and coding assistants.
Expert OpinionsVibe Coding makes building apps as easy as writing blog posts, but personal tools lack good distribution channels. This article explores using RSS as a lightweight app distribution protocol.
Product ReviewsDeep dive into awesome-LLM-resources, a GitHub 8K-star project covering multimodal AI, AI Agents, MCP protocol, model training/inference, and AI coding tools — a one-stop LLM learning guide.
Tech FrontiersDatasette 1.0a29 preview released, fixing a segfault race condition introduced by test optimization. Developer Simon Willison used GPT-5.5 xhigh to help reproduce the issue, showcasing AI debugging in practice.
Deep DivesDeep dive into how Augment Code uses Mercury 2 dedicated subagents to replace traditional KV cache, achieving 82% faster context compaction, 90% lower summarization costs, and 30% reduced LLM spending.
Deep DivesDeep analysis of Claude Code's source architecture: Agent loop mechanism, context engineering strategies, tool system design, and permission controls. Based on the viral GitHub project how-claude-code-works.
Product ReviewsGitHub project yegor256/prompt uses a CLAUDE.md system instruction file to teach AI coding assistants to follow coding standards and generate high-quality, elegant code.
Product ReviewsPaperOrchestra is an open source AI paper writing tool based on Google's research. It uses coding agents like Claude Code and Cursor to automate the full research paper workflow without API keys.
TutorialsAn Anthropic Claude team member reveals: asking AI to output in HTML enables SVG diagrams, interactive components, and color coding that Markdown can't achieve. Learn the principles and practice.
Product ReviewsccNexus is an open-source Go-based intelligent API gateway for AI coding tools like Claude Code and Codex CLI, featuring multi-endpoint rotation, multi-platform integration, and usage monitoring.
Product ReviewsAgent Monitor is an open-source Rust daemon that unifies monitoring of AI coding agent sessions across Claude Code, Cursor, Aider, and custom agents for developers.
Product ReviewsAionUi is a free, open-source local AI collaboration app supporting 20+ CLI tools including Claude Code, Codex, and Gemini CLI with 23,900+ GitHub stars.
TutorialsSimon Willison built an iNaturalist observation display tool from scratch using his phone and Claude Code while camping. Full breakdown of the three-layer data pipeline architecture and AI-assisted mobile development workflow.
TutorialsSimon Willison used Claude Code for web on his phone to add iNaturalist wildlife sightings to his blog, going from prototype to production in one day.