LlamaIndex founder Jerry Liu has launched a new project: Dayflow.
This is not just an ordinary "time management software," but an automatic logging system based on visual large models. Traditional tools like RescueTime can only record how long you use Chrome, but they don't know whether you're browsing documentation or scrolling Twitter. That data is useless.
Dayflow's logic is quite straightforward:
· Visual sampling: silently recording the screen in the background at 1 FPS. · Multimodal analysis: every 15 minutes, feed the screenshots to AI (Gemini Pro or local Ollama). · Semantic output: directly generate detailed logs like "10:00-11:00 Debugging Python script related to API auth."
I tried it out, and this is true "quantified self." It records behavior, not software runtime. Regarding privacy, it supports full Local Mode, working with Gemma or Llama 3, so data doesn't need to be uploaded to the cloud; everything is processed locally.
Open source project link:
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
LlamaIndex founder Jerry Liu has launched a new project: Dayflow.
This is not just an ordinary "time management software," but an automatic logging system based on visual large models.
Traditional tools like RescueTime can only record how long you use Chrome, but they don't know whether you're browsing documentation or scrolling Twitter. That data is useless.
Dayflow's logic is quite straightforward:
· Visual sampling: silently recording the screen in the background at 1 FPS.
· Multimodal analysis: every 15 minutes, feed the screenshots to AI (Gemini Pro or local Ollama).
· Semantic output: directly generate detailed logs like "10:00-11:00 Debugging Python script related to API auth."
I tried it out, and this is true "quantified self." It records behavior, not software runtime.
Regarding privacy, it supports full Local Mode, working with Gemma or Llama 3, so data doesn't need to be uploaded to the cloud; everything is processed locally.
Open source project link: