Merged
Conversation
…nion/day Three changes to reduce the >$1/day Sonnet spend: 1. Switch background tasks to Haiku (claude-haiku-4-5-20251001): - article-summary — was the biggest cost driver - auto-tag-post, auto-tag-note — simple classification - topic-generation, topic-summary — headline extraction - content moderation (llmAnalyzer) — one-word classification These are all low-complexity tasks that don't need Sonnet quality. Haiku is ~10x cheaper. 2. Article summaries on-demand only: Previously, every article in the RSS feed triggered a proactive summary generation even if nobody ever read it. Now summaries are only generated when someone actually clicks into the article detail page. The two proactive requestArticleSummary calls in getMetadata are removed; an on-demand trigger is added in handleArticleView instead. 3. Daily opinions reduced from 2 to 1: maxDailyOpinions changed from 2 to 1. Each opinion post involves multiple Sonnet calls (generate + reflect + review + engage). Expected savings: ~80% reduction in daily token cost. Interactive features (chat, agent, app builder) stay on Sonnet. https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Home layout: - Weather card removed — temp is already shown next to the date. The full forecast page at /weather still exists. - Reminder moved to first position in left column — it's the first thing you see on mobile without scrolling. - Card order: Reminder → Blog → News | Markets → Social → Video Strip system events from stream: Removed all auto-publishers (reminder, markets, news breaking) from the stream. The console was getting filled with repetitive system content that nobody asked for. The stream is now user + agent only. Console = stateless command prompt: Completely reworked. No longer a scrolling feed of history. Now: - Centered "Ask Micro anything" placeholder - Prompt at the bottom - Type a question → shows "Thinking..." → polls for agent response → displays the answer in place - Each new question clears the previous answer - Like Alexa: ask, get answer, ask again. No feed, no noise. - Logged-out users see "Log in to use the console" The stream package and /stream endpoint still exist for the MCP tool and direct access, but the home console is now purely a command interface. https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
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.
No description provided.