I Found 1,200 AI Citations Hiding in Bing Webmaster Tools
A freeCodeCamp guest post and one overlooked Bing dashboard surfaced ~1,200 Microsoft Copilot citations to my DR-25 site. Here is how to read your own.
19 posts tagged with "ai"
Exploring artificial intelligence, language models, and AI capabilities.
I Found 1,200 AI Citations Hiding in Bing Webmaster Tools
A freeCodeCamp guest post and one overlooked Bing dashboard surfaced ~1,200 Microsoft Copilot citations to my DR-25 site. Here is how to read your own.
I Audited 7 Websites for AI Citability. Here Is What Actually Predicts Citations.
Audit data from 7 websites shows domain authority does not predict AI citations. DA-10 sites outperform DA-92 sites. Here is what actually matters.
Why Domain Authority Is Irrelevant for AI Search (And What to Build Instead)
Domain authority has zero correlation with AI citation rates. Data from 7 audits shows what predicts whether ChatGPT, Perplexity, and Claude cite you.
How I Built a Claude Code Trading Bot: 36,000 Lines
I built Polyphemus with Claude Code, 4,000 lines in 6 weeks, 36,000 in 4 months. 5 principles that cut errors 84% and kept 8 bugs from losing money.
The Claude Code Workflow I Built for My ADHD Brain
Build ADHD-friendly Claude workflows using code caching to eliminate context-switching and ship faster without losing focus.
I Made Claude Code Learn From Its Own Debugging Mistakes
Build a self-improving RAG system where Claude learns from your debugging sessions, captures insights automatically, and reflects to fix issues faster.
I Shipped 5 Products With AI Agents. IDE Plugins Are Dead.
AI agents will replace IDE plugins in product development. Here's how I built MicroSaaSBot to prove it, and what it means for your workflow.
I Built a Bot That Builds SaaS Products. It Shipped One in 24 Hours.
MicroSaaSBot automates SaaS building from idea to deployed MVP. Built StatementSync in 7 days with minimal code. See how it works.
Why Human-in-the-Loop Beats Automation
Keep humans in control when building AI security tools. Full automation sounds impressive until your reputation tanks from false positives.
Claude Code Best Practices: A Field Guide from 36K Lines Shipped
Field-tested Claude Code workflows from 36K lines of shipped production code: quality gates, multi-agent orchestration, and the patterns that actually work.
I Have 73 Browser Tabs Open. ADHD Made Me a Better Architect.
Five ADHD cognitive traits mapped to real systems architecture patterns: pattern recognition, parallel processing, novelty seeking, and chaos resilience.
57 Bugs in AI-Generated Code: How I Verify Before Shipping
Verify AI code with forced evaluation and build-test-proof. Stop trusting confidence, use evidence-based completion instead.
Claude Keeps Losing Context. My 3-File System Fixes It.
Persist Claude task state across context windows. Learn the 3-file system that prevents context amnesia and keeps Claude aligned after compaction.
My Two-Gate System for Claude Code Cut Errors 84%
Build safer Claude Code projects with a two-gate quality system. Learn the mandatory checks that catch bugs before deployment.
Claude Was Eating My Tokens. This 3-Tier System Cut Usage 60%.
Progressive disclosure cuts AI token costs by 40%. Learn the 3-tier system that reduced my Claude expenses while improving output quality.
llms.txt for AI Crawlers: Why robots.txt Is Not Enough
robots.txt was built for search engines, not AI crawlers. llms.txt gives LLMs structured context about your site that robots.txt can never provide.
How to Get Perplexity and ChatGPT to Cite Your Website
How to optimize your website for ChatGPT and Perplexity: robots.txt, llms.txt, schema, and answer-first structure so AI search crawls and cites you.
Answer Engine Optimization: 6 Factors That Decide If AI Cites You
Answer engine optimization (AEO) determines which sites AI search engines cite. The 6 factors driving citations in Perplexity, ChatGPT, and Google AI Overview.
RAG Explained: How to Stop LLMs From Making Things Up
RAG retrieves live data to fix LLM hallucinations. Build accurate AI apps with up-to-date knowledge sources without retraining or fine-tuning models.