Build Your Own AI Butler - A Scheduled Agent That Runs Itself!
Build a personal AI news agent on AWS Bedrock AgentCore that scrapes HN and Reddit, stores digests, and messages you daily via Telegram.
Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.
Build a personal AI news agent on AWS Bedrock AgentCore that scrapes HN and Reddit, stores digests, and messages you daily via Telegram.
Simon Willison admits vibe coding and agentic engineering are converging in his workflow, raising uncomfortable questions about code review and accountability.
Learn how to build a ChatGPT-style AI frontend using Kendo UI's AIPrompt component, with Markdown output, command menus, and prompt suggestions.
Chrome's new HTML-in-canvas API lets you render styled HTML inside a canvas — but recursive callbacks and sizing quirks will trip you up.
Cursed Browser replaces traditional HTML rendering by feeding page code to an LLM, which then "imagines" and draws each page — making every load unpredictable. A V2 is reportedly oversubscribed at $200M.
Bubble is a Python tool that lets multiple versions of the same library run inside a single process — something normally impossible. Instead of virtual environments or requirements files, scripts simply import what they need, and...
This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.
A free, no-auth quotes API with 500K entries, powerful filters, CORS support, and a clever seed param for reproducible random results.
A full-featured terminal coding agent for DeepSeek V4 with auto model selection, LSP diagnostics, git management, and a 1M-token context window.
Microsoft accidentally made Copilot a co-author on all VS Code commits, even for users with AI features disabled, sparking major developer backlash.
A Claude Code skill uses 6502 assembly mnemonics to drive issue triage workflows, turning AI responses into structured, diffable assembly traces instead of verbose prose.
pay wraps your CLI tools to silently handle 402 payment challenges using Solana stablecoins and biometric wallet authorization.
sqlflow wraps SQLite for Go with WAL mode, serialized writes, per-key connection pooling, AES-256 encryption, and seamless sqlc integration.
A zero-dependency, pure PHP full-text search engine with BM25 scoring, typo tolerance, and sub-5ms queries — perfect for shared hosting.
Build a CSS zigzag grid using translateY(50%) — a trick that works because transform percentages reference the element itself, not the parent.
termcn delivers ready-to-use, customizable terminal UI components for React-based CLI apps, built on Ink and distributed via shadcn.
Send an email to automatically commit its content to GitHub — no app needed, just IMAP credentials, a token, and a cron job.
Build a self-learning Python chatbot with ChatterBot, train it on WhatsApp data, and boost replies with a local LLM via Ollama.
A solo developer, building software between retail shifts, got tired of AI assistants that die without internet, cost money per message, and send your data to the cloud. So Marcin Firmuga built something different. His...
A framework for categorizing AI usage into cognitive cost modes helps developers stay intentional and avoid quietly outsourcing their own thinking.
A developer questions their own identity after realizing AI slowly replaced not just their typing, but their thinking.
AI enables near-zero-cost experimentation, letting developers fail fast and build things that once took teams months to complete.
AI Explorer is a French-built independent directory for discovering and comparing AI tools across categories like chatbots, image generation, and dev tools.
Chrome on Android now supports approximate location sharing, giving users more privacy control while new APIs let developers specify their location precision needs.
Learn to use Codex CLI in your terminal to implement real Python features through natural language prompts and iterative refinement.