80 related articles
TutorialsA deep dive into engineering Claude Code for API test automation, covering environment setup, Skill development, tool encapsulation, and Harness Engineering methodology.
TutorialsDetailed breakdown of using Cursor editor and Claude to implement a complete Tetris game on an STC8H microcontroller with OLED display — zero code written, from hardware setup to iterative optimization.
Product ReviewsLark CLI is Feishu's official open-source CLI tool designed for AI Agents, offering 200+ commands across 17 business domains with 24 structured Skills for messaging, docs, spreadsheets, calendars, and more.
TutorialsLearn how to run Codex locally with Ollama and Gemma 4 for zero-cost AI programming. Covers installation, model selection, and real demos as an alternative to $20-200/month paid plans.
Industry InsightsIn-depth analysis of API aggregation gateways for multi-model AI access: unified interfaces, intelligent routing, disaster recovery, plus key risks around security, latency, and compliance.
Product ReviewsMeta releases Llama 3.3 70B open-source model with just 70B parameters rivaling 405B performance. Tested on 13 logic, math, and coding questions, it passed 12 — reshaping the open-source model landscape.
TutorialsHow to use ClipRoxyAPI local proxy to combine Claude Code's programming UX with GPT Codex Team models for under $1.50/month with ample quota and full privacy.
Product ReviewsHands-on test of Trae IDE with Doubao Seed 2.0 building a Django+Vue3 book management system for free, benchmarked against Gemini 2.5 and MiniMax models.
ResearchGitHub is building a general-purpose accessibility AI Agent to automatically detect and fix software accessibility issues. Explore the technical challenges, human-AI collaboration, and industry impact.
TutorialsComplete guide to deploying open-source LLMs locally with Ollama. Covers installation, model selection, VRAM requirements, and performance comparison of Llama 3 and Qwen models. Free, offline-capable AI.
TutorialsStep-by-step guide to connecting GPT-5.5 in Trae IDE via API proxy, covering Base URL config, API Key setup, error troubleshooting, and real coding tests.
TutorialsPostman API testing beginner's tutorial covering request methods, URLs, authentication, request bodies, status codes, and response interpretation with practical examples.
TutorialsA detailed guide to Figma's core features including Design mode, Variable design tokens, and Make AI generation, helping full-stack developers master the design-to-development workflow.
TutorialsLearn J language's module system: differences between import and load, main function definition, type-safe print with unified % placeholder, constant binding syntax, and custom import paths for multi-file projects.
Deep DivesDeep analysis of Windsurf seamless account-switching plugin's technical implementation, revealing risks of account bans, code theft, and legal liability. Four compliant alternatives for developers.
Industry InsightsIn 2024, AI projects command day rates up to 4,000 RMB while traditional IT budgets shrink. A freelance developer's real experience reveals AI premiums, workflow orchestration differentiation, and B2B survival strategies.
Tech FrontiersDeep dive into Simon Willison's CSP Allow-list Experiment: dynamic domain authorization via sandboxed iframes, custom fetch interception, and postMessage communication.
Expert OpinionsThe Zig programming language enforces the strictest anti-LLM policy in open source, banning AI in PRs and Issues. Its "Contributor Poker" philosophy reveals why: open source value lies in cultivating people, not merging code.
TutorialsA battle-tested AI project evaluation framework covering 5 levels and 30 core metrics—model quality, UX, system efficiency, business value, and data loops—to scientifically assess LLM Agent performance.
TutorialsExplore how TRE regex engine's non-backtracking design defends against ReDoS attacks. Compare TRE vs Python re module performance under malicious regex input through Python ctypes bindings.