Add advanced STRETCH tasks - #13
Merged
Merged
Conversation
Pejo-306
commented
May 7, 2026
Pejo-306
left a comment
Contributor
Author
There was a problem hiding this comment.
fix these comments
Pejo-306
force-pushed
the
petar/add-advanced-exercises
branch
4 times, most recently
from
May 11, 2026 15:34
5093d75 to
fbd9b47
Compare
ndyakov
reviewed
May 11, 2026
|
|
||
| This task involves modifying your existing AISHE client. No server changes are necessary. | ||
|
|
||
| [This 3-minute video is a great intro to semantic caching](https://www.youtube.com/watch?v=AtVTT_s8AGc). |
Contributor
There was a problem hiding this comment.
Maybe having a video link here is not great, they are supposed to be in a room with other people, so watching a video during the meetup won't be possible. It is ok to leave just the doc.
Contributor
Author
There was a problem hiding this comment.
Fair point. Also think we should drop the theoretical MeanCache paper I had linked here, since that's going to needlessly slow people down.
Updated this section of the README with a link to a blog article which does a good, short overview of semantic caching.
Pejo-306
force-pushed
the
petar/add-advanced-exercises
branch
from
May 12, 2026 14:32
fbd9b47 to
7fae586
Compare
gotha
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Add STRETCH tasks from presentation slides inside session 1 & 2 READMEs. Tasks are:
Both tasks have additional guidelines on how they can be implemented via agentic AI (i.e. "the third session's STRETCH task").
Rationale
Last time we had advanced folks finish some sessions in minutes (especially session 2, which can easily be done within 5-10 minutes). Those same folks also requested going into more technical depth on AI concepts in our feedback form.
Plan is to allow advanced folks to go through the workshop at their own pace and tackle these STRETCH tasks on-site. Rest of the group follows our 3-session workshop.
Tested with: Used
gpt-5.2inask&agentmode (Cursor IDE) to implement both tasks with given agentic AI guidelines.PS: fixed a bug where
ollamaalways responded with degraded health status, even when passing the health check.