bernat sampera

885 posts

bernat sampera banner
bernat sampera

bernat sampera

@bsampera97

Build Context like it's code https://t.co/XESuEts6U4 Member of the Technical Staff at MAAT https://t.co/Np3876z9Gg

Germany Katılım Temmuz 2024
111 Takip Edilen116 Takipçiler
Sabitlenmiş Tweet
bernat sampera
bernat sampera@bsampera97·
Context for AI agents is infrastructure, not docs.
English
38
0
2
437
bernat sampera
bernat sampera@bsampera97·
@Gargotejant Fer fora a un funcionari??? Us heu tornat bojos!! Què serà el següent, reduïr les pensions als nostres avis??
Català
0
0
1
45
Gargotaire
Gargotaire@Gargotejant·
Tots ells? O els que ho facin malament els podrem fer fora per a agafar-ne de millors? Trobo que la funció dels bons salaris han de servir la funció per a atreure talent en camps que n'escassegi.
3CatInfo@3CatInfo

"Els docents estaran al capdavant dels més ben retribuïts del conjunt de l'Estat." Ignasi Giménez, secretari de Millora Educativa, considera que el preacord amb els sindicats posa les bases per a una "necessària transformació del sistema educatiu" 3cat.cat/3catinfo/sindi…

Català
7
7
52
4.7K
Jordi
Jordi@Jordifii·
@randMot7 @3CatInfo Doncs per mi no era la prioritat. Jo volia 4 mestres més per centre. Ens falten mans.
Català
3
0
3
211
3CatInfo
3CatInfo@3CatInfo·
El preacord entre Educació i sindicats preveu un augment salarial en la part autonòmica de 388,03 € a primària i de 389,50 a secundària. Això, sumat a les pujades estatals previstes, fa que l'augment total sigui d'uns 600 € en 4 anys 3cat.cat/3catinfo/sindi…
3CatInfo tweet media
Català
14
6
36
14.6K
bernat sampera retweetledi
Stefano Saitta
Stefano Saitta@nerder_·
@theo So basically they reinvented 4.6 from first principle. We should really stop giving a fuck about new model minor versions.
English
0
1
2
305
Mihura
Mihura@XMihura·
una cosa que estoy viendo es que algunos frikis de la IA/data science se están quedando atrás porque creen que los sistemas son menos potentes de lo que ya son que si bases de datos vectoriales, que si embeddings que si... no necesitas nada de eso coge toda tu información, divídela en archivos de texto con nombres informativos y metadatos para que sea fácilmente indexable por grep/ls etc... y deja que el agente se encargue del resto no necesitas nada más
Español
49
27
617
77K
Pps831
Pps831@Pps831·
@me_bruno_dev @dhh Because they are funded by china/russia. No other explanation why would germany destroy its nuclear while getting fully loaded on russian natural gas
English
1
0
0
98
bernat sampera
bernat sampera@bsampera97·
this is so fucking cool
bernat sampera tweet media
English
0
0
0
29
z3n
z3n@zench4n·
@bsampera97 @bsampera97 Unscoped context windows are essentially wide-open lateral movement paths for prompt injection. Treating LLM context as raw data rather than structured, typed objects turns every RAG retrieval into a potential remote code execution vector for the model
English
1
0
0
12
z3n
z3n@zench4n·
LLM orchestration frameworks like Dify are expanding the attack surface for API-driven vulnerabilities. Recent findings show that even authenticated users can exploit logic flaws to bypass authorization or perform path traversal via improper input sanitization.
English
2
0
0
46
bernat sampera
bernat sampera@bsampera97·
@curtis_yarvin Found the conversation very interesting and build this claudogram to understand it better
English
0
0
0
26
Λεωνίδας Παλαιοδήμος
Το αν αρέσει ή όχι ο ουρανοξύστης στο Ελληνικό είναι θέμα προς συζήτηση. Αυτή η εικόνα όμως είναι ψεύτικη. Είναι προϊόν τεχνικής νοημοσύνης. Οποιος έκανε στοιχειώδη μαθήματα γεωμετρίας στο γυμνάσιο πρέπει να μπορεί να το καταλάβει.
Λεωνίδας Παλαιοδήμος tweet media
Ελληνικά
57
10
112
25.6K
bernat sampera retweetledi
Henrick Johansson
Henrick Johansson@compliantvc·
A trolley is about to hit 5 people laying on the track You can redirect the car, but the other track has not yet reached regulatory approval or completed its 1 year environmental testing period, so operating a train car on it is a violation of transit regulations What do you do?
Henrick Johansson tweet media
English
550
690
8.4K
550.9K
bernat sampera
bernat sampera@bsampera97·
@sarahwooders Static prompts cannot capture this because each agent needs diverge and keep changing. You end up needing context modules the agent can restructure itself.
English
0
0
0
25
Sarah Wooders
Sarah Wooders@sarahwooders·
Letta Code agents have ownership over their own context (this include system-prompt level memory blocks, skills, and external files) -- and it's pretty interesting how different agents will end up structuring context very differently over time.
Letta@Letta_AI

An agent’s cognitive structure is how it structures its context In the latest Letta Code update, you can view your agent’s context structure in the “Memory” view to see: - Context type (core/external/skills) - Context links - Version history

English
3
2
15
3.3K
bernat sampera
bernat sampera@bsampera97·
@tryadaline Tool selection is a context window problem. When everything lives in one blob prompt, the model loses the signal for which tool matches which subtask.
English
0
0
0
10
Adaline
Adaline@tryadaline·
Your agent called the wrong tool. To resolve the issue, you rewrote the system prompt, reran the test, and watched it call the wrong tool again. The system prompt was never the problem. The model selects its tool before writing a single word, and that decision is based entirely on the tool’s description. Most production tool definitions are one sentence long. One sentence is not enough to avoid selection errors in production. Here are the four failure modes that cause most of these problems: • Ambiguous overlap: Two tools with similar descriptions cause the model to pick inconsistently between them. • Missing constraints: Without a rule for when not to use a tool, any matching request becomes a trigger. • Misleading parameter names: Parameter names carry their own selection signal, separate from the description text. • Unnecessary calls: Agents invoke tools on queries they could answer on their own. A wrong call leads to a wrong answer about 62% of the time. The full breakdown is in the first reply.
Adaline tweet media
English
2
0
1
77