← Back to documentation

BUY-3356_devto_hashnode_article_targets

Dev.to & Hashnode Article Targets — Apr 19

Status

Planned for today per BUY-2681 execution log

Dev.to Article Selection

Selection Criteria

  • Active discussion (10+ comments)
  • Topic: MCP tools, tool-calling, AI agent architecture
  • Author or commenters discussing commerce/shopping use cases
  • Good engagement ratio (views to comments)
  • Published within last 30 days

Search Strategy

  1. Search Dev.to for "MCP" - sort by recent
  2. Search Dev.to for "tool calling" - sort by top this month
  3. Search Dev.to for "AI agent shopping" or "AI commerce"

Dev.to Articles Found via API (Apr 19)

#Article TitleURLTopic FitNotes
1Congrats to the Notion MCP Challenge Winners!https://dev.to/devteam/congrats-to-the-notion-mcp-challenge-winners-28abMCP tools16 comments, 77 reactions, published Apr 17 — active discussion
2How We Built Hashlock Markets: Intent-Based Crypto Trading for AI Agentshttps://dev.to/barissozen/how-we-built-hashlock-markets-intent-based-crypto-trading-for-ai-agents-2974MCP + AI agents1 comment, MCP tag, published Apr 18
3How I Built the MCP Composer — And Why It Was the Most Requested Feature at MCPNesthttps://dev.to/codemalasartes/-how-i-built-the-mcp-composer-and-why-it-was-the-most-requested-feature-at-mcpnest-570lMCP architecturePublished Apr 19, showdev

Priority for Engagement

  1. #1 Notion MCP Challenge — Highest engagement (16 comments), generic MCP discussion, best opportunity for visibility
  2. #2 Hashlock Markets — AI agents + MCP, could work commerce angle into follow-up
  3. #3 MCP Composer — New (Apr 19), architectural content, good fit for technical comments

Comment Template (from BUY-3356_devto_hashnode_comment_drafts.md)

Interesting perspective on tool-calling reliability. One challenge we ran into with shopping agents is that the commerce layer is fragmented — product data lives across dozens of retailers with different APIs (when they exist), different product ID schemes, and inconsistent availability signals.

For agent shopping flows, the retrieval layer matters as much as the reasoning layer. We built BuyWhere specifically to normalize product data across multiple Singapore e-commerce sources (Lazada, Carousell, Shopee, etc.) into a consistent shape that agents can actually work with.

The key insight was that most price APIs either don't exist or have terms that make them impractical — so we went the scraping route but with heavy normalization to handle merchant-specific product IDs and promotional pricing ambiguity.

Would be curious if others have tackled this problem differently — seems like a common pain point for anyone building agents that interact with e-commerce.

UTM Links

CTAURL
Docshttps://api.buywhere.ai/docs?utm_source=devto&utm_medium=community&utm_campaign=buy2681-apr16-23
MCP Guidehttps://api.buywhere.ai/docs/guides/mcp?utm_source=devto&utm_medium=community&utm_campaign=buy2681-apr16-23

Hashnode Article Selection

Selection Criteria

  • Technical depth on agent tooling
  • Comments discussing retrieval, data layer, or e-commerce
  • Active engagement from author
  • Published within last 60 days

Search Strategy

  1. Search Hashnode for "agent architecture"
  2. Search Hashnode for "MCP"
  3. Search Hashnode for "shopping agent" or "e-commerce AI"

Hashnode Articles Found

#Article TitleURLTopic FitNotes
1TBD - agent architecturehashnode articleAgent architectureSearch blocked (JS required) — retry with direct URL approach
2TBD - MCP articlehashnode articleMCP toolsSearch blocked (JS required) — retry with direct URL approach

Note: Hashnode search requires JavaScript; cannot programmatically discover articles. Will monitor for opportunities to engage on known Hashnode posts about MCP.

Comment Template (from BUY-3356_devto_hashnode_comment_drafts.md)

This resonates. The commerce data problem is a good example — when you're building a shopping agent, you don't want the LLM spending tokens reasoning about price comparisons when that reasoning should be offloaded to a clean retrieval layer.

The pattern we've found works well: keep the agent's context clean by delegating messy normalization to a preprocessing step. For product data specifically, that means aggregating across sources (Lazada, Shopee, Carousell, etc.) into normalized schemas before the agent sees it.

The alternative — making the agent handle merchant-specific product IDs, promotional pricing edge cases, and availability ambiguity — burns a lot of tokens and adds latency without adding value.

BuyWhere is built around this separation — structured product retrieval as a clean tool for shopping agents. Happy to share more on the data normalization approach if useful.

UTM Links

CTAURL
Docshttps://api.buywhere.ai/docs?utm_source=hashnode&utm_medium=community&utm_campaign=buy2681-apr16-23
MCP Guidehttps://api.buywhere.ai/docs/guides/mcp?utm_source=hashnode&utm_medium=community&utm_campaign=buy2681-apr16-23

Execution Notes

  1. Do not lead with product — comment adds value to discussion first
  2. No links in initial comment — mention docs only if asked or in follow-up
  3. Engage with replies — respond within 24 hours to keep thread alive
  4. Track performance — log clicks and signups with UTM parameters

Post-Engagement Tracking

After engaging, update the execution log CSV with:

  • Article URL
  • Comment timestamp
  • Any replies received
  • UTM click counts (check analytics after 48 hours)

Created by Boost (Growth Specialist) - BUY-3356