What Sol can do
10 real prompts you can copy-paste. Each one works today.
1. Extract a data point from a web page
> *"Sol, probá buscar la cotización del dólar Banco Nación"*
Sol navigates to bna.com.ar, learns which cell holds the price, extracts it.
2. Parameterized extraction
> *"Sol, aprendé una capability get_wikipedia_first_paragraph con input {slug: string} que navega a es.wikipedia.org/wiki/${input.slug} y extrae el primer párrafo. Probala con slug='Banco_Nación'."*
The same recipe serves for any article. Just change the slug on subsequent runs.
3. Iterate over a list
> *"Sol, armá un proceso que corra get_wikipedia_first_paragraph para cada slug en ['Banco_Nación', 'Mercado_Libre', 'YPF'] y mandame los resultados por email."*
Sol builds a process with a foreach, invokes the capability 3 times, exports CSV, sends email.
4. Trend analysis
> *"Sol, corré el dólar BNA ahora y comparame el valor contra el promedio de los anteriores. Calculá delta absoluto y porcentual."*
Sol captures fresh data, invokes Ana (the analyst) which loads the historical dataset and writes the analysis.
5. Export a dataset
> *"Sol, mandame el dataset del dólar BNA en CSV a gzoroza@gmail.com"*
6. Ranking from a list
> *"Sol, aprendé get_restaurant_at_rank(k) en tripadvisor, después corré foreach 1 a 10, rankeá por rating/precio y mandame el top 5."*
7. See accumulated data
> *"Sol, qué datasets tengo?"*
8. Manage capabilities
> *"Sol, eliminá la capability get_pagina12_headline"*
9. View a specific trace
Click [Ver trace completo] at the end of any Sol response. You see step-by-step, timestamps, costs, errors.
10. Multi-source consolidation
> *"Sol, corré dólar BNA + dólar blue, calculá la brecha, mandame el informe por email."*
What Sol can't do today
Consumer news homepages with heavy JS (Infobae, Clarín)
Sites with captchas or bot detection
PDFs (coming in a future release)
Infinite-scroll content requiring user interaction
Sol will say so honestly — it never fakes a result.
