HN user

pitwin

177 karma
Posts22
Comments1
View on HN
github.com 5mo ago

Show HN: MailCat – Email service for AI agents (open-source)

pitwin
9pts0
arstechnica.com 1y ago

Diablo hackers uncovered a speedrun scandal

pitwin
271pts156
arstechnica.com 1y ago

Over half of LLM-written news summaries have "significant issues"–BBC analysis

pitwin
14pts3
arstechnica.com 1y ago

Hackers are helping their espionage counterparts and vice versa

pitwin
3pts0
arstechnica.com 1y ago

Hugging Face recreates OpenAI's Deep Research in 24 hours

pitwin
4pts0
arstechnica.com 1y ago

7-Zip 0-day was exploited in Russia's ongoing invasion of Ukraine

pitwin
7pts1
arstechnica.com 1y ago

Go Module Mirror served backdoor to devs for 3 years

pitwin
41pts8
arstechnica.com 1y ago

Europe has the worst imaginable idea to counter SpaceX's launch dominance

pitwin
6pts2
arstechnica.com 1y ago

It seems the FAA office overseeing SpaceX's Starship probe still has some bite

pitwin
7pts1
techcrunch.com 1y ago

OpenAI used this subreddit to test AI persuasion

pitwin
3pts0
www.axios.com 1y ago

The new AI trade emerging after DeepSeek shock

pitwin
1pts0
arstechnica.com 1y ago

Trump cribs Musk's "fork in the road" Twitter memo to slash gov't workforce

pitwin
4pts0
arstechnica.com 1y ago

Trump executive order calls for a next-generation missile defense shield

pitwin
3pts0
arstechnica.com 1y ago

Why did Elon Musk just say Trump wants to bring two stranded astronauts home?

pitwin
6pts1
arstechnica.com 1y ago

Trump's reported plans to save TikTok may violate SCOTUS-backed law

pitwin
1pts0
arstechnica.com 1y ago

Anthropic builds RAG directly into Claude models with new Citations API

pitwin
19pts1
arstechnica.com 1y ago

Backdoor infecting VPNs used "magic packets" for stealth and security

pitwin
7pts0
www.chatwithjfkfiles.com 1y ago

Chat with JFK Assassination Files

pitwin
2pts1
arstechnica.com 1y ago

Court rules FBI's warrantless searches violated Fourth Amendment

pitwin
63pts23
github.com 1y ago

V86: Working Operating Systems in the Browser

pitwin
3pts1
www.high-capacity.com 1y ago

China's overlapping tech-industrial ecosystems

pitwin
2pts0
github.com 1y ago

AI Agent for Backend API Testing Automation

pitwin
1pts1

Hey everyone! I am a current CS student, and I used to have to manually API test for learning backend coding. I do not have time to write automated tests so one day it came into my mind that "Why not build a quick API Testing tool that is powered by AI Agent?" And I gave it a shot.

Here's how it works:

1. Setup env with Openrouter key

2. Generate a Test Plan for your API

3. Generate Python test code (using pytest) based on that plan

4. AI Agent executes the test and tells you whether it passed or failed and check feedbacks in plain english,

You can use it at the link below. I'd love to hear your feedback!