# Smoke Tests Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/smoke-tests
> Markdown URL: https://aitinkerers.org/technologies/smoke-tests.md
> Technology record last updated: 2026-03-05T10:15:26Z
> Generated: 2026-09-23T01:34:21Z

A critical, rapid-fire test run on a new software build (Build Verification Test) to confirm core functions (like login, navigation) are stable before deeper QA begins.

Smoke testing (Build Verification Test) is your essential first-pass quality gate: a quick, targeted check to ensure the new software build is stable and functional. It runs a minimal set of critical test cases—think user login, basic navigation, or a simple transaction like adding item to cart—to immediately catch major, show-stopping defects. This process, often automated and integrated into CI/CD pipelines, saves significant resources by preventing unstable code from moving to the time-intensive, in-depth testing phase. If the build fails this check, we stop the line and send it back to development for immediate repair.

- Official technology site: https://www.techtarget.com/searchsoftwarequality/definition/smoke-testing
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Post-Postman: Creative End-to-End API Testing with Generative AI](https://sf.aitinkerers.org/talks/rsvp_Ii4KZVOxftI)

Traditional API testing clients treat your service like a blackbox. They are unaware of the code running on each request, and unless you give them a spec, they're unaware of the inputs each route should expect. What does it look like when you use generative AI to bring this intelligence into an API testing client? Well, aside from helping with common toil of manually writing request parameters, I also see a path to more creative debugging and end-to-end testing workflows.

- Event context: AI Tinkerers - San Francisco - Summer Edition - July 2024 — 2024-07-12 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_Ii4KZVOxftI

## Related Technologies

- [API Testing](https://aitinkerers.org/technologies/api-testing) ([Markdown](https://aitinkerers.org/technologies/api-testing.md)) — 3 public demos
- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [BLOOM](https://aitinkerers.org/technologies/bloom) ([Markdown](https://aitinkerers.org/technologies/bloom.md)) — 115 public demos
- [Generative AI](https://aitinkerers.org/technologies/generative-ai) ([Markdown](https://aitinkerers.org/technologies/generative-ai.md)) — 45 public demos
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [PaLM 2](https://aitinkerers.org/technologies/palm-2) ([Markdown](https://aitinkerers.org/technologies/palm-2.md)) — 116 public demos
- [Postman](https://aitinkerers.org/technologies/postman) ([Markdown](https://aitinkerers.org/technologies/postman.md)) — 2 public demos
- [RoBERTa](https://aitinkerers.org/technologies/roberta) ([Markdown](https://aitinkerers.org/technologies/roberta.md)) — 118 public demos
