Files
logseq/pages/KaraKeep-Highlights.md
T

81 lines
7.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
icon:: ✏️
generation_time:: [[2026-01-04]] T21:00:15Z
- # **TODOs and IDEAs**
- {{query (and [[TODO]] [[KaraKeep-Highlights]] (or [[Ideas]] [[KaraKeep-Highlights]]))}}
query-table:: true
query-properties:: [:block]
- ## **Open - Le regole del gioco**
source:: https://www.open.online/le-regole-del-gioco/
url:: https://karakeep.diruscio.org/dashboard/preview/au4h7zjntjdakspb0gcl51bd
tags:: [[behavioral addiction]] [[digital addiction]] [[gaming disorder]] [[mental health]] [[youth risk]]
- Le cosiddette New Addiction sono capaci di diventare lobiettivo primario della nostra mente finché lopzione di smettere non rappresenta più una scelta libera.
background-color:: green
- in Italia tra il 10 e il 15% della popolazione presenti comportamenti che rientrano, in forma più o meno manifesta, nei criteri delle nuove dipendenze
background-color:: green
- Durante il primo lockdown uno studio pubblicato su Frontiers in Psychiatry, condotto dallIstituto di Neuroscienze di Firenze in collaborazione con il Dipartimento di Psichiatria e Scienze del Comportamento della Albert Einstein College of Medicine di New York, ha rilevato che il 23,6% dei soggetti coinvolti mostrava sintomi compatibili con una forma di gioco dazzardo patologico.
background-color:: green
- Nello studio condotto su studenti delle scuole superiori pubblicato su CNS Spectrums, i ricercatori hanno registrato il 5,4% degli studenti nella categoria di “internet addicted”; percentuali preoccupanti sono emerse anche per altre dipendenze: il 16% degli studenti ha ottenuto per esempio punteggi talmente alti nella scala dedicata al gioco dazzardo da essere classificato nella fascia clinica definita come “problema estremo”
background-color:: green
- > **Note:** #card
- ## **Crans-Montana, la fine dellillusione del controllo: noi genitori “geolocalizzatori” spiazzati davanti al caso e alla morte**
source:: https://www.famigliacristiana.it/attualita/mondo/strage-crans-montana-commento-alberto-pellai-c14e8w5a
url:: https://karakeep.diruscio.org/dashboard/preview/etrrlkwkha6j81s1nakgzqui
tags:: [[Adolescence]] [[Safety]] [[Trauma]] [[mental health]] [[parenting]]
- che quasi sempre sa accoglierti con opportunità che non coglieresti mai se rinunciassi ad andarlo a cercare, rimanendo nel territorio ultraprotetto della tua comfort zone.
background-color:: green
- > **Note:** Il Coraggio di vivere
- ## **Top AI Agentic Workflow Patterns**
source:: https://blog.bytebytego.com/p/top-ai-agentic-workflow-patterns
url:: https://karakeep.diruscio.org/dashboard/preview/iz529wt1xybxstag5cmcrl1l
tags:: [[AI automation]] [[Agentic Workflows]] [[Artificial Intelligence]] [[Reflective Systems]] [[Tool Integration]]
- An agentic workflow doesnt just respond to a single instruction. Instead, it operates with a degree of autonomy, making decisions about how to approach a task, what steps to take, and how to adapt based on what it discovers along the way. This represents a fundamental shift in how we think about using AI systems.
background-color:: green
- > **Note:** #IMPORTANT
- An agentic system, however, might first search the web for current information on the topic, then organize the findings into themes, draft sections of the report, review each section for accuracy and coherence, revise weak areas, and finally compile everything into a polished document
background-color:: green
- Instead of generating output in a single pass, agentic workflows involve cycles where the agent takes an action, observes the result, and uses that observation to inform the next action
background-color:: green
- Agentic workflows bring this same adaptive, iterative quality to AI systems.
background-color:: green
- five essential agentic workflow patterns
background-color:: blue
- The reflection pattern works best for tasks where quality matters more than speed and where there are subjective aspects that benefit from review.
background-color:: blue
- > **Note:** Reflection Pattern
- In the tool use pattern, agents are equipped with a set of capabilities they can invoke when needed. These might include web search engines for finding current information, APIs for accessing services like weather data or stock prices, code interpreters for running programs and performing calculations, database query tools for retrieving specific records, file system access for reading and writing documents, and countless other specialized functions. The critical distinction from traditional software is that the agent itself decides when and how to use these tools based on the task at hand.
background-color:: blue
- > **Note:** Tool use pattern
- ## **GitHub - muratcankoylan/Agent-Skills-for-Context-Engineering: A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems. Use when building, optimizing, or debugging agent systems that require effective context management.**
source:: https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering
url:: https://karakeep.diruscio.org/dashboard/preview/mujjzfwwjb2xbqiugz3i92nv
tags:: [[AI System Optimization]] [[Agent Architectures]] [[Artificial Intelligence]] [[Context Engineering]] [[Multi-Agent Systems]] [[agent skills]]
- The fundamental challenge is that context windows are constrained not by raw token capacity but by attention mechanics
background-color:: green
- "lost-in-the-middle" phenomenon, U-shaped attention curves, and attention scarcity.
background-color:: yellow
- Effective context engineering means finding the smallest possible set of high-signal tokens that maximize the likelihood of desired outcomes.
background-color:: blue
- > **Note:** #card
- ## **7 Tiny AI Models for Raspberry Pi - KDnuggets**
source:: https://www.kdnuggets.com/7-tiny-ai-models-for-raspberry-pi
url:: https://karakeep.diruscio.org/dashboard/preview/wrwx75un37buyqnusi33ygm7
tags:: [[Artificial Intelligence]] [[Local AI]] [[Machine Learning]] [[READ]] [[Raspberry Pi]] [[Tiny AI Models]]
- aggressive quantization
background-color:: green
- llama.cpp
background-color:: green
- > **Note:** What's llama.cpp? #TODO To be checked.
- tool calling, vision understanding, and structured outputs
background-color:: green
- visionlanguage model
background-color:: green
- > **Note:** Vision Language Models (VLMs) are powerful AI systems that merge computer vision and natural language processing, allowing them to understand, interpret, and generate content from both images/videos and text inputs, enabling tasks like describing photos (captioning), answering questions about visuals (VQA), generating images from text, and understanding complex documents. #card
- Tiny models have reached a point where size is no longer a limitation to capability. The Qwen 3 series stands out in this list, delivering performance that rivals much larger language models and even challenges some proprietary systems. If you are building applications for a Raspberry Pi or other low-power devices, Qwen 3 is an excellent starting point and well worth integrating into your setup.
background-color:: green
- > **Note:** #IMPORTANT