|
| 1 | +--- |
| 2 | +date: 2026-06-29 |
| 3 | +authors: |
| 4 | + - jaseci-team |
| 5 | +categories: |
| 6 | + - Community |
| 7 | + - Developers |
| 8 | +slug: 449-project-repost |
| 9 | +repost: true |
| 10 | +repost_url: "https://cse.engin.umich.edu/stories/students-build-agentic-ai-tools-for-work-travel-wellness" |
| 11 | +repost_source: "Students build agentic AI tools for work, travel, wellness" |
| 12 | +draft: true |
| 13 | +--- |
| 14 | + |
| 15 | +# What 75 students shipped in one semester with Jac |
| 16 | + |
| 17 | +<p class="lead" markdown="1">The University of Michigan's CSE division just published a [story on the final showcase for **EECS 449: Conversational AI**](https://cse.engin.umich.edu/stories/students-build-agentic-ai-tools-for-work-travel-wellness), where **75+ students**, working in teams, built **17 full-stack AI applications** in a single Winter semester, most of them in [Jac](https://www.jaseci.org/).</p> |
| 18 | + |
| 19 | +<!-- more --> |
| 20 | + |
| 21 | +**These products aren't chatbot demos.** They are live and full-stack: conversational interfaces, visual reasoning, document analysis, multimodal input, and multi-step agentic workflows, built for everything from academic advising and health to travel, finance, and career prep. |
| 22 | + |
| 23 | +## One language, one semester |
| 24 | + |
| 25 | +Building a full AI application usually means stitching together separate systems: one framework for the interface, another for the backend, a database layer underneath, and more tooling to call models and orchestrate workflows. Each seam is its own thing to learn, wire up, and keep from breaking, and for a four-person team on a deadline, a lot of the semester can disappear into that glue work instead of the product. |
| 26 | + |
| 27 | +That is exactly where Jac came in. Its single-language design is a big reason a semester was enough: Jac and the Jaseci runtime let a team handle the interface, the application logic, the data, and the AI itself in one language. AI calls are part of the language rather than a bolted-on service, and Jac stays model-agnostic underneath, so teams could reach for whatever model fit without re-architecting anything. Less time on plumbing, more on the actual problem. |
| 28 | + |
| 29 | +## From the showcase |
| 30 | + |
| 31 | +The range shows what Jaseci made possible. Here are three standouts: |
| 32 | + |
| 33 | +[**Skooch.ai**](http://skooch.ai) is an adaptive scheduling assistant that learns someone's focus windows and energy patterns, then places flexible tasks around fixed commitments from a plain-language prompt like "build me a study plan." |
| 34 | + |
| 35 | +[**MaizeMind.com**](http://maizemind.com) turns half-formed notes into an interactive argument map, surfacing claims, evidence, and contradictions without ghostwriting, with Jac's graph data model mapping directly onto the argument structure. |
| 36 | + |
| 37 | +[**EdgeCastApp.com**](http://edgecastapp.com) is a research terminal for prediction-market traders that links live Kalshi markets to a real-time newsfeed and an agent that already knows which market you're viewing. |
| 38 | + |
| 39 | +The same story sits underneath all three: Jaseci was the common thread that made them feasible on a student timeline, letting each team keep the interface, the logic, the data, and the AI in one application instead of a stack of integrations. |
| 40 | + |
| 41 | +You can explore the full lineup, with every team, demo videos, live apps, and GitHub repos, on the [EECS 449 projects showcase](https://jaseci-labs.github.io/eecs-449-projects/), and read more in the [U-M story](https://cse.engin.umich.edu/stories/students-build-agentic-ai-tools-for-work-travel-wellness). |
| 42 | + |
| 43 | +<div class="cta cta-rich" markdown="1"> |
| 44 | +**Want to build something full-stack in a single language?** Install [Jac](https://www.jaseci.org/) and scaffold your first app in a few minutes, with the backend, frontend, and AI in one codebase, the same setup behind these 17 student projects. |
| 45 | + |
| 46 | +[Try it yourself](https://docs.jaseci.org/){ .cta-button } |
| 47 | +</div> |
0 commit comments