ContentPosts from @boqingren..
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

Fueling the Agentic Web Revolution with NLWeb and PostgreSQL

Microsoft just leveled upNLWeb. The open-source project now plays nice withPostgreSQLandpgvector, bringing scalable vector similarity search straight into your database. No need for a separate vector DB—run natural language interfaces right on your existing Postgres stack. System shift:This is more..

Fueling the Agentic Web Revolution with NLWeb and PostgreSQL
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

MCP Registry with Azure API Center

Azure just droppedMCP Center, showing off howAzure API Centercan double as a private registry forModel-Centric Protocol (MCP) servers. It’s built for internal use—think secure discovery, tight OAuth 2 auth, centralized control, and AI Gateway rules baked in. Handy when teams need to corral AI tools..

MCP Registry with Azure API Center
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

Implementing MCP Servers in Python: An AI Shopping Assistant with Gradio

Gradio just leveled up. It now auto-converts plain Python functions intoMCP-compliant LLM tools, grabbing input schemas and metadata straight from docstrings. New tricks:real-time progress streaming,auto file uploads, plus tight integration withVS Code’s AI Chatfor wiring up agent workflows...

Link
@faun shared a link, 1Ā month, 2Ā weeks ago

Who does your assistant serve?

OpenAI’s release of GPT-5 backfired: instead of excitement, users felt betrayed by a forced upgrade that stripped away the warmth and reliability they had come to rely on in GPT-4o. Many treated the model as more than a tool — a companion, therapist, or emotional support — so when its personality sh..

Who does your assistant serve?
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

Anthropic Revokes OpenAI’s API Access to Claude, Alleging Violation Ahead of GPT-5 Launch

Anthropic just yanked OpenAI’s API access to Claude. Reason? Alleged violations of terms that forbid using Claude to train rival models—like GPT-5. Windsurf, an OpenAI acquisition target, got the boot earlier too. Spot the pattern: tighten access, box out competitors. System shift:APIs aren’t just ..

Anthropic Revokes OpenAI’s API Access to Claude, Alleging Violation Ahead of GPT-5 Launch
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

AWS deleted my 10-year account and all data without warning

AWS permanently nuked a 10-year customer account—data, backups, everything—after a payment verification failed. That alone broke their own 90-day retention policy. It gets messier. Looks like an internal script meant to run as a ā€œdry runā€ went full send in production. Blame a Java CLI parsing edge ..

AWS deleted my 10-year account and all data without warning
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

Proton launches free standalone cross-platform Authenticator app

Proton just droppedProton Authenticator, a free 2FA app that actually respects your privacy. It’s cross-platform, offline-friendly, and skips the usual junk—no ads, no trackers, no bait-and-lock-in. It’s gotend-to-end encryption, a biometric lock, and lets youexport TOTP seedslike it’s your data (b..

Link
@faun shared a link, 1Ā month, 2Ā weeks ago

We built an MCP server so Claude can access your incidents

Incident.io dropped an open sourceMCP server in Gothat plugs Claude into their API using theModel Context Protocol. That means Claude can now ask questions, spin up incidents, and dig into timelines—just by talking. The server translates Claude’s prompts into REST calls, turning AI babble into real..

We built an MCP server so Claude can access your incidents
Link
@faun shared a link, 1Ā month, 2Ā weeks ago

AWS Lambda now supports GitHub Actions to simplify function deployment

AWS Lambda just got a smoother ride to prod. There’s now a nativeGitHub Actions integration—no more DIY scripts to ship your serverless. On commit, the new action packages your code, wires up IAM viaOIDC, and deploys using either.zip bundles or containers. All from a tidy, declarative GitHub workfl..

Link
@faun shared a link, 1Ā month, 2Ā weeks ago

A practical guide on how to use the GitHub MCP server

GitHub offers a managed MCP endpoint to simplify infrastructure management and streamline AI workflows, enhancing collaboration and code review processes...