Skip to content

Claude/add wallet transfers 74 phc#579

Merged
asim merged 2 commits intomainfrom
claude/add-wallet-transfers-74PHC
Apr 25, 2026
Merged

Claude/add wallet transfers 74 phc#579
asim merged 2 commits intomainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 25, 2026

No description provided.

claude added 2 commits April 24, 2026 18:43
…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
@asim asim merged commit fa431a0 into main Apr 25, 2026
2 checks passed
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