# GenAIScript Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/genaiscript
> Markdown URL: https://aitinkerers.org/technologies/genaiscript.md
> Technology record last updated: 2026-03-05T10:01:33Z
> Generated: 2026-09-22T15:40:32Z

GenAIScript is a scripting language for orchestrating Large Language Models (LLMs), tools, and data using a simplified JavaScript/TypeScript syntax.

This is your tool for programmatic prompting: GenAIScript lets you build, debug, and automate LLM workflows using a stylized JavaScript/TypeScript environment. It provides a cohesive scripting layer to manage complex tasks, like analyzing data from a PDF or CSV, then generating structured JSON output. The technology offers seamless integration via a Visual Studio Code extension or a flexible command line interface (CLI). It supports multiple major providers: leverage models from GitHub Copilot, OpenAI, Azure OpenAI, and Anthropic for robust, version-controlled AI operations.

- Official technology site: https://microsoft.github.io/genaiscript/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Group Partner Healthtech &amp; CTO Theodo France](https://paris.aitinkerers.org/talks/rsvp_nQdDHtxpl4Q)

"From Monolith to Modular Architecture: Mapping 500k+ LoC with AI and Graphs" Problem statement : To migrate a complex legacy application (here a monolith in Express to a modular architecture in Hono) we need to map all the existing code to a target architecture (e.g. Controller -&gt; Service -&gt; Model). Because static code analysis alone often fails to capture implicit logic, dynamic routing, or unconventional patterns, manual inspection is typically required—making the mapping process both time-consuming and resource-intensive. By using GenAIScript in combination with an AST parser, we managed to map the whole codebase in 1 hour instead of days, resulting in 6000 nodes that can be visualised with Neo4J.

- Event context: AI Tinkerers - Paris Meetup on June 26th - Google Cloud AI — 2025-06-26 — Paris
- Public talk page: https://paris.aitinkerers.org/talks/rsvp_nQdDHtxpl4Q

## Related Technologies

- [AST parser](https://aitinkerers.org/technologies/ast-parser) ([Markdown](https://aitinkerers.org/technologies/ast-parser.md)) — 1 public demo
- [Express](https://aitinkerers.org/technologies/express) ([Markdown](https://aitinkerers.org/technologies/express.md)) — 18 public demos
- [Hono](https://aitinkerers.org/technologies/hono) ([Markdown](https://aitinkerers.org/technologies/hono.md)) — 3 public demos
- [Neo4j](https://aitinkerers.org/technologies/neo4j) ([Markdown](https://aitinkerers.org/technologies/neo4j.md)) — 29 public demos
