Articles from X
Introducing the Perspective MCP, a tool that enables Claude to build conversion funnels with tracking, CRM, and auto optimization, built on experience from $1B in ad spend.
AI has automated the coding process, shifting the software developer's role from writing code to specifying and verifying systems, effectively returning the focus to product development.
This post shows how to serve Baidu's Unlimited-OCR model as a temporary, OpenAI-compatible endpoint on Hugging Face Jobs, enabling multi-page document parsing with features like table-to-HTML and equation-to-LaTeX extraction.
Demonstrates running Hermes Agent within an Apple container, highlighting compatibility and ease of deployment.
A beginner-friendly tutorial on how to set up persistent memory for an AI Agent in 30 minutes, using the open-source EverOS tool to store memory as editable Markdown files, without requiring Docker or vector database clusters.
DeepSeek cache hit up to 95%, Maka desktop AI workstation performs excellently in long-context tasks, supports multiple models and tools, open source and local-first.
A thread explaining the 5 core mental shifts needed to transition from traditional software engineering to agent engineering, emphasizing why conventional patterns like hard-coded routes and binary tests fail with AI agents.
An open-source ProxyPin script that modifies location on iOS devices without jailbreak or TrollStore, suitable for check-in scenarios.
A live demonstration of an AI agent training a coding agent from a single prompt, with all artifacts recapped.
A novel parser architecture developed by Shanshrew achieves 2-3x speedup over the current fastest JS/TS parser, and is being integrated into Oxc.
Matt Pocock recounts disagreeing with Sean Grove's talk that 'specs are the new code', and his rebuttal talk and workshop have surpassed the original in views.
A tech commentator points out red flags in a recruiter's job description for a senior engineering leadership role, including excessive requirements and lack of salary transparency.
Exploring the possibilities and prospects of combining AI with Traditional Chinese Medicine.
SpaceX's mission includes a demo of a new vehicle for affordable, routine access to microgravity for scientific research and in-space manufacturing, with a planned splashdown in the Pacific Ocean.
Sakana AI releases Fugu, a multi-agent orchestration system with only 0.6B parameters. By intelligently splitting tasks and coordinating multiple models, it achieves state-of-the-art performance while bypassing traditional parameter scaling. This marks the transition of multi-agent orchestration from a lab curiosity to a practical productivity tool.
A guide on building a reusable Claude Code Agent loop that can be pointed at different tasks like bug fixing, speed optimization, or cost reduction by swapping check scripts.
LiteLLM has migrated from Python to Rust, achieving massive performance improvements: request overhead reduced by 150x to 0.05ms, throughput increased by 15x, memory usage reduced by 11x to 32MB.
NVIDIA quietly released Nemotron-3.5-ASR, a lightweight 0.6B parameter open-source speech recognition model designed for real-time streaming with support for 40+ languages, low latency, and cache-aware architecture.
A comprehensive 2026 guide to 30 powerful LLMs that are free to use, distinguishing between hosted platforms and self-hostable open-weight models, with detailed hardware requirements and license considerations.
Two recent arXiv papers found that GPT-5.4 and Claude Opus 4.6 employ a metaprogramming strategy when handling unfamiliar programming languages — generating target code with Python and debugging locally — rather than writing the target language code directly. This strategy is key to distinguishing top-tier agents from average ones, and strategy sophistication matters more than model parameter scale.