157 related articles

Deep dive into how OSINT automation tools discover exposed files on domains, covering dictionary probing principles, attack surface management, bug bounty techniques, and compliance boundaries.

Microsoft's optional update KB5095093 fixes a Windows 11 bug where the CapabilityAccessManager.db-wal SQLite WAL file bloats to several GBs due to a failed checkpoint mechanism.

A plain-language guide to how Python web scrapers work: from HTTP requests and responses, HTML tag parsing, to the complete three-step data scraping workflow, with a focus on the three legal red lines and compliance advice.

An in-depth analysis of LangGraph's core concepts: short-term and long-term storage mechanisms, its differences from LangChain, the MIT open-source license, and private deployment solutions for enterprise Agent development.

Developer Simon Willison used Claude to ship sqlite-utils 4.0: 37 prompts, 34 commits, $149 API cost — revealing coding agents' real capabilities, cross-model review, and agentic engineering best practices.

Why do C programmers keep creating readability disasters? An in-depth look at macro abuse, fancy pointer tricks, and over-nesting—and how coding standards, static analysis, and code review protect maintainability.

Deep dive into LangChain 1.0's architecture: LangChain framework, LangGraph multi-Agent orchestration, and LangSmith observability platform, with hands-on RAG and intelligent customer service projects.

Andrew Ng and LangChain CEO Harrison Chase's AI Agents in LangGraph course covers five agent design patterns and LangGraph's graph-based framework for building cyclical AI workflows.

Andrew Ng and LangChain CEO Harrison Chase present AI Agents in LangGraph, covering five core agent design patterns and LangGraph's graph-based framework for building cyclical agentic workflows.
sqlite-utils 4.0rc2 Released: Major Ve…
Simon Willison releases sqlite-utils 4.0rc2, with most code written by Claude at just $149.25 in API costs. A deep dive into AI-assisted development costs and human-AI collaboration.

Step-by-step guide to connecting an open-source AI assistant to OpenClaw: install Robust AI, configure gateway address, obtain API Key, and build a local AI agent with persistent memory.
Claude Leads sqlite-utils 4.0 Developm…
Simon Willison reveals sqlite-utils 4.0 was mostly written by Claude for $149.25. A deep dive into this AI-led development experiment and what it means for developers.
AI Rewrites PHP Engine in Rust: Alread…
A developer used AI to build a PHP execution engine in Rust from scratch. It passes ~17% of official PHP tests and renders WordPress — revealing the real limits of AI-assisted systems programming.

GitHub Advisory Database hits historic vulnerability submission records, reflecting systemic security pressure on open-source supply chains. A deep analysis of driving factors, response strategies, and practical recommendations.

Build a complete project with AI from scratch! This guide covers Cursor's three chat modes (Agent/Ask/Manual), Claude model selection, and a Python student management system walkthrough.

Learn how to build a Python student management system from scratch using Cursor AI — covering Agent/Ask/Manual modes, Claude model selection, auto error fixing, and environment setup.

A comprehensive guide to LangGraph's core advantages, storage mechanisms, differences from LangChain, and private deployment options for building production-ready AI agents.

How MokerSaaS used AI tool Cosmo to auto-generate Cloudflare deployment docs, then followed the document-driven workflow to bundle, deploy, and launch.

A complete learning path for coding with AI from scratch — from concepts and environment setup to using Cursor, Claude, and other AI tools to build and deploy your first project.

Learn how to use ByteDance's AI coding tool Trae to build a full-stack website with just 3 prompts—covering frontend, backend API, and admin panel.