Joined February 2023
2 Photos and videos
Serper API retweeted
just shipped: Web Search on markdown. new/search 🔍 query → top 10 Google results → clean Markdown. one request. no auth. free. 🔥 powered by @serperapi Cloudflare's extraction pipeline. append any query → markdown new/search/ai-news-today
I built markdown.new Put markdown.new/ before any URL → get clean Markdown back. Cloudflare's Markdown for Agents is great, but only works for enabled sites. markdown.new works for ANY website on the internet. 80% fewer tokens. Also converts PDFs, images, audio. Free. No signup. markdown.new
5
6
887
Serper API retweeted
✨ Today I rebuilt 🏔️ AltaVista Search, the main search engine before Google existed The problem: if you press the 🔍Search button in MSIE4 it'll open a sidebar with AltaVista in it that opens: http:// home . microsoft . com/search/search.asp But that URL doesn't resolve anymore of course, so how do I make this work? I asked Claude Code and built a Dnsmasq DNS server that routes all regular DNS queries to Cloudflare but for home . microsoft . com it hijacks it and sends it to my own server Then I let Nginx respond to that doamin and show the Altavista Search sidebar, I had to rebuild the design from a video on YouTube because I couldn't find any actual archeological remains of it anymore Also Altavista Search of course doesn't exist anymore so it can't respond to queries either so I use a SERP API to query search results from Google and display them instead This is stuff I wouldn't even be close to doing before AI, I'd have no idea how to configure Dnsmasq to spoof queries like this The search engine results are proxied via my HTTP proxy so MSIE4 can open most sites (because old browsers don't support HTTPS and most JS!)
✨ Added a CRT curvature distortion to @pieter now It takes the Em-DOSBox <canvas> and processes it in WebGL and builds a new <canvas> with the distortion of a classic CRT screen which had this convex curvature (like an old TV) even though the screen itself was square I had this working on DOSBox on MacOS and on Linux with CRT-Pi shader, but on web it doesn't support shaders so I had to build my own with Claude Code in JS, very easy I remember trying this a year ago and Claude Code fucked it up so bad that I gave up, so I think the models have improved a lot Tomorrow I'll try add some scanlines, it really helps make the simulation more passable (and nostalgic!) 😊👌
23
3
138
84,228
Serper API retweeted
12 Aug 2025
Introducing Jan-v1: 4B model for web search, an open-source alternative to Perplexity Pro. In our evals, Jan v1 delivers 91% SimpleQA accuracy, slightly outperforming Perplexity Pro while running fully locally. Use cases: - Web search - Deep Research Built on the new version of Qwen's Qwen3-4B-Thinking (up to 256k context length), fine-tuned for reasoning and tool use in Jan. You can run the model in Jan, llama.cpp, or vLLM. To enable search in Jan, go to Settings → Experimental Features → On, then Settings → MCP Servers → enable a search-related MCP such as Serper. Use the model: - Jan-v1-4B: huggingface.co/janhq/Jan-v1-… - Jan-v1-4B-GGUF: huggingface.co/janhq/Jan-v1-… Credit to the @Alibaba_Qwen team for Qwen3 4B Thinking & @ggerganov for llama.cpp.
98
425
3,468
690,044
Serper API retweeted
Lucy (1.7B): A Qwen3-based agentic web search model trained purely with RL (no SFT). Optimized for mobile and CPU-only use. - Agentic search via Serper (Google) Crawl4AI - Machine-generated task vectors guide reasoning - Outperforms DeepSeek-v3 on SimpleQA (MCP benchmark) - Runs on vLLM, llama.cpp, Jan, LMStudio - Available in gguf format for CPU-only local inference - Sampling: temp 0.7, top-p 0.9, top-k 20 Designed for lightweight browsing search under tight resource constraints
6
28
132
12,109
Serper API retweeted
24 Jul 2025
To implement a search-enabled AI like Lucy in a Swift iOS app: 1. Use MLKit or llama.cpp via Swift package to run the Qwen3-1.7B model locally. 2. Integrate search via APIs (e.g., Google Custom Search or Serper.dev) in your agent loop. 3. Handle tools: Call WKWebView for page visits, parse with SwiftSoup. 4. For efficiency, quantize the model with AutoAWQ and manage token limits. Test on iPhone 14 for 20 tokens/s. Check GitHub for Lucy repos.

2
6
958
Serper API retweeted
12 Mar 2025
Context switching between coding and research breaks flow. If you're a developer, this might look like opening the browser, google searching, read docs, forget what you were doing, and repeat. Cline leverages the @serperapi Search MCP Server to do contextual deep research during your coding flow: Cline already understands your codebase. Now it can use that context to formulate targeted research queries, search the web, and synthesize information -- all while you stay in your editor. The difference is massive: instead of explaining your problem again to a browser-based LLM, Cline already knows what you're working on. It can search documentation, Stack Overflow, and GitHub issues with the exact context of your specific implementation. You get the research you need presented right where you're working, with the proper context already applied. No more "this answer is close but doesn't quite fit my situation." Try the Serper Search MCP Server in our marketplace, built by our very own @NighttrekETH. It's how research should work - contextual, specific, and integrated into your workflow.
7
10
189
15,479
Serper API retweeted
25 Feb 2025
🔍 @serperapi Search: Your AI-Powered Research Assistant This powerful MCP plugin for Cline transforms how developers interact with web searches. Here's what it can do: 💡 Smart Search & Knowledge Graphs - Ask naturally: "Show me 2025 electric car market trends" - Get structured data, knowledge graphs, and distilled insights - Perfect for quick market research and tech trends ⚙️ Advanced Search Control - Filter by location, date, and more - Example: "Find programming laptops in San Francisco, newer than 2024" - Get precisely targeted results for your needs 🎯 Instant Research Synthesis - Compare multiple sources automatically - Example: "Summarize top 3 results for Node.js performance tips" - No more manual tab-jumping or note-taking 🔄 Intelligent Follow-ups - Explores related questions automatically - Maintains context between searches - Feels like chatting with a tech-savvy colleague 🔗 Seamless Tool Integration - Send findings directly to Obsidian or Slack - Perfect for documentation and team sharing - Streamlines your development workflow Think of it as your personal research assistant that speaks developer, understands context, and helps you work smarter, not harder. Pro tip: Use it to quickly validate technical approaches or stay current with emerging technologies – all through natural language commands. 💻
1
2
21
3,540
Serper API retweeted
I found my second love after my gf: @serperapi !! Since this helped me scrape articles from prominent platforms which were crucial inputs for my AI tool by bypassing the captchas like a breeze This api is just a game changer for scrape freaks like me.
2
1
7
1,345
Serper API retweeted
Give me the best API's to hook up to AI agents. I want stuff that's frictionless to get an API key for, like Serper for Google Search.
8
1
53
11,419
Serper API retweeted
Today I am open sourcing my LLM API Engine How it works: 1. Describe your API in plain text 2. Generate the schema with @OpenAI Structured outputs 3. Configure sources from @SerperApi 4. /extract data with @firecrawl 🔥 5. Store the data @Upstash 6. Deploy a live endpoint Repo YouTube 🎥👇
7
31
258
37,466
Serper API retweeted
🚀Beta Release: rSearch*: The AI-Powered Reasoning Engine Your ultimate research assistant, combining CoT reasoning from @deepseek_ai's R1 and blazing fast search results via @serperapi 🧵 Follow this thread to explore more
7
6
28
35,639
Serper API retweeted
2 Jan 2025
My favorite 2025 tech stack for building AI apps: ◆ Framework: @nextjs ◆ Database: @neondatabase @prisma ◆ AI API: @togethercompute ◆ Search API: @serperapi ◆ Language: @typescript ◆ Hosting: @vercel ◆ Styling: @tailwindcss ◆ UI library: @shadcn ◆ Auth: @clerk ◆ Analytics: @PlausibleHQ ◆ Observability: @helicone_ai
52
86
841
84,278
Serper API retweeted
added functionality so our slack AI coworker/list builder can find contact details for a list of conference attendees - just give it names/companies & it works! took original AI SDR template from @Replit, now we've also added @PeopleDataLabs & @serperapi so we can find linkedin profile urls, company domains. would take a human hours to find right contact data for long lists. this robot can do it in seconds
1
3
20
6,256
Serper API retweeted
CrewAI Train: How I Trained AI Agents to Automate my Work? 🛠️ Creating AI Agents 🔧 Setting Up Latest CrewAI 📊 Testing AI Agents 🧠 Creating Research Agents @serperapi Sub: youtube.com/@MervinPraison @crewAIInc @joaomdmoura @MatthewBerman RT Please
3
39
221
26,187
Serper API retweeted
Been playing with the idea of making a purely LLM agent-powered code transpiler using @langchain and Langgraph 🌟 Currently it: - Generates technical summary of input code - Generates a step-by-step plan on how to transpile - Generates questions over unclear parts of the code and searches the internet (using @serperapi) for answers and adds these to the plan - Transpiles the code and loops until it compiles Repo (see: Complex transpile): github.com/tanaymeh/llm-tran…
3
31
2,486
Serper API retweeted
10 Aug 2024
1/6 🎉 Excited to announce AIPE: AI Pipeline Engine! 🚀 AIPE is a powerful tool for creating and executing complex AI workflows with @langchain. Chain together web searching using @serperapi, text generation using @ollama, speech processing, and image generation into a cohesive pipeline, all configurable through a simple YAML file. github.com/rekpero/AIPE

1
3
19
5,827
Serper API retweeted
Replying to @serperapi
@serperapi just posted this video how to do chat driven development. Your API is amazing! Feel free to share anywhere :). youtube.com/watch?v=HhJSqFS0… #chatdrivendesign #cdd #serper
1
4
935
Serper API retweeted
Excited to announce the open-source release of openperplex.com, AI-powered search engine! Tech stack: Inference: @GroqInc Content chunking: @cohere semantic-chunkers LLM: @Meta LLama 3 70B Reranking: @JinaAI_ Search: @Serperapi Backend: @FastAPI Frontend: @vuejs GitHub repos: Backend: github.com/YassKhazzan/openp… Frontend: github.com/YassKhazzan/openp… Try it out !! #OpenSource #AI #SearchEngine

31
139
772
136,830
Serper API retweeted
Replying to @ollama
@ollama llama3 @serperapi = perplexity search RAG (embedding). #letsbuildtogether
1
1
3
929
Serper API retweeted
25 Jul 2024
OpenPlexity Pages # OpenPlexity Page vs Perplexity Pages # OpenPlexity Page 是 Perplexity Pages 的开源替代项目, 旨在将研究转化为视觉上吸引人、全面的页面内容。 # 与众不同的地方 # > 开源:与 Perplexity Pages 不同,OpenPlexity Pages 是完全开源的,允许社区贡献和定制化。 > 注重隐私:您的数据由您自己掌控。OpenPlexity Pages 在本地运行,确保您的研究和内容保持私密。 > 可定制化:调整您的内容语气,以与您的目标受众产生共鸣,从普通读者到主题专家。 > 适应性:轻松修改您文章的结构——添加、重新排列或删除部分,以最好地适应您的材料。 > 视觉化:使用 AI 生成的视觉元素增强您的文章,或整合您自己的图像。 # 重要特性 # > 本地 LLM 支持(即将推出!):利用 Llama3 和 Mixtral 通过 Ollama @ollama 进行内容生成。 > 无缝创作:轻松将您的研究转化为结构良好、格式优美的文章。 > 始终最新:与基于静态嵌入的工具不同,OpenPlexity Pages 使用实时搜索结果,确保您的内容保持最新。 # 开源支撑 # > Meta Llama3 @AIatMeta 提供大模型 > Groq @GroqInc 提供大模型 API 快速推理 > Ollama @ollama 提供本地模型运行 > CrewAI @crewAIInc 提供 Agents 构建能力 > Serper @serperapi 提供搜索能力 主要作者: @alxfazio · @mutatedmindcom · @breezeight 开源地址: github.com/alexfazio/OpenPle…
1
18
72
6,548