@@ -25,9 +25,9 @@ ptisnovs@redhat.com
2525## LCORE position in this environment
2626
2727* Luckily the architecture is (still) pretty simple
28- * It can change rapidly with introducing new features
28+ - But it can change rapidly with introducing new features
2929* Strict linting (compared to other Python-based apps)
30- * A bit complection was already "achieved"
30+ * A bit level of complection was already "achieved"
3131
3232---
3333
@@ -65,7 +65,7 @@ ptisnovs@redhat.com
6565
6666---
6767
68- ## Complection
68+ ## Complection (Rich Hickey)
6969
7070* Stronger than simple coupling
7171* Complected parts are entangled in purpose and behavior
@@ -85,7 +85,15 @@ ptisnovs@redhat.com
8585
8686---
8787
88- ## Do you use AI to add new features?
88+ ## Do you use AI to ** add** new features?
89+
90+ ---
91+
92+ ## Do you use AI to ** add** new features?
93+
94+ * Actually ** no**
95+ * You are introducing new change that needs to be integrated
96+ * With the potential to worse the architecture
8997
9098---
9199
@@ -523,6 +531,11 @@ function(None)
523531* Avoiding runtime ad-hoc "polymorphism"
524532 - structural pattern matching
525533 - dynamic dispatch if really needed
534+
535+ ---
536+
537+ ## Hints to help with context-awareness problem
538+
526539* Strongly typed code
527540 - it reduces problem space a lot
528541 - we talk about 10x, 100x, 1000x factor!
0 commit comments