Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(max): Replace reasoning points with generation progress #26346

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Twixes
Copy link
Collaborator

@Twixes Twixes commented Nov 21, 2024

Problem

There was no feedback about the AI assistant's progress.

Changes

We now send a reasoning type message every time a preparation node starts running.

I spent quite a bit of time thinking how to make the assistant experience feel assistant-like while showing its thinking. We really were missing personality in it – it felt like some unknown entity thinking, not Max the Hedgehog thinking.

So this also features a slight redesign of the thread UI. Human questions now show ares shown as chat messages, there are avatars for both the user and Max, and message boxes are generously rounded for a friendlier feel:

Screen.Recording.2024-11-21.at.22.15.28.mov

The only problem is that the steps take quite a long time, planning in particular – but that's a matter for a separate PR.

@Twixes Twixes requested a review from skoob13 November 21, 2024 22:13
Copy link
Contributor

github-actions bot commented Nov 21, 2024

Size Change: +1 B (0%)

Total Size: 1.16 MB

ℹ️ View Unchanged
Filename Size Change
frontend/dist/toolbar.js 1.16 MB +1 B (0%)

compressed-size-action

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

10 snapshot changes in total. 0 added, 10 modified, 0 deleted:

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

1 snapshot changes in total. 0 added, 1 modified, 0 deleted:

  • chromium: 0 added, 1 modified, 0 deleted (diff for shard 2)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

@posthog-bot
Copy link
Contributor

📸 UI snapshots have been updated

1 snapshot changes in total. 0 added, 1 modified, 0 deleted:

  • chromium: 0 added, 1 modified, 0 deleted (diff for shard 2)
  • webkit: 0 added, 0 modified, 0 deleted

Triggered by this commit.

👉 Review this PR's diff of snapshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants