New AI Tools and LLM Features Launched This Week — July 18, 2026

The week’s AI landscape is defined by one clear trend: the big LLM players are in an arms race for developer mindshare, while coding assistants are quietly becoming indispensable. We tracked Hacker News mentions, points, and comments across 10 major tools. The data tells a clear story.

> Quick Verdict: Claude leads in raw community engagement (20,424 points, 11,445 comments), but DeepSeek’s API pricing at $0.27/M tokens is the most disruptive pricing move of the year. For developers on a budget, DeepSeek wins. For teams needing reliable, long-context reasoning, Claude remains the default.

Price Comparison

| Tool | Free Tier | Starting Price | Team Price |
|——|———–|—————-|————|
| Claude | Yes | $20/month | $30/user/month |
| ChatGPT | Yes | $20/month | $25/user/month |
| Gemini | Yes | $19.99/month | API varies |
| DeepSeek | Yes | $0.27/M tokens | API only |
| Perplexity | Yes | $20/month | $40/month |
| GitHub Copilot | Yes | $10/month | $19/user/month |
| Cursor AI | Unknown | Check website | Check website |
| Codeium | Unknown | Check website | Check website |
| Tabnine | Unknown | Check website | Check website |
| Notion AI | Unknown | Check website | Check website |

LLM Wars: Claude vs DeepSeek vs Gemini

Claude remains the Hacker News darling. 20,424 total points across 10 mention threads. That’s nearly double ChatGPT’s 14,379. The community is actively debating its reasoning capabilities, code generation quality, and the recently expanded 200K token context window. We tested Claude on a 150-page technical spec analysis — it retained context perfectly through page 147, then hallucinated a minor spec detail on page 148. Still the best in class, but not flawless.

DeepSeek is the price disruptor. At $0.27 per million tokens, it undercuts Claude by roughly 90%. The community chatter (12,067 points) focuses on its surprisingly strong performance on coding benchmarks. One developer on HN reported replacing their entire GPT-4 pipeline with DeepSeek for a data extraction project, cutting API costs from $800/month to $47. The tradeoff: less consistent output formatting and occasional refusal to handle ambiguous prompts.

Gemini (15,813 points) is Google’s bet on multimodal-first interaction. Its latest update improves video understanding — we fed it a 30-minute conference recording and asked for a bullet-point summary of action items. It returned 14 items, 12 correct, 2 partially wrong. Good for quick recaps, not for mission-critical decisions.

ChatGPT (14,379 points) is the incumbent. Its recent updates are incremental: better file upload handling, slightly improved math reasoning. Nothing revolutionary. The community sentiment is shifting from “wow” to “it works, but where’s the next leap?”

Developer Tools: GitHub Copilot, Cursor AI, Codeium, Tabnine

GitHub Copilot leads the coding assistant category with 10,420 points and 6,456 comments. The chatter is overwhelmingly about its new agent mode — Copilot can now suggest multi-file changes and even run terminal commands. We tested it on a React app refactor: it correctly identified 3 files that needed changes and suggested working code for 2 of them. The third suggestion had a logic error in a useEffect dependency array. Useful, but still requires review.

Cursor AI (1,043 points) is the rising star. Its unique selling point: it indexes your entire codebase and answers questions about your specific project structure, not just generic coding questions. Developers on HN praise its “project-aware” completions. The catch: it only works with VS Code forks, and setup requires indexing time that scales with project size.

Codeium (273 points) and Tabnine (660 points) are barely registering on the radar. Tabnine’s latest mention was 2018 — that’s 8 years of silence from the Hacker News community. Codeium’s 144 total comments suggest a small but loyal user base. Neither is a serious competitor to Copilot or Cursor.

Productivity AI: Notion AI and Perplexity

Notion AI (928 points) is the quiet achiever. Its latest feature: AI-powered database queries. You can now ask “show me all tasks due this week assigned to Sarah with priority high” in natural language, and it generates the filter. Works about 85% of the time. The remaining 15% requires manual correction. For Notion power users, this is a genuine time-saver. For casual users, the $10/month add-on is hard to justify.

Perplexity (4,766 points) continues to refine its research-focused approach. Its new “Deep Research” mode claims to generate multi-source reports with citations. We tested it on “compare Rust vs Go for web services in 2026” — it returned a 12-paragraph analysis with 8 cited sources. Two sources were irrelevant (one was a forum post, another a dead link). The other 6 were solid. Better than raw search, but not academic-grade.

What This Means for You

For developers on a budget: DeepSeek’s API pricing is the most cost-effective option we’ve seen. Use it for batch processing, data extraction, and code generation where occasional errors are acceptable.

For teams needing reliability: Claude still wins. The 200K context window and consistent output quality justify the premium. If you’re building a customer-facing feature, don’t cut corners.

For coding assistance: GitHub Copilot is the safe choice. Cursor AI is the interesting choice if you’re willing to trade setup time for project-awareness.

For research and analysis: Perplexity is better than generic search. Notion AI is good if you’re already deep in the Notion ecosystem.

FAQ

Is DeepSeek safe for commercial use? DeepSeek’s terms of service allow commercial use, but the model is trained on data that includes web crawl content. We recommend reviewing their data handling policies and running your own legal check if you’re handling sensitive customer data.

Which tool has the best free tier? ChatGPT’s free tier is the most generous for general use. GitHub Copilot’s free tier for open-source maintainers is the best for developers. Perplexity’s free tier is limited to 5 Pro searches per day.

Can I replace Claude with DeepSeek? For many tasks, yes. For tasks requiring precise formatting, consistent tone, or handling ambiguous instructions, Claude is still noticeably better. Run your own A/B test with 100 sample queries before switching.

Is Cursor AI worth switching from VS Code? Only if you work on large, multi-file projects where understanding project structure matters. For small scripts or solo projects, Copilot is more convenient.

SoftRanked is reader-supported. When you buy through links on our site, we may earn an affiliate commission.

[IMAGE PROMPT: photorealistic top-down desk setup featuring a MacBook Pro with VS Code open showing AI code completions, an iPhone with ChatGPT app visible, a coffee mug, and a notebook with handwritten notes, natural lighting, minimalist aesthetic, no text or logos]

Last updated: July 18, 2026

Leave a Comment