fastbrowser_cli 1.0.35 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +26 -5
  2. package/dist/contribs/_shared/fastbrowser_helper.d.ts +13 -0
  3. package/dist/contribs/_shared/fastbrowser_helper.d.ts.map +1 -0
  4. package/dist/contribs/_shared/fastbrowser_helper.js +39 -0
  5. package/dist/contribs/_shared/fastbrowser_helper.js.map +1 -0
  6. package/dist/contribs/linkedin_cli/src/cli.d.ts +3 -0
  7. package/dist/contribs/linkedin_cli/src/cli.d.ts.map +1 -0
  8. package/dist/contribs/linkedin_cli/src/cli.js +299 -0
  9. package/dist/contribs/linkedin_cli/src/cli.js.map +1 -0
  10. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.d.ts +73 -0
  11. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.d.ts.map +1 -0
  12. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.js +866 -0
  13. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.js.map +1 -0
  14. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.d.ts +61 -0
  15. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.d.ts.map +1 -0
  16. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.js +885 -0
  17. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.js.map +1 -0
  18. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.d.ts +11 -0
  19. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.d.ts.map +1 -0
  20. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.js +145 -0
  21. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.js.map +1 -0
  22. package/dist/contribs/twitter_cli/src/cli.d.ts +3 -0
  23. package/dist/contribs/twitter_cli/src/cli.d.ts.map +1 -0
  24. package/dist/contribs/twitter_cli/src/cli.js +273 -0
  25. package/dist/contribs/twitter_cli/src/cli.js.map +1 -0
  26. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.d.ts +28 -0
  27. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.d.ts.map +1 -0
  28. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.js +274 -0
  29. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.js.map +1 -0
  30. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.d.ts +43 -0
  31. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.d.ts.map +1 -0
  32. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.js +519 -0
  33. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.js.map +1 -0
  34. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.d.ts +11 -0
  35. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.d.ts.map +1 -0
  36. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.js +213 -0
  37. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.js.map +1 -0
  38. package/dist/fastbrowser_cli/fastbrowser_cli.js +43 -0
  39. package/dist/fastbrowser_cli/fastbrowser_cli.js.map +1 -1
  40. package/dist/fastbrowser_httpd/libs/tool-schemas.d.ts +4 -0
  41. package/dist/fastbrowser_httpd/libs/tool-schemas.d.ts.map +1 -1
  42. package/dist/fastbrowser_httpd/libs/tool-schemas.js +4 -0
  43. package/dist/fastbrowser_httpd/libs/tool-schemas.js.map +1 -1
  44. package/dist/fastbrowser_mcp/fastbrowser_mcp.js +36 -2
  45. package/dist/fastbrowser_mcp/fastbrowser_mcp.js.map +1 -1
  46. package/dist/fastbrowser_mcp/libs/mcp_target_helper.d.ts +2 -0
  47. package/dist/fastbrowser_mcp/libs/mcp_target_helper.d.ts.map +1 -1
  48. package/dist/fastbrowser_mcp/libs/mcp_target_helper.js +12 -0
  49. package/dist/fastbrowser_mcp/libs/mcp_target_helper.js.map +1 -1
  50. package/dist/fastbrowser_mcp/libs/response_formatter.d.ts +1 -0
  51. package/dist/fastbrowser_mcp/libs/response_formatter.d.ts.map +1 -1
  52. package/dist/fastbrowser_mcp/libs/response_formatter.js +27 -0
  53. package/dist/fastbrowser_mcp/libs/response_formatter.js.map +1 -1
  54. package/dist/shared/fastbrowser_helper.d.ts +13 -0
  55. package/dist/shared/fastbrowser_helper.d.ts.map +1 -0
  56. package/dist/shared/fastbrowser_helper.js +39 -0
  57. package/dist/shared/fastbrowser_helper.js.map +1 -0
  58. package/examples/linkedin_cli_TOREMOVE/README.md +7 -0
  59. package/examples/linkedin_cli_TOREMOVE/linkedin_dm.sh +40 -0
  60. package/examples/linkedin_cli_TOREMOVE/linkedin_dm.ts +326 -0
  61. package/examples/linkedin_cli_TOREMOVE/linkedin_dm_messages.ts +279 -0
  62. package/examples/linkedin_cli_TOREMOVE/linkedin_full_cycle.sh +5 -0
  63. package/examples/{linkedin_cli/linked_post.sh → linkedin_cli_TOREMOVE/linkedin_post.sh} +3 -0
  64. package/examples/linkedin_cli_TOREMOVE/message_thread.a11y.txt +252 -0
  65. package/examples/whatsapp/whatapp.a11y.txt +1521 -0
  66. package/examples/whatsapp/whatsapp.sh +10 -0
  67. package/listitem +7 -0
  68. package/package.json +7 -3
  69. package/skills/fastbrowser/SKILL.md +116 -29
  70. package/src/contribs/_shared/fastbrowser_helper.ts +49 -0
  71. package/src/contribs/linkedin_cli/README.md +80 -0
  72. package/src/contribs/linkedin_cli/data/linkedin_posts_jeromeetienne.a11y.txt +2364 -0
  73. package/src/contribs/linkedin_cli/data/linkedin_posts_jontwigge.a11y.txt +2740 -0
  74. package/src/contribs/linkedin_cli/data/linkedin_posts_julien_guezennec.a11y.txt +2073 -0
  75. package/src/contribs/linkedin_cli/data/linkedin_profile_jeromeetienne.a11y.txt +1863 -0
  76. package/src/contribs/linkedin_cli/data/linkedin_profile_jontwigge.a11y.txt +1738 -0
  77. package/src/contribs/linkedin_cli/data/linkedin_profile_julien_guezennec.a11y.txt +2182 -0
  78. package/src/contribs/linkedin_cli/src/cli.ts +345 -0
  79. package/src/contribs/linkedin_cli/src/libs/linkedin_profile_helper.ts +964 -0
  80. package/src/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.ts +982 -0
  81. package/src/contribs/linkedin_cli/src/libs/linkedin_thread_helper.ts +171 -0
  82. package/src/contribs/twitter_cli/README.md +79 -0
  83. package/src/contribs/twitter_cli/data/twitter_chat.a11y.txt +215 -0
  84. package/src/contribs/twitter_cli/data/twitter_home.a11y.txt +467 -0
  85. package/src/contribs/twitter_cli/data/twitter_profile.a11y.txt +418 -0
  86. package/src/contribs/twitter_cli/data/twitter_profile_jontwigge.a11y.txt +484 -0
  87. package/src/contribs/twitter_cli/data/twitter_profile_molokoloco.a11y.txt +483 -0
  88. package/src/contribs/twitter_cli/src/cli.ts +315 -0
  89. package/src/contribs/twitter_cli/src/libs/twitter_profile_helper.ts +328 -0
  90. package/src/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.ts +607 -0
  91. package/src/contribs/twitter_cli/src/libs/twitter_thread_helper.ts +240 -0
  92. package/src/fastbrowser_cli/fastbrowser_cli.ts +51 -0
  93. package/src/fastbrowser_httpd/libs/tool-schemas.ts +6 -0
  94. package/src/fastbrowser_mcp/fastbrowser_mcp.ts +46 -3
  95. package/src/fastbrowser_mcp/libs/mcp_target_helper.ts +11 -0
  96. package/src/fastbrowser_mcp/libs/response_formatter.ts +29 -0
  97. package/src/shared/fastbrowser_helper.ts +49 -0
  98. package/tsconfig.json +1 -1
  99. package/examples/linkedin_cli/linked_dm.sh +0 -19
  100. package/examples/mcp_client_playwright.ts +0 -34
  101. /package/examples/{linkedin_cli → linkedin_cli_TOREMOVE}/linkedin.snapshot.txt +0 -0
  102. /package/examples/{twitter_cli → twitter_cli_TOREMOVE}/twitter_post.sh +0 -0
@@ -0,0 +1,1863 @@
1
+ uid=e2 generic
2
+ uid=e3 heading "0 notifications" level="2"
3
+ uid=e4 generic
4
+ uid=s4 generic
5
+ uid=e5 button
6
+ uid=e7 generic value="Skip to main content"
7
+ uid=e8 button
8
+ uid=e10 img
9
+ uid=e12 generic
10
+ uid=e14 banner
11
+ uid=e17 generic
12
+ uid=e18 button "LinkedIn"
13
+ uid=e19 img "LinkedIn"
14
+ uid=e21 generic
15
+ uid=e22 status
16
+ uid=e23 search
17
+ uid=e24 generic
18
+ uid=e26 img
19
+ uid=e28 textbox "Search"
20
+ uid=e30 generic
21
+ uid=e35 figure
22
+ uid=e38 navigation
23
+ uid=e39 list
24
+ uid=e40 listitem
25
+ uid=e41 button "Home, 1 new notification"
26
+ uid=e43 img
27
+ uid=e46 generic value="Home"
28
+ uid=e47 listitem
29
+ uid=e48 link "My Network, 0 new notifications" url="https://www.linkedin.com/mynetwork"
30
+ uid=e50 img
31
+ uid=e53 generic value="My Network"
32
+ uid=e54 listitem
33
+ uid=e55 link "Jobs, 0 new notifications" url="https://www.linkedin.com/jobs/"
34
+ uid=e57 img
35
+ uid=e60 generic value="Jobs"
36
+ uid=e61 listitem
37
+ uid=e62 link "Messaging, 0 new notifications" url="https://www.linkedin.com/messaging/"
38
+ uid=e64 img
39
+ uid=e67 generic value="Messaging"
40
+ uid=e68 listitem
41
+ uid=e69 link "Notifications, 0 new notifications" url="https://www.linkedin.com/notifications/"
42
+ uid=e71 img
43
+ uid=e74 generic value="Notifications"
44
+ uid=e75 listitem
45
+ uid=e76 button "Me"
46
+ uid=e78 figure
47
+ uid=e80 generic
48
+ uid=s5 StaticText "Me"
49
+ uid=e81 img
50
+ uid=e84 generic
51
+ uid=e85 navigation
52
+ uid=e86 list
53
+ uid=e87 listitem
54
+ uid=e88 button "For Business"
55
+ uid=e90 img
56
+ uid=e93 generic
57
+ uid=s6 StaticText "For Business"
58
+ uid=e94 img
59
+ uid=e98 link "Claim your 1 month free Premium Page" url="https://www.linkedin.com/premium/products/?upsellOrderOrigin=Tracking%3Av1%3Apremium_page_nav_upsell_text%3ACompany+Pages+SKU%3AIn-Product&referenceId=nchu7jINQVqoSu4MnKPxeg%3D%3D&companyUrn=urn%3Ali%3Afsd_company%3A106063595&isSS=false&upsellSlotId=NAV_SPOTLIGHT"
60
+ uid=e100 paragraph
61
+ uid=e101 link "Claim your 1 month free Premium Page" url="https://www.linkedin.com/premium/products/?upsellOrderOrigin=Tracking%3Av1%3Apremium_page_nav_upsell_text%3ACompany+Pages+SKU%3AIn-Product&referenceId=nchu7jINQVqoSu4MnKPxeg%3D%3D&companyUrn=urn%3Ali%3Afsd_company%3A106063595&isSS=false&upsellSlotId=NAV_SPOTLIGHT"
62
+ uid=e102 main
63
+ uid=e103 generic
64
+ uid=e104 toolbar
65
+ uid=e108 generic
66
+ uid=e109 link "Jerome Etienne" url="https://www.linkedin.com/in/jeromeetienne/"
67
+ uid=e110 generic "Jerome Etienne"
68
+ uid=e111 figure
69
+ uid=e112 generic
70
+ uid=e113 paragraph value="Jerome Etienne"
71
+ uid=e115 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
72
+ uid=e116 generic
73
+ uid=e118 button "Resources"
74
+ uid=e120 generic value="Resources"
75
+ uid=e122 button "Enhance profile"
76
+ uid=e124 generic value="Enhance profile"
77
+ uid=e125 link "Add section" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
78
+ uid=e127 generic value="Add section"
79
+ uid=e129 button "Open to"
80
+ uid=e131 generic value="Open to"
81
+ uid=e132 main
82
+ uid=e134 generic
83
+ uid=e137 generic
84
+ uid=e142 generic
85
+ uid=e143 generic
86
+ uid=e144 generic
87
+ uid=e146 link url="https://www.linkedin.com/in/jeromeetienne/overlay/background-photo/"
88
+ uid=e147 figure
89
+ uid=e148 img "Cover photo"
90
+ uid=e152 button "Edit background image"
91
+ uid=e154 img
92
+ uid=e156 link "Profile photo" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
93
+ uid=e157 generic "Profile photo"
94
+ uid=e158 figure
95
+ uid=e160 link "Edit profile" url="https://www.linkedin.com/in/jeromeetienne/edit/intro/"
96
+ uid=e162 img
97
+ uid=e164 generic
98
+ uid=e165 generic
99
+ uid=e167 generic
100
+ uid=e171 link "Jerome Etienne View Jerome’s verifications" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
101
+ uid=e173 generic
102
+ uid=e174 heading "Jerome Etienne" level="2"
103
+ uid=e175 img "View Jerome’s verifications"
104
+ uid=e177 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
105
+ uid=e178 generic
106
+ uid=e179 paragraph value="France"
107
+ uid=e180 paragraph value="·"
108
+ uid=e181 paragraph
109
+ uid=e182 link "Contact info" url="\"#\""
110
+ uid=e185 button "ContentMagickAi"
111
+ uid=e186 generic
112
+ uid=e187 figure
113
+ uid=e191 paragraph value="ContentMagickAi"
114
+ uid=e193 link "500+ connections" url="https://www.linkedin.com/mynetwork/invite-connect/connections/"
115
+ uid=e194 paragraph value="500+ connections"
116
+ uid=e198 generic
117
+ uid=e200 button "Open to"
118
+ uid=e202 generic value="Open to"
119
+ uid=e203 link "Add section" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
120
+ uid=e205 generic value="Add section"
121
+ uid=e207 button "Enhance profile"
122
+ uid=e209 generic value="Enhance profile"
123
+ uid=e211 button "Resources"
124
+ uid=e213 generic value="Resources"
125
+ uid=e218 list
126
+ uid=e219 listitem
127
+ uid=e220 generic
128
+ uid=e221 link "Open to work France | On-site · Hybrid Show details" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
129
+ uid=e222 generic
130
+ uid=e224 paragraph
131
+ uid=e225 strong value="Open to work"
132
+ uid=e227 paragraph value="France | On-site · Hybrid"
133
+ uid=e229 paragraph value="Show details"
134
+ uid=e230 link "Edit" url="/in/jeromeetienne/opportunities/job-opportunities/edit/?origin=PROFILE_TOP_CARD"
135
+ uid=e232 img
136
+ uid=e236 generic
137
+ uid=e239 generic
138
+ uid=e241 generic
139
+ uid=e242 heading "Analytics" level="2"
140
+ uid=e243 generic
141
+ uid=e244 img
142
+ uid=e246 paragraph value="Private to you"
143
+ uid=e247 generic
144
+ uid=e250 generic
145
+ uid=e251 link "89 profile views Discover who’s viewed your profile." url="https://www.linkedin.com/analytics/profile-views/"
146
+ uid=e252 generic
147
+ uid=e253 img
148
+ uid=e255 generic
149
+ uid=e256 paragraph value="89 profile views"
150
+ uid=e257 paragraph value="Discover who’s viewed your profile."
151
+ uid=e258 link "1,333 post impressions Check out who’s engaging with your posts. Past 7 days" url="https://www.linkedin.com/analytics/creator/content/?timeRange=past_7_days&dimension=INDUSTRY&metricType=IMPRESSIONS"
152
+ uid=e259 generic
153
+ uid=e260 img
154
+ uid=e262 generic
155
+ uid=e263 paragraph value="1,333 post impressions"
156
+ uid=e264 paragraph value="Check out who’s engaging with your posts."
157
+ uid=e265 paragraph value="Past 7 days"
158
+ uid=e266 link "61 search appearances See how often you appear in search results." url="https://www.linkedin.com/analytics/search-appearances/"
159
+ uid=e267 generic
160
+ uid=e268 img
161
+ uid=e270 generic
162
+ uid=e271 paragraph value="61 search appearances"
163
+ uid=e272 paragraph value="See how often you appear in search results."
164
+ uid=e274 link "Show all analytics" url="https://www.linkedin.com/dashboard/"
165
+ uid=e275 generic
166
+ uid=e276 img
167
+ uid=e278 generic value="Show all"
168
+ uid=e283 generic
169
+ uid=e284 generic
170
+ uid=e285 heading "About" level="2"
171
+ uid=e287 link "Edit about" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/summary/new/"
172
+ uid=e289 img
173
+ uid=e292 paragraph
174
+ uid=e293 generic
175
+ uid=s7 StaticText "I am looking for ways to make WebAR a reality. I am the creator of AR.js and Principal Engineer at Amazon Sumerian - Author of Learning Three.js blog - 8th most active user on Github - I have been CTO and led the core apps team of AR Smart Helmet. I am a hardcore Javascript and WeGL dev. Achievements Wrote AR.js - Efficient Augmented Reality for the Web! Implemented WebVR 3 times - For various purposes One to make Daqri Smart Helmet daydream ready. One to record AR experiences and replay them to build mixed reality videos. One as a way to export ARToolkit positional tracking Wrote 3 Editors for 3D content - One for game, one for architecture, one for AR. Developed a JS variant called jsdoced.js Created the HTML Mixer Wrote 50+ THREEx Game Extensions Game extensions to help you write games with three.js Author of Learning Three.js - Technical blog to learn three.js Varied content: 3D physics, performance, games, shadows, boilerplate. I have been 8th most active user on github - link Sharing code is important to me :) Nice things people said: I have been listed as Next Reality's 50 People to Watch in Augmented & Mixed Reality \"One of the first WebGL demos in a long while that made me sit up and say \"Wait, how?\" Awesome work, Jerome!\" - Brandon Jones, WebVR spec author & implementer of chrome WebVR on HTML mixer \"You've made something quite awesome, sir\" - Paul Irish about Learning Threejs blog Magic Leap has been impressed by AR.js :)"
176
+ uid=s8 button
177
+ uid=e295 generic value="… more"
178
+ uid=e300 generic
179
+ uid=e301 generic
180
+ uid=e302 heading "Featured" level="2"
181
+ uid=e303 generic
182
+ uid=e304 button "Featured overflow menu"
183
+ uid=e306 img
184
+ uid=e308 link "View featured detail screen" url="https://www.linkedin.com/in/jeromeetienne/details/featured/"
185
+ uid=e310 img
186
+ uid=e315 list
187
+ uid=e316 listitem
188
+ uid=e317 listitem
189
+ uid=s9 unknown url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fnext%2Ereality%2Enews%2Fnews%2Fnr50-next-realitys-50-people-watch-augmented-mixed-reality-0177454%2F&urlhash=wLfd&isSdui=true"
190
+ uid=e321 generic
191
+ uid=e322 button "Link"
192
+ uid=e323 generic
193
+ uid=e325 figure
194
+ uid=e326 generic
195
+ uid=e328 paragraph value="NR50: Next Reality's 50 People to Watch in Augmented & Mixed Reality"
196
+ uid=e329 paragraph value="Next Reality"
197
+ uid=e331 paragraph value="Throughout this NR50 series, we have talked about the incredible growth the augmented and mixed reality space has seen in the last year. More devices, software, developers, and use-cases seem to arrive daily. For this growth to have occurred, it took..."
198
+ uid=e332 listitem
199
+ uid=e333 listitem
200
+ uid=s10 unknown url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fwww%2Eyoutube%2Ecom%2Fwatch%3Fv%3DZ1xblvOaT9c&urlhash=uQOj&isSdui=true"
201
+ uid=e337 generic
202
+ uid=e338 button "Link"
203
+ uid=e339 generic
204
+ uid=e341 figure
205
+ uid=e342 generic
206
+ uid=e344 paragraph value="WebAR Augmented Reality for Web in Open Source by @jerome_etienne at #fstoco 2015"
207
+ uid=e345 paragraph value="YouTube"
208
+ uid=e347 paragraph value="Register today for #fstoco 2016 https://fsto.co Slides: http://eventmobi.com/fstoconf15/agenda/118605/697748 Augmented Reality is everywhere. It is a hot and..."
209
+ uid=e348 listitem
210
+ uid=e349 listitem
211
+ uid=e352 link "Link jeromeetienne (Jerome Etienne) GitHub jeromeetienne has 277 repositories available. Follow their code on GitHub." url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fgithub%2Ecom%2Fjeromeetienne&urlhash=OEmP&isSdui=true"
212
+ uid=e353 generic
213
+ uid=e354 button "Link"
214
+ uid=e355 generic
215
+ uid=e357 figure
216
+ uid=e358 generic
217
+ uid=e360 paragraph value="jeromeetienne (Jerome Etienne)"
218
+ uid=e361 paragraph value="GitHub"
219
+ uid=e363 paragraph value="jeromeetienne has 277 repositories available. Follow their code on GitHub."
220
+ uid=e369 generic
221
+ uid=e370 generic
222
+ uid=e371 generic
223
+ uid=e372 heading "Activity" level="2"
224
+ uid=e374 link "979 followers" url="https://www.linkedin.com/feed/followers/"
225
+ uid=e375 paragraph value="979 followers"
226
+ uid=e376 generic
227
+ uid=e377 link "Create a post" url="/preload/sharebox/"
228
+ uid=e379 generic value="Create a post"
229
+ uid=e380 link "Edit default activity" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/content-collections-star-pill/new/"
230
+ uid=e382 img
231
+ uid=e384 generic
232
+ uid=e385 radio "Posts" checked
233
+ uid=e386 generic
234
+ uid=s11 checkbox "Posts" checked
235
+ uid=e387 generic value="Posts"
236
+ uid=e388 radio "Comments"
237
+ uid=e389 generic
238
+ uid=s12 checkbox "Comments"
239
+ uid=e390 generic value="Comments"
240
+ uid=e391 radio "Videos"
241
+ uid=e392 generic
242
+ uid=s13 checkbox "Videos"
243
+ uid=e393 generic value="Videos"
244
+ uid=e394 radio "Images"
245
+ uid=e395 generic
246
+ uid=s14 checkbox "Images"
247
+ uid=e396 generic value="Images"
248
+ uid=e397 radio "Articles"
249
+ uid=e398 generic
250
+ uid=s15 checkbox "Articles"
251
+ uid=e399 generic value="Articles"
252
+ uid=e401 generic
253
+ uid=e407 generic
254
+ uid=e408 list
255
+ uid=e409 list
256
+ uid=e410 listitem
257
+ uid=e412 listitem
258
+ uid=e413 generic
259
+ uid=e414 generic
260
+ uid=e415 link url="https://www.linkedin.com/in/jeromeetienne/"
261
+ uid=e416 figure
262
+ uid=e417 img "View Jerome Etienne’s profile"
263
+ uid=s16 unknown url="https://www.linkedin.com/in/jeromeetienne/"
264
+ uid=e419 generic
265
+ uid=e420 generic "Jerome Etienne Verified Profile You"
266
+ uid=e423 paragraph value="Jerome Etienne"
267
+ uid=e425 paragraph
268
+ uid=e427 img
269
+ uid=s17 StaticText "• You"
270
+ uid=e430 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
271
+ uid=e432 paragraph
272
+ uid=s18 StaticText "1d •"
273
+ uid=s19 unknown
274
+ uid=e435 button "Open control menu for post by Jerome Etienne"
275
+ uid=e437 img
276
+ uid=s20 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7456353491050086400/"
277
+ uid=e440 paragraph
278
+ uid=e441 generic
279
+ uid=s21 StaticText "Quietly built out bsky_client over the last week — a TypeScript CLI for Bluesky/ATProto."
280
+ uid=s22 StaticText "What's in v1.1.4:"
281
+ uid=s23 StaticText "✅ login / logout / status with persistent sessions"
282
+ uid=s24 StaticText "✅ posts: create, list, view, delete, reply"
283
+ uid=s25 StaticText "✅ likes + follows (with proper \"already liked\" / \"not following\" errors)"
284
+ uid=s26 StaticText "✅ search: posts, users, and advanced filters (author, date range, language)"
285
+ uid=s27 StaticText "✅ --json global flag for clean agent/script consumption"
286
+ uid=s28 StaticText "✅"
287
+ uid=e443 link "SKILL.md" url="https://www.linkedin.com/safety/go/?url=http%3A%2F%2FSKILL%2Emd&urlhash=acfU&mt=EcjWqzWStfbyT7l3oibmsyLiJCY0XHiEMtIvMyH07a1aysqLOKdGJfNCWi_y1V5NJOH60ibKY2-MhjYAkUXG-ms6jAudUy1e8REZ6rzYuPCQkxWlLDYyX9E&isSdui=true"
288
+ uid=e445 strong value="SKILL.md"
289
+ uid=s29 StaticText "included so AI agents can use it out of the box"
290
+ uid=s30 StaticText "🔜 more agent-friendly affordances"
291
+ uid=s31 StaticText "Built it because I wanted my agents to interact with Bluesky the same way I do — through a small, scriptable surface — without each one re-implementing ATProto auth."
292
+ uid=e446 link "https://lnkd.in/e8Ay578B" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2Fe8Ay578B&urlhash=3ame&mt=asv13E6THyikA8tVENQVEQZB-hkHVkW0qOuFy5yLJUM4OyRwrskCQU99zcrP6xwTJl1EOVbxk-PBuKK1SnhDdO9ftCh1loV6SW3jNQxJHcKB4x3wIfpBkdo&isSdui=true"
293
+ uid=e448 strong value="https://lnkd.in/e8Ay578B"
294
+ uid=e449 link "#buildInPublic" url="https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED"
295
+ uid=e451 strong value="#buildInPublic"
296
+ uid=e452 link "#opensource" url="https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED"
297
+ uid=e454 strong value="#opensource"
298
+ uid=e455 link "#typescript" url="https://www.linkedin.com/search/results/all/?keywords=%23typescript&origin=HASH_TAG_FROM_FEED"
299
+ uid=e457 strong value="#typescript"
300
+ uid=e458 link "#bluesky" url="https://www.linkedin.com/search/results/all/?keywords=%23bluesky&origin=HASH_TAG_FROM_FEED"
301
+ uid=e460 strong value="#bluesky"
302
+ uid=e461 link "#atproto" url="https://www.linkedin.com/search/results/all/?keywords=%23atproto&origin=HASH_TAG_FROM_FEED"
303
+ uid=e463 strong value="#atproto"
304
+ uid=e464 link "#AIagents" url="https://www.linkedin.com/search/results/all/?keywords=%23aiagents&origin=HASH_TAG_FROM_FEED"
305
+ uid=e466 strong value="#AIagents"
306
+ uid=s32 button
307
+ uid=e468 generic value="… more"
308
+ uid=e469 generic
309
+ uid=e470 link url="https://www.linkedin.com/feed/update/urn:li:activity:7456353491050086400/"
310
+ uid=e471 figure
311
+ uid=e472 img "View image"
312
+ uid=e473 button "This image has content credentials."
313
+ uid=e475 figure
314
+ uid=e476 img
315
+ uid=e479 generic
316
+ uid=e481 link "Julien Guézennec and 3 others reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
317
+ uid=e482 generic
318
+ uid=e483 img
319
+ uid=e490 paragraph
320
+ uid=e491 generic value="Julien Guézennec and 3 others reacted"
321
+ uid=e492 generic value="Julien Guézennec and 3 others"
322
+ uid=e493 generic
323
+ uid=e494 generic
324
+ uid=s33 unknown
325
+ uid=e498 generic
326
+ uid=e499 img
327
+ uid=e501 generic value="Like"
328
+ uid=s34 button "Open reactions menu"
329
+ uid=e503 img
330
+ uid=e505 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7456353491050086400/"
331
+ uid=e506 generic
332
+ uid=e507 img
333
+ uid=e509 generic value="Comment"
334
+ uid=e510 button "Repost"
335
+ uid=e511 generic
336
+ uid=e512 img
337
+ uid=e514 generic value="Repost"
338
+ uid=e515 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
339
+ uid=e516 generic
340
+ uid=e517 img
341
+ uid=e519 generic value="Send"
342
+ uid=e520 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7456353491050086400/"
343
+ uid=e521 generic "View analytics"
344
+ uid=e522 generic "Content analytics"
345
+ uid=e523 img "Analytics Icon"
346
+ uid=e525 paragraph value="256 impressions"
347
+ uid=e526 paragraph
348
+ uid=e527 generic value="View analytics"
349
+ uid=s35 StaticText "View analytics"
350
+ uid=e528 listitem
351
+ uid=e530 listitem
352
+ uid=e531 generic
353
+ uid=e532 generic
354
+ uid=e533 link url="https://www.linkedin.com/in/jeromeetienne/"
355
+ uid=e534 figure
356
+ uid=e535 img "View Jerome Etienne’s profile"
357
+ uid=s36 unknown url="https://www.linkedin.com/in/jeromeetienne/"
358
+ uid=e537 generic
359
+ uid=e538 generic "Jerome Etienne Verified Profile You"
360
+ uid=e541 paragraph value="Jerome Etienne"
361
+ uid=e543 paragraph
362
+ uid=e545 img
363
+ uid=s37 StaticText "• You"
364
+ uid=e548 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
365
+ uid=e550 paragraph
366
+ uid=s38 StaticText "2d •"
367
+ uid=s39 unknown
368
+ uid=e553 button "Open control menu for post by Jerome Etienne"
369
+ uid=e555 img
370
+ uid=s40 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7456175369071579136/"
371
+ uid=e558 paragraph
372
+ uid=e559 generic
373
+ uid=s41 StaticText "🚀 𝗝𝘂𝘀𝘁 𝘀𝗵𝗶𝗽𝗽𝗲𝗱 :is() :where() :not() :has() in a11y_parse 🎯"
374
+ uid=s42 StaticText "✨ 𝗖𝗦𝗦-𝗹𝗶𝗸𝗲 𝘀𝗲𝗹𝗲𝗰𝘁𝗼𝗿𝘀, but over the 𝗮𝗰𝗰𝗲𝘀𝘀𝗶𝗯𝗶𝗹𝗶𝘁𝘆 𝘁𝗿𝗲𝗲 🌳"
375
+ uid=s43 StaticText "🔍 *:has(button) → nodes containing a button"
376
+ uid=s44 StaticText "🔗 link:not([href^=\"https\"]) → internal links"
377
+ uid=s45 StaticText "👉"
378
+ uid=e561 link "https://lnkd.in/evXPZgb6" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FevXPZgb6&urlhash=1Pac&mt=yfDDrGZkDMxFT8sHwp2HTQ08Nkpcdojiao6shSCJAGOfvveFiS5D782rRV4ul3R991CQQEIXvFK5QRLfyKIk3_taBcOQyIBios14pRzRQftJ2Xm8TJJc1Y0&isSdui=true"
379
+ uid=e563 strong value="https://lnkd.in/evXPZgb6"
380
+ uid=e564 link "#buildInPublic" url="https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED"
381
+ uid=e566 strong value="#buildInPublic"
382
+ uid=e567 link "#typescript" url="https://www.linkedin.com/search/results/all/?keywords=%23typescript&origin=HASH_TAG_FROM_FEED"
383
+ uid=e569 strong value="#typescript"
384
+ uid=e570 link "#a11y" url="https://www.linkedin.com/search/results/all/?keywords=%23a11y&origin=HASH_TAG_FROM_FEED"
385
+ uid=e572 strong value="#a11y"
386
+ uid=e573 link "#opensource" url="https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED"
387
+ uid=e575 strong value="#opensource"
388
+ uid=s46 button
389
+ uid=e577 generic value="… more"
390
+ uid=e578 generic
391
+ uid=e579 link url="https://www.linkedin.com/feed/update/urn:li:activity:7456175369071579136/"
392
+ uid=e580 figure
393
+ uid=e581 img "View image"
394
+ uid=e582 button "This image has content credentials."
395
+ uid=e584 figure
396
+ uid=e585 img
397
+ uid=e588 generic
398
+ uid=e589 generic
399
+ uid=e590 generic
400
+ uid=s47 unknown
401
+ uid=e594 generic
402
+ uid=e595 img
403
+ uid=e597 generic value="Like"
404
+ uid=s48 button "Open reactions menu"
405
+ uid=e599 img
406
+ uid=e601 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7456175369071579136/"
407
+ uid=e602 generic
408
+ uid=e603 img
409
+ uid=e605 generic value="Comment"
410
+ uid=e606 button "Repost"
411
+ uid=e607 generic
412
+ uid=e608 img
413
+ uid=e610 generic value="Repost"
414
+ uid=e611 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
415
+ uid=e612 generic
416
+ uid=e613 img
417
+ uid=e615 generic value="Send"
418
+ uid=e616 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7456175369071579136/"
419
+ uid=e617 generic "View analytics"
420
+ uid=e618 generic "Content analytics"
421
+ uid=e619 img "Analytics Icon"
422
+ uid=e621 paragraph value="79 impressions"
423
+ uid=e622 paragraph
424
+ uid=e623 generic value="View analytics"
425
+ uid=s49 StaticText "View analytics"
426
+ uid=e624 listitem
427
+ uid=e626 listitem
428
+ uid=e627 generic
429
+ uid=e628 generic
430
+ uid=e629 link url="https://www.linkedin.com/in/jeromeetienne/"
431
+ uid=e630 figure
432
+ uid=e631 img "View Jerome Etienne’s profile"
433
+ uid=s50 unknown url="https://www.linkedin.com/in/jeromeetienne/"
434
+ uid=e633 generic
435
+ uid=e634 generic "Jerome Etienne Verified Profile You"
436
+ uid=e637 paragraph value="Jerome Etienne"
437
+ uid=e639 paragraph
438
+ uid=e641 img
439
+ uid=s51 StaticText "• You"
440
+ uid=e644 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
441
+ uid=e646 paragraph
442
+ uid=s52 StaticText "3d •"
443
+ uid=s53 unknown
444
+ uid=e649 button "Open control menu for post by Jerome Etienne"
445
+ uid=e651 img
446
+ uid=e653 link url="https://www.linkedin.com/feed/update/urn:li:activity:7455573309942870016/"
447
+ uid=e654 paragraph
448
+ uid=e655 generic
449
+ uid=s54 StaticText "Shipped a small thing this week: 𝗰𝗹𝗮𝘂𝗱𝗲_𝘀𝘁𝗿𝗲𝗮𝗺_𝘃𝗶𝗲𝘄𝗲𝗿 🛠️"
450
+ uid=s55 StaticText "If you've ever scripted Claude Code with --output-format stream-json, you know the problem: the output is great for machines, painful for humans. Every event arrives as a line of dense JSON, and finding the actual model response means scrolling past message_start envelopes, content_block_deltas, and usage metadata."
451
+ uid=s56 StaticText "So I wrote a ~200-line Node CLI that pipes the stream through chalk and renders it the way you actually want to read it:"
452
+ uid=s57 StaticText "✨ 𝘁𝗲𝘅𝘁 𝗱𝗲𝗹𝘁𝗮𝘀 stream inline as the model speaks"
453
+ uid=s58 StaticText "🔧 𝘁𝗼𝗼𝗹 𝘂𝘀𝗲 events get a clear header + pretty JSON"
454
+ uid=s59 StaticText "📦 𝗳𝗶𝗻𝗮𝗹 𝗺𝗲𝘀𝘀𝗮𝗴𝗲𝘀 are highlighted at the end"
455
+ uid=s60 StaticText "Drop it at the end of any pipe and you can finally watch the stream as a developer instead of as a parser:"
456
+ uid=s61 StaticText "claude --output-format stream-json --verbose -p \"...\" | npx claude_stream_viewer@latest"
457
+ uid=s62 StaticText "The honest part of building in public: I shipped 𝟭𝟱 𝗽𝗮𝘁𝗰𝗵 𝘃𝗲𝗿𝘀𝗶𝗼𝗻𝘀 in one morning. Wrong shebang. Missing chmod. README typo. The \"publish → npx → cringe → fix → repeat\" loop is humbling, but the feedback cycle is incredibly fast — and that's exactly why I love shipping small tools."
458
+ uid=s63 StaticText "🔗"
459
+ uid=e657 link "https://lnkd.in/eMiedCna" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FeMiedCna&urlhash=Z8V-&mt=dcYS95Qz5VF2MrpAHb_ii6smBdtEbY2nKONgoPhX4VZdXyQQlBviqOTnDGNs5CHA0H6aD58iGjfn7wdU96L6gHnydL-y8V9B0rQhf7ZI-2ZH5yIdLSfnxGg&isSdui=true"
460
+ uid=e659 strong value="https://lnkd.in/eMiedCna"
461
+ uid=s64 StaticText "If you're building anything on top of the Claude Code CLI, give it a try and let me know what's missing."
462
+ uid=e660 link "#buildInPublic" url="https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED"
463
+ uid=e662 strong value="#buildInPublic"
464
+ uid=e663 link "#opensource" url="https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED"
465
+ uid=e665 strong value="#opensource"
466
+ uid=e666 link "#claudecode" url="https://www.linkedin.com/search/results/all/?keywords=%23claudecode&origin=HASH_TAG_FROM_FEED"
467
+ uid=e668 strong value="#claudecode"
468
+ uid=e669 link "#typescript" url="https://www.linkedin.com/search/results/all/?keywords=%23typescript&origin=HASH_TAG_FROM_FEED"
469
+ uid=e671 strong value="#typescript"
470
+ uid=e672 link "#developertools" url="https://www.linkedin.com/search/results/all/?keywords=%23developertools&origin=HASH_TAG_FROM_FEED"
471
+ uid=e674 strong value="#developertools"
472
+ uid=s65 button
473
+ uid=e676 generic value="… more"
474
+ uid=e678 link url="https://www.linkedin.com/feed/update/urn:li:activity:7455573309942870016/"
475
+ uid=e679 figure
476
+ uid=e680 img "View image"
477
+ uid=e681 generic
478
+ uid=e683 link "Julien Guézennec and 2 others reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
479
+ uid=e684 generic
480
+ uid=e685 img
481
+ uid=e691 img
482
+ uid=e698 paragraph
483
+ uid=e699 generic value="Julien Guézennec and 2 others reacted"
484
+ uid=e700 generic value="Julien Guézennec and 2 others"
485
+ uid=e701 generic
486
+ uid=e702 generic
487
+ uid=s66 unknown
488
+ uid=e706 generic
489
+ uid=e707 img
490
+ uid=e709 generic value="Like"
491
+ uid=s67 button "Open reactions menu"
492
+ uid=e711 img
493
+ uid=e713 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7455573309942870016/"
494
+ uid=e714 generic
495
+ uid=e715 img
496
+ uid=e717 generic value="Comment"
497
+ uid=e718 button "Repost"
498
+ uid=e719 generic
499
+ uid=e720 img
500
+ uid=e722 generic value="Repost"
501
+ uid=e723 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
502
+ uid=e724 generic
503
+ uid=e725 img
504
+ uid=e727 generic value="Send"
505
+ uid=e728 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7455573309942870016/"
506
+ uid=e729 generic "View analytics"
507
+ uid=e730 generic "Content analytics"
508
+ uid=e731 img "Analytics Icon"
509
+ uid=e733 paragraph value="179 impressions"
510
+ uid=e734 paragraph
511
+ uid=e735 generic value="View analytics"
512
+ uid=s68 StaticText "View analytics"
513
+ uid=e736 listitem
514
+ uid=e738 listitem
515
+ uid=e739 generic
516
+ uid=e740 generic
517
+ uid=e741 link url="https://www.linkedin.com/in/jeromeetienne/"
518
+ uid=e742 figure
519
+ uid=e743 img "View Jerome Etienne’s profile"
520
+ uid=s69 unknown url="https://www.linkedin.com/in/jeromeetienne/"
521
+ uid=e745 generic
522
+ uid=e746 generic "Jerome Etienne Verified Profile You"
523
+ uid=e749 paragraph value="Jerome Etienne"
524
+ uid=e751 paragraph
525
+ uid=e753 img
526
+ uid=s70 StaticText "• You"
527
+ uid=e756 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
528
+ uid=e758 paragraph
529
+ uid=s71 StaticText "6d •"
530
+ uid=s72 unknown
531
+ uid=e761 button "Open control menu for post by Jerome Etienne"
532
+ uid=e763 img
533
+ uid=s73 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7454736149924818944/"
534
+ uid=e766 paragraph
535
+ uid=e767 generic
536
+ uid=s74 StaticText "If you're building with AI, stop guessing how it works in production."
537
+ uid=s75 StaticText "The Anthropic engineering blog is one of the best resources out there right now: real insights on agent design, evals, tool use, and what actually breaks in practice."
538
+ uid=s76 StaticText "This isn’t fluff — it’s how frontier AI systems are actually built and debugged."
539
+ uid=s77 StaticText "Highly recommended for anyone serious about AI coding 👇"
540
+ uid=e769 link "https://lnkd.in/eadNi78D" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FeadNi78D&urlhash=LREQ&mt=w51pSfliKbnaTKK1fe8WU70u2nScgzHp_9DkcGmDR1H_2jSu_1vG-BIXV-g4Zku80QOVoUZu1iGy8cuXrfLgC069SZhrzy7l9NBbGZA8wYoT4hapRxy7o5U&isSdui=true"
541
+ uid=e771 strong value="https://lnkd.in/eadNi78D"
542
+ uid=s78 button
543
+ uid=e773 generic value="… more"
544
+ uid=e774 link "Engineering anthropic.com" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fwww%2Eanthropic%2Ecom%2Fengineering&urlhash=8GRp&mt=TrzSEeSyDjmSL4iPwbNV2h4U-WeTEv3j3qlacorRz1o90Zj3FNxPORyYrOFljZChiPbYcTq1pDnwwwEMmIbWTlzJBbr3M8OFPs5HubV1lrhXCvGNE_3VjEw&isSdui=true"
545
+ uid=e775 generic
546
+ uid=e776 figure
547
+ uid=e777 generic
548
+ uid=e779 paragraph
549
+ uid=e780 generic value="Engineering"
550
+ uid=s79 StaticText "Engineering"
551
+ uid=e782 paragraph value="anthropic.com"
552
+ uid=e783 generic
553
+ uid=e785 link "Julien Bouquillon and 5 others reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
554
+ uid=e786 generic
555
+ uid=e787 img
556
+ uid=e794 paragraph
557
+ uid=e795 generic value="Julien Bouquillon and 5 others reacted"
558
+ uid=e796 generic value="Julien Bouquillon and 5 others"
559
+ uid=e797 generic
560
+ uid=e798 generic
561
+ uid=s80 unknown
562
+ uid=e802 generic
563
+ uid=e803 img
564
+ uid=e805 generic value="Like"
565
+ uid=s81 button "Open reactions menu"
566
+ uid=e807 img
567
+ uid=e809 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7454736149924818944/"
568
+ uid=e810 generic
569
+ uid=e811 img
570
+ uid=e813 generic value="Comment"
571
+ uid=e814 button "Repost"
572
+ uid=e815 generic
573
+ uid=e816 img
574
+ uid=e818 generic value="Repost"
575
+ uid=e819 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
576
+ uid=e820 generic
577
+ uid=e821 img
578
+ uid=e823 generic value="Send"
579
+ uid=e824 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7454736149924818944/"
580
+ uid=e825 generic "View analytics"
581
+ uid=e826 generic "Content analytics"
582
+ uid=e827 img "Analytics Icon"
583
+ uid=e829 paragraph value="335 impressions"
584
+ uid=e830 paragraph
585
+ uid=e831 generic value="View analytics"
586
+ uid=s82 StaticText "View analytics"
587
+ uid=e832 listitem
588
+ uid=e834 listitem
589
+ uid=e835 generic
590
+ uid=e836 generic
591
+ uid=e837 link url="https://www.linkedin.com/in/jeromeetienne/"
592
+ uid=e838 figure
593
+ uid=e839 img "View Jerome Etienne’s profile"
594
+ uid=s83 unknown url="https://www.linkedin.com/in/jeromeetienne/"
595
+ uid=e841 generic
596
+ uid=e842 generic "Jerome Etienne Verified Profile You"
597
+ uid=e845 paragraph value="Jerome Etienne"
598
+ uid=e847 paragraph
599
+ uid=e849 img
600
+ uid=s84 StaticText "• You"
601
+ uid=e852 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
602
+ uid=e854 paragraph
603
+ uid=s85 StaticText "6d •"
604
+ uid=s86 unknown
605
+ uid=e857 button "Open control menu for post by Jerome Etienne"
606
+ uid=e859 img
607
+ uid=e861 link url="https://www.linkedin.com/feed/update/urn:li:activity:7454522475901657088/"
608
+ uid=e862 paragraph
609
+ uid=e863 generic
610
+ uid=s87 StaticText "🤖 Unpopular opinion: If you're building AI agents that browse the web, you shouldn't be feeding them raw HTML or screenshots."
611
+ uid=s88 StaticText "Use the accessibility tree instead. 🌳"
612
+ uid=s89 StaticText "Here's why:"
613
+ uid=s90 StaticText "1️⃣ Token economy 💸 — A serialized a11y snapshot is typically 5–10× smaller than the equivalent HTML. Cheaper calls, faster turns, better recall."
614
+ uid=s91 StaticText "2️⃣ Stable grounding 🪨 — Roles and names are a contract between page authors and assistive tech. They survive redesigns that shatter `div.auth-block > a.btn--primary`. A \"Submit\" button stays a \"Submit\" button whether its class is `btn-primary-v2` or `cta-2025`."
615
+ uid=s92 StaticText "3️⃣ LLM-legible 🗣️ — Roles like `button`, `link`, `heading` and names like \"Search\" are exactly the vocabulary the model already speaks. No translation layer."
616
+ uid=s93 StaticText "4️⃣ Verifiable ✅ — Every node has a UID. You can log \"agent clicked uid=47, role=button, name='Delete account'\" and replay it. Pixel-coordinate clicks tell you nothing when things break."
617
+ uid=s94 StaticText "The DOM is too noisy. Screenshots break the moment a sidebar collapses. The a11y tree is the boring middle path that wins. 🎯"
618
+ uid=s95 StaticText "What I recommend instead 👇"
619
+ uid=s96 StaticText "Pair the accessibility tree with a CSS-shaped selector language. Developers already know CSS. LLMs have seen millions of CSS selectors in training. Don't invent a new query dialect — meet the model where it already is."
620
+ uid=s97 StaticText "Same target, two ways:"
621
+ uid=s98 StaticText "❌ DOM: div.header > nav > ul > li:nth-child(3) > a.nav-link--external"
622
+ uid=s99 StaticText "✅ a11y: navigation link[href^=\"https\"]"
623
+ uid=s100 StaticText "I built two small tools around this idea:"
624
+ uid=s101 StaticText "🔧 a11y_parse — parser + selector engine"
625
+ uid=s102 StaticText "👉"
626
+ uid=e865 link "https://lnkd.in/evXPZgb6" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FevXPZgb6&urlhash=1Pac&mt=ALcCbeCG54yM7tsqseL67o3Yv8OacnNnpq1CKc4TgcsqkSkeukWNDoAMQZmlEOxueVWxw5SMdeZpnwM4_mmSYWYZvsG90GMlCVx_bTak0faQkKKPYZud0rM&isSdui=true"
627
+ uid=e867 strong value="https://lnkd.in/evXPZgb6"
628
+ uid=s103 StaticText "🌐 fastbrowser_cli — snapshots live pages into the format a11y_parse consumes"
629
+ uid=s104 StaticText "👉"
630
+ uid=e868 link "https://lnkd.in/eDYymi-B" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FeDYymi-B&urlhash=BKB4&mt=BYrAZWBWdeT7FH7TjSSm9s0XIlZ6yjFtj1EJ4WhcG8sNsfRAoytAI7vguCjt31i1o3u8YtGKzixKLVJ1HcrMYThPPcnbLAVQpJ_FAyQUa6Ip4pT1v9S_BN0&isSdui=true"
631
+ uid=e870 strong value="https://lnkd.in/eDYymi-B"
632
+ uid=s105 StaticText "Pipe one into the other and you have an agent loop that fits in a paragraph. 📦"
633
+ uid=s106 StaticText "Full write-up with the selector grammar and a concrete example here"
634
+ uid=s107 StaticText "Am I wrong? Are you betting on vision-first agents instead? 🤔"
635
+ uid=e871 link "#AI" url="https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED"
636
+ uid=e873 strong value="#AI"
637
+ uid=e874 link "#LLM" url="https://www.linkedin.com/search/results/all/?keywords=%23llm&origin=HASH_TAG_FROM_FEED"
638
+ uid=e876 strong value="#LLM"
639
+ uid=e877 link "#WebAgents" url="https://www.linkedin.com/search/results/all/?keywords=%23webagents&origin=HASH_TAG_FROM_FEED"
640
+ uid=e879 strong value="#WebAgents"
641
+ uid=e880 link "#Accessibility" url="https://www.linkedin.com/search/results/all/?keywords=%23accessibility&origin=HASH_TAG_FROM_FEED"
642
+ uid=e882 strong value="#Accessibility"
643
+ uid=e883 link "#DeveloperTools" url="https://www.linkedin.com/search/results/all/?keywords=%23developertools&origin=HASH_TAG_FROM_FEED"
644
+ uid=e885 strong value="#DeveloperTools"
645
+ uid=s108 button
646
+ uid=e887 generic value="… more"
647
+ uid=e888 generic
648
+ uid=e889 link url="https://www.linkedin.com/pulse/accessibility-trees-ai-browsing-jerome-etienne-chqse/"
649
+ uid=e890 figure
650
+ uid=e891 img "Accessibility Trees for AI Browsing"
651
+ uid=e892 link "Accessibility Trees for AI Browsing Jerome Etienne" url="https://www.linkedin.com/pulse/accessibility-trees-ai-browsing-jerome-etienne-chqse/"
652
+ uid=e893 generic
653
+ uid=e895 paragraph value="Accessibility Trees for AI Browsing"
654
+ uid=e897 paragraph value="Jerome Etienne"
655
+ uid=e898 generic
656
+ uid=e899 generic
657
+ uid=e900 link "Julien Guézennec and 7 others reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
658
+ uid=e901 generic
659
+ uid=e902 img
660
+ uid=e909 paragraph
661
+ uid=e910 generic value="Julien Guézennec and 7 others reacted"
662
+ uid=e911 generic value="Julien Guézennec and 7 others"
663
+ uid=e912 generic
664
+ uid=e913 link "3 comments" url="https://www.linkedin.com/feed/update/urn:li:activity:7454522475901657088/"
665
+ uid=e914 paragraph
666
+ uid=e915 generic value="3 comments"
667
+ uid=e916 generic value="3 comments"
668
+ uid=e917 paragraph value="•"
669
+ uid=e918 link "1 repost" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
670
+ uid=e919 paragraph
671
+ uid=e920 generic value="1 repost"
672
+ uid=e921 generic value="1 repost"
673
+ uid=e922 generic
674
+ uid=e923 generic
675
+ uid=s109 unknown
676
+ uid=e927 generic
677
+ uid=e928 img
678
+ uid=e930 generic value="Like"
679
+ uid=s110 button "Open reactions menu"
680
+ uid=e932 img
681
+ uid=e934 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7454522475901657088/"
682
+ uid=e935 generic
683
+ uid=e936 img
684
+ uid=e938 generic value="Comment"
685
+ uid=e939 button "Repost"
686
+ uid=e940 generic
687
+ uid=e941 img
688
+ uid=e943 generic value="Repost"
689
+ uid=e944 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
690
+ uid=e945 generic
691
+ uid=e946 img
692
+ uid=e948 generic value="Send"
693
+ uid=e949 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7454522475901657088/"
694
+ uid=e950 generic "View analytics"
695
+ uid=e951 generic "Content analytics"
696
+ uid=e952 img "Analytics Icon"
697
+ uid=e954 paragraph value="635 impressions"
698
+ uid=e955 paragraph
699
+ uid=e956 generic value="View analytics"
700
+ uid=s111 StaticText "View analytics"
701
+ uid=e957 listitem
702
+ uid=e959 listitem
703
+ uid=e960 generic
704
+ uid=e961 generic
705
+ uid=e962 link url="https://www.linkedin.com/in/jeromeetienne/"
706
+ uid=e963 figure
707
+ uid=e964 img "View Jerome Etienne’s profile"
708
+ uid=s112 unknown url="https://www.linkedin.com/in/jeromeetienne/"
709
+ uid=e966 generic
710
+ uid=e967 generic "Jerome Etienne Verified Profile You"
711
+ uid=e970 paragraph value="Jerome Etienne"
712
+ uid=e972 paragraph
713
+ uid=e974 img
714
+ uid=s113 StaticText "• You"
715
+ uid=e977 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
716
+ uid=e979 paragraph
717
+ uid=s114 StaticText "2w •"
718
+ uid=s115 unknown
719
+ uid=e982 button "Open control menu for post by Jerome Etienne"
720
+ uid=e984 img
721
+ uid=s116 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7449792271098712064/"
722
+ uid=e987 paragraph
723
+ uid=e988 generic
724
+ uid=s117 StaticText "Houray 😃 succeeded to run"
725
+ uid=e989 link "OpenAI" url="https://www.linkedin.com/company/openai/"
726
+ uid=e991 strong value="OpenAI"
727
+ uid=s118 StaticText "agents sdk on"
728
+ uid=e992 link "https://lmstudio.ai/" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flmstudio%2Eai%2F&urlhash=wG2y&mt=jztsvz83zl2mI2jjPrIwnGTd7kh2x8mMzEalP4kziTeaU1uDUdm8rJ52XKaavChLCDT7Y47vSe_A8xo882VDg8UCTdQoIl46rjCcn59Q6wFNDnLdBHR6wo8&isSdui=true"
729
+ uid=e994 strong value="https://lmstudio.ai/"
730
+ uid=s119 StaticText ", it will cost me less to run those all-night-long evals!"
731
+ uid=e996 link "#AI" url="https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED"
732
+ uid=e998 strong value="#AI"
733
+ uid=e999 link "#localAI" url="https://www.linkedin.com/search/results/all/?keywords=%23localai&origin=HASH_TAG_FROM_FEED"
734
+ uid=e1001 strong value="#localAI"
735
+ uid=s120 button
736
+ uid=e1003 generic value="… more"
737
+ uid=e1005 link url="https://www.linkedin.com/feed/update/urn:li:activity:7449792271098712064/"
738
+ uid=e1006 figure
739
+ uid=e1007 img "View image"
740
+ uid=e1008 generic
741
+ uid=e1010 link "Jon Twigge and 1 other reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
742
+ uid=e1011 generic
743
+ uid=e1012 img
744
+ uid=e1019 paragraph
745
+ uid=e1020 generic value="Jon Twigge and 1 other reacted"
746
+ uid=e1021 generic value="Jon Twigge and 1 other"
747
+ uid=e1022 generic
748
+ uid=e1023 generic
749
+ uid=s121 unknown
750
+ uid=e1027 generic
751
+ uid=e1028 img
752
+ uid=e1030 generic value="Like"
753
+ uid=s122 button "Open reactions menu"
754
+ uid=e1032 img
755
+ uid=e1034 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449792271098712064/"
756
+ uid=e1035 generic
757
+ uid=e1036 img
758
+ uid=e1038 generic value="Comment"
759
+ uid=e1039 button "Repost"
760
+ uid=e1040 generic
761
+ uid=e1041 img
762
+ uid=e1043 generic value="Repost"
763
+ uid=e1044 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
764
+ uid=e1045 generic
765
+ uid=e1046 img
766
+ uid=e1048 generic value="Send"
767
+ uid=e1049 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7449792271098712064/"
768
+ uid=e1050 generic "View analytics"
769
+ uid=e1051 generic "Content analytics"
770
+ uid=e1052 img "Analytics Icon"
771
+ uid=e1054 paragraph value="107 impressions"
772
+ uid=e1055 paragraph
773
+ uid=e1056 generic value="View analytics"
774
+ uid=s123 StaticText "View analytics"
775
+ uid=e1057 listitem
776
+ uid=e1059 listitem
777
+ uid=e1060 generic
778
+ uid=e1061 generic
779
+ uid=e1062 link url="https://www.linkedin.com/in/jeromeetienne/"
780
+ uid=e1063 figure
781
+ uid=e1064 img "View Jerome Etienne’s profile"
782
+ uid=s124 unknown url="https://www.linkedin.com/in/jeromeetienne/"
783
+ uid=e1066 generic
784
+ uid=e1067 generic "Jerome Etienne Verified Profile You"
785
+ uid=e1070 paragraph value="Jerome Etienne"
786
+ uid=e1072 paragraph
787
+ uid=e1074 img
788
+ uid=s125 StaticText "• You"
789
+ uid=e1077 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
790
+ uid=e1079 paragraph
791
+ uid=s126 StaticText "2w •"
792
+ uid=s127 unknown
793
+ uid=e1082 button "Open control menu for post by Jerome Etienne"
794
+ uid=e1084 img
795
+ uid=e1086 link url="https://www.linkedin.com/feed/update/urn:li:activity:7449763673377640448/"
796
+ uid=e1087 paragraph
797
+ uid=e1088 generic
798
+ uid=s128 StaticText "🚨 𝗔𝗴𝗲𝗻𝘁𝘀 𝗮𝗿𝗲 𝗱𝗿𝗼𝘄𝗻𝗶𝗻𝗴 𝗶𝗻 𝘁𝗼𝗸𝗲𝗻𝘀… 𝗮𝗻𝗱 𝗶𝘁’𝘀 𝗸𝗶𝗹𝗹𝗶𝗻𝗴 𝗽𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲."
799
+ uid=s129 StaticText "Everyone is obsessed with adding more capabilities to their agents."
800
+ uid=s130 StaticText "More tools."
801
+ uid=s131 StaticText "More MCP endpoints."
802
+ uid=s132 StaticText "More context."
803
+ uid=s133 StaticText "But here’s the uncomfortable truth 👇"
804
+ uid=s134 StaticText "👉 𝗠𝗼𝗿𝗲 𝘁𝗼𝗸𝗲𝗻𝘀 = 𝘀𝗹𝗼𝘄𝗲𝗿"
805
+ uid=s135 StaticText "👉 𝗠𝗼𝗿𝗲 𝘁𝗼𝗸𝗲𝗻𝘀 = 𝗺𝗼𝗿𝗲 𝗲𝘅𝗽𝗲𝗻𝘀𝗶𝘃𝗲"
806
+ uid=s136 StaticText "👉 𝗠𝗼𝗿𝗲 𝘁𝗼𝗸𝗲𝗻𝘀 = 𝗹𝗲𝘀𝘀 𝗮𝗰𝗰𝘂𝗿𝗮𝘁𝗲"
807
+ uid=s137 StaticText "And yet…"
808
+ uid=s138 StaticText "We keep feeding agents entire MCPs or massive `"
809
+ uid=e1090 link "SKILL.md" url="https://www.linkedin.com/safety/go/?url=http%3A%2F%2FSKILL%2Emd&urlhash=acfU&mt=HX8agYLI_pQExIq-kHXsf5gesgeiauLsQ6GTQEIBm0UWZWYUXxF4Yhij_zqi5VYLK9HBiNfmW5qxvCMPbAZW0reUtCgslzHss1imW-vP5TKfnHQ1VVLj9Cc&isSdui=true"
810
+ uid=e1092 strong value="SKILL.md"
811
+ uid=s139 StaticText "` files like it’s harmless."
812
+ uid=s140 StaticText "---"
813
+ uid=s141 StaticText "💡 Imagine this:"
814
+ uid=s142 StaticText "Your MCP exposes **50 tools**"
815
+ uid=s143 StaticText "But your task needs only **3**"
816
+ uid=s144 StaticText "Why are you sending all 50?"
817
+ uid=s145 StaticText "You’re not making your agent smarter."
818
+ uid=s146 StaticText "You’re making it:"
819
+ uid=s147 StaticText "* slower 🐢"
820
+ uid=s148 StaticText "* more expensive 💸"
821
+ uid=s149 StaticText "* more confused 🤯"
822
+ uid=s150 StaticText "---"
823
+ uid=s151 StaticText "🧠 𝗧𝗵𝗲 𝗺𝗶𝘀𝘀𝗶𝗻𝗴 𝗽𝗶𝗲𝗰𝗲: 𝗜𝗻𝗽𝘂𝘁 𝗙𝗶𝗹𝘁𝗲𝗿𝗶𝗻𝗴"
824
+ uid=s152 StaticText "We need a layer that:"
825
+ uid=s153 StaticText "✔️ Selects only the relevant tools from MCP"
826
+ uid=s154 StaticText "✔️ Prunes unnecessary parts of `"
827
+ uid=e1093 link "SKILL.md" url="https://www.linkedin.com/safety/go/?url=http%3A%2F%2FSKILL%2Emd&urlhash=acfU&mt=WALBLClWx46SY3EH2Y7AsbLufUa6HX--F_2c1zNE9FuN-363yb3u_8EClMDk1ta1ex7AhjSJ7bIPXyGIqU9jkPn96c-Kx8FeTAj5HUPJ1hlj8CelahmB2b4&isSdui=true"
828
+ uid=e1095 strong value="SKILL.md"
829
+ uid=s155 StaticText "`"
830
+ uid=s156 StaticText "✔️ Adapts context to the task at hand"
831
+ uid=s157 StaticText "Not static. Not manual."
832
+ uid=s158 StaticText "Dynamic filtering."
833
+ uid=s159 StaticText "---"
834
+ uid=s160 StaticText "📈 The result?"
835
+ uid=s161 StaticText "⚡ Faster agents"
836
+ uid=s162 StaticText "💰 Lower costs"
837
+ uid=s163 StaticText "🎯 Higher accuracy"
838
+ uid=s164 StaticText "No trade-offs. Just better systems."
839
+ uid=s165 StaticText "---"
840
+ uid=s166 StaticText "If you're building agents today and not thinking about **token minimization**,"
841
+ uid=s167 StaticText "you’re leaving performance (and money) on the table."
842
+ uid=s168 StaticText "𝗙𝗶𝗹𝘁𝗲𝗿 𝗳𝗶𝗿𝘀𝘁. 𝗧𝗵𝗲𝗻 𝗿𝗲𝗮𝘀𝗼𝗻."
843
+ uid=s169 StaticText "---"
844
+ uid=s170 StaticText "Curious how others are handling MCP / tool filtering today?"
845
+ uid=s171 button
846
+ uid=e1097 generic value="… more"
847
+ uid=e1098 generic
848
+ uid=e1099 link url="https://www.linkedin.com/feed/update/urn:li:activity:7449763673377640448/"
849
+ uid=e1100 figure
850
+ uid=e1101 img "View image"
851
+ uid=e1102 button "This image has content credentials."
852
+ uid=e1104 figure
853
+ uid=e1105 img
854
+ uid=e1108 generic
855
+ uid=e1109 generic
856
+ uid=e1110 link "1 reaction" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
857
+ uid=e1111 generic
858
+ uid=e1112 img
859
+ uid=e1119 paragraph
860
+ uid=e1120 generic value="1 reaction"
861
+ uid=s172 StaticText "1"
862
+ uid=e1122 link "1 comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449763673377640448/"
863
+ uid=e1123 paragraph
864
+ uid=e1124 generic value="1 comment"
865
+ uid=e1125 generic value="1 comment"
866
+ uid=e1126 generic
867
+ uid=e1127 generic
868
+ uid=s173 unknown
869
+ uid=e1131 generic
870
+ uid=e1132 img
871
+ uid=e1134 generic value="Like"
872
+ uid=s174 button "Open reactions menu"
873
+ uid=e1136 img
874
+ uid=e1138 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449763673377640448/"
875
+ uid=e1139 generic
876
+ uid=e1140 img
877
+ uid=e1142 generic value="Comment"
878
+ uid=e1143 button "Repost"
879
+ uid=e1144 generic
880
+ uid=e1145 img
881
+ uid=e1147 generic value="Repost"
882
+ uid=e1148 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
883
+ uid=e1149 generic
884
+ uid=e1150 img
885
+ uid=e1152 generic value="Send"
886
+ uid=e1153 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7449763673377640448/"
887
+ uid=e1154 generic "View analytics"
888
+ uid=e1155 generic "Content analytics"
889
+ uid=e1156 img "Analytics Icon"
890
+ uid=e1158 paragraph value="153 impressions"
891
+ uid=e1159 paragraph
892
+ uid=e1160 generic value="View analytics"
893
+ uid=s175 StaticText "View analytics"
894
+ uid=e1161 listitem
895
+ uid=e1163 listitem
896
+ uid=e1164 generic
897
+ uid=e1165 generic
898
+ uid=e1166 link url="https://www.linkedin.com/in/jeromeetienne/"
899
+ uid=e1167 figure
900
+ uid=e1168 img "View Jerome Etienne’s profile"
901
+ uid=s176 unknown url="https://www.linkedin.com/in/jeromeetienne/"
902
+ uid=e1170 generic
903
+ uid=e1171 generic "Jerome Etienne Verified Profile You"
904
+ uid=e1174 paragraph value="Jerome Etienne"
905
+ uid=e1176 paragraph
906
+ uid=e1178 img
907
+ uid=s177 StaticText "• You"
908
+ uid=e1181 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
909
+ uid=e1183 paragraph
910
+ uid=s178 StaticText "2w • Edited •"
911
+ uid=s179 unknown
912
+ uid=e1186 button "Open control menu for post by Jerome Etienne"
913
+ uid=e1188 img
914
+ uid=e1190 link url="https://www.linkedin.com/feed/update/urn:li:activity:7449751359710523393/"
915
+ uid=e1191 paragraph
916
+ uid=e1192 generic
917
+ uid=s180 StaticText "🚨 Most “AI agents” today are just demos. This one feels like a 🧠 𝗕𝗢𝗔𝗥𝗗𝗥𝗢𝗢𝗠-𝗚𝗥𝗔𝗗𝗘 𝗢𝗣𝗘𝗥𝗔𝗧𝗢𝗥. I made a Skillet Agent running a “Business Analyst” Agent And it doesn’t behave like a chatbot. It behaves like a 🧠 𝗖𝗢𝗢-𝗴𝗿𝗮𝗱𝗲 𝘁𝗵𝗶𝗻𝗸𝗶𝗻𝗴 𝘀𝘆𝘀𝘁𝗲𝗺. --- The scenario is simple… and very real: 👉 “The board demands profitability. But cutting costs can’t kill growth.” Every startup hits this wall. What’s interesting is how the agent approaches it: Instead of giving advice, it builds a 🧩 𝗱𝗲𝗰𝗶𝘀𝗶𝗼𝗻 𝘀𝘆𝘀𝘁𝗲𝗺. --- 🧠 Step 1 — It models reality A full 6-month P&L of the current business (including inefficiencies) 📉 Step 2 — It diagnoses the system Trends, anomalies, and hidden cost leaks 🧪 Step 3 — It explores futures 4 different cost-cutting strategies, compared side by side 🔬 Step 4 — It simulates outcomes Deep dive into the 2 most promising scenarios 🔁 Step 5 — It iterates like a real operator Adjust assumptions, re-run analysis, refine conclusions 📈 Step 6 — It builds execution A milestone plan tied to margin improvement 🎯 Step 7 — It outputs a recommendation Not just “insights” — an actual executive decision path --- What stood out to me is this: We’re moving from “AI that answers questions” to “𝗔𝗜 𝘁𝗵𝗮𝘁 𝗿𝘂𝗻𝘀 𝗯𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗿𝗲𝗮𝘀𝗼𝗻𝗶𝗻𝗴 𝗹𝗼𝗼𝗽𝘀.” That’s a completely different category. --- Most tools optimize for: - speed of response This optimizes for: - 𝗾𝘂𝗮𝗹𝗶𝘁𝘆 𝗼𝗳 𝗱𝗲𝗰𝗶𝘀𝗶𝗼𝗻𝘀 𝗼𝘃𝗲𝗿 𝘁𝗶𝗺𝗲 And that’s where things get interesting. Because the real bottleneck in companies is not data. It’s: 👉 connecting modeling → analysis → planning → execution without breaking the chain. --- We’re starting to see what happens when that chain is automated. And honestly? It doesn’t feel like automation of tasks. It feels like 🧠 𝗰𝗼𝗺𝗽𝗿𝗲𝘀𝘀𝗶𝗼𝗻 𝗼𝗳 𝗲𝗻𝘁𝗶𝗿𝗲 𝘀𝘁𝗿𝗮𝘁𝗲𝗴𝘆 𝘁𝗲𝗮𝗺𝘀 𝗶𝗻𝘁𝗼 𝗮 𝗹𝗼𝗼𝗽𝗮𝗯𝗹𝗲 𝘀𝘆𝘀𝘁𝗲𝗺. --- We’re early. But this is what “AI agents” start to look like when they move beyond demos. --- If you’ve ever built a financial model that turned into 12 spreadsheets and 3 meetings… you already know why this matters."
918
+ uid=s181 button
919
+ uid=e1194 generic value="… more"
920
+ uid=e1195 generic
921
+ uid=e1197 region "Video Player" value="            "
922
+ uid=e1202 link "Play video" url="https://www.linkedin.com/feed/update/urn:li:activity:7449751359710523393/"
923
+ uid=e1204 img
924
+ uid=e1206 generic
925
+ uid=e1207 generic
926
+ uid=e1208 link "Jon Twigge and 2 others reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
927
+ uid=e1209 generic
928
+ uid=e1210 img
929
+ uid=e1217 paragraph
930
+ uid=e1218 generic value="Jon Twigge and 2 others reacted"
931
+ uid=e1219 generic value="Jon Twigge and 2 others"
932
+ uid=e1221 link "1 comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449751359710523393/"
933
+ uid=e1222 paragraph
934
+ uid=e1223 generic value="1 comment"
935
+ uid=e1224 generic value="1 comment"
936
+ uid=e1225 generic
937
+ uid=e1226 generic
938
+ uid=s182 unknown
939
+ uid=e1230 generic
940
+ uid=e1231 img
941
+ uid=e1233 generic value="Like"
942
+ uid=s183 button "Open reactions menu"
943
+ uid=e1235 img
944
+ uid=e1237 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449751359710523393/"
945
+ uid=e1238 generic
946
+ uid=e1239 img
947
+ uid=e1241 generic value="Comment"
948
+ uid=e1242 button "Repost"
949
+ uid=e1243 generic
950
+ uid=e1244 img
951
+ uid=e1246 generic value="Repost"
952
+ uid=e1247 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
953
+ uid=e1248 generic
954
+ uid=e1249 img
955
+ uid=e1251 generic value="Send"
956
+ uid=e1252 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7449751359710523393/"
957
+ uid=e1253 generic "View analytics"
958
+ uid=e1254 generic "Content analytics"
959
+ uid=e1255 img "Analytics Icon"
960
+ uid=e1257 paragraph value="94 impressions"
961
+ uid=e1258 paragraph
962
+ uid=e1259 generic value="View analytics"
963
+ uid=s184 StaticText "View analytics"
964
+ uid=e1260 listitem
965
+ uid=e1262 listitem
966
+ uid=e1263 generic
967
+ uid=e1264 generic
968
+ uid=e1265 link url="https://www.linkedin.com/in/jeromeetienne/"
969
+ uid=e1266 figure
970
+ uid=e1267 img "View Jerome Etienne’s profile"
971
+ uid=s185 unknown url="https://www.linkedin.com/in/jeromeetienne/"
972
+ uid=e1269 generic
973
+ uid=e1270 generic "Jerome Etienne Verified Profile You"
974
+ uid=e1273 paragraph value="Jerome Etienne"
975
+ uid=e1275 paragraph
976
+ uid=e1277 img
977
+ uid=s186 StaticText "• You"
978
+ uid=e1280 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
979
+ uid=e1282 paragraph
980
+ uid=s187 StaticText "2w •"
981
+ uid=s188 unknown
982
+ uid=e1285 button "Open control menu for post by Jerome Etienne"
983
+ uid=e1287 img
984
+ uid=s189 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7449431809911771137/"
985
+ uid=e1290 paragraph
986
+ uid=e1291 generic
987
+ uid=s190 StaticText "Just discovered a killer combo for exploring MCP servers 👇 ``` npx @modelcontextprotocol/inspector npx chrome-devtools-mcp@latest --autoConnect ``` This spins up an MCP server + auto-connects an inspector UI where you can: 🔎 browse available tools 🧩 inspect schemas ⚡ run them live 📡 see real inputs/outputs It’s basically 𝐏𝐨𝐬𝐭𝐦𝐚𝐧 𝐟𝐨𝐫 𝐌𝐂𝐏 — but for AI-native tooling. Why this is cool: 🧠 𝘇𝗲𝗿𝗼 𝗱𝗼𝗰𝘀 𝗻𝗲𝗲𝗱𝗲𝗱 → introspect everything 🚀 𝐬𝐮𝐩𝐞𝐫 𝐟𝐚𝐬𝐭 prototyping 🛠️ perfect for building + debugging MCP integrations Feels like the 𝗺𝗶𝘀𝘀𝗶𝗻𝗴 𝗱𝗲𝘃𝘁𝗼𝗼𝗹 for the MCP ecosystem ✨"
988
+ uid=s191 button
989
+ uid=e1293 generic value="… more"
990
+ uid=e1294 generic
991
+ uid=e1295 link url="https://www.linkedin.com/feed/update/urn:li:activity:7449431809911771137/"
992
+ uid=e1296 figure
993
+ uid=e1297 img "View image"
994
+ uid=e1298 button "This image has content credentials."
995
+ uid=e1300 figure
996
+ uid=e1301 img
997
+ uid=e1304 generic
998
+ uid=e1305 generic
999
+ uid=e1306 generic
1000
+ uid=s192 unknown
1001
+ uid=e1310 generic
1002
+ uid=e1311 img
1003
+ uid=e1313 generic value="Like"
1004
+ uid=s193 button "Open reactions menu"
1005
+ uid=e1315 img
1006
+ uid=e1317 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449431809911771137/"
1007
+ uid=e1318 generic
1008
+ uid=e1319 img
1009
+ uid=e1321 generic value="Comment"
1010
+ uid=e1322 button "Repost"
1011
+ uid=e1323 generic
1012
+ uid=e1324 img
1013
+ uid=e1326 generic value="Repost"
1014
+ uid=e1327 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
1015
+ uid=e1328 generic
1016
+ uid=e1329 img
1017
+ uid=e1331 generic value="Send"
1018
+ uid=e1332 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7449431809911771137/"
1019
+ uid=e1333 generic "View analytics"
1020
+ uid=e1334 generic "Content analytics"
1021
+ uid=e1335 img "Analytics Icon"
1022
+ uid=e1337 paragraph value="395 impressions"
1023
+ uid=e1338 paragraph
1024
+ uid=e1339 generic value="View analytics"
1025
+ uid=s194 StaticText "View analytics"
1026
+ uid=e1340 listitem
1027
+ uid=e1342 listitem
1028
+ uid=e1343 generic
1029
+ uid=e1344 generic
1030
+ uid=e1345 link url="https://www.linkedin.com/in/jeromeetienne/"
1031
+ uid=e1346 figure
1032
+ uid=e1347 img "View Jerome Etienne’s profile"
1033
+ uid=s195 unknown url="https://www.linkedin.com/in/jeromeetienne/"
1034
+ uid=e1349 generic
1035
+ uid=e1350 generic "Jerome Etienne Verified Profile You"
1036
+ uid=e1353 paragraph value="Jerome Etienne"
1037
+ uid=e1355 paragraph
1038
+ uid=e1357 img
1039
+ uid=s196 StaticText "• You"
1040
+ uid=e1360 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
1041
+ uid=e1362 paragraph
1042
+ uid=s197 StaticText "2w • Edited •"
1043
+ uid=s198 unknown
1044
+ uid=e1365 button "Open control menu for post by Jerome Etienne"
1045
+ uid=e1367 img
1046
+ uid=s199 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7449330749637345280/"
1047
+ uid=e1370 paragraph
1048
+ uid=e1371 generic
1049
+ uid=s200 StaticText "Over the past few weeks, I’ve been quietly building a toolkit for anyone running LLM workloads who wants to stay in control of 𝗰𝗼𝘀𝘁𝘀 💸 and 𝗹𝗮𝘁𝗲𝗻𝗰𝘆 ⚡️."
1050
+ uid=s201 StaticText "This week, I shipped (and iterated on) two key pieces:"
1051
+ uid=s202 StaticText "▸ 𝗼𝗽𝗲𝗻𝗮𝗶-𝗰𝗮𝗰𝗵𝗲 → transparent SQLite caching for OpenAI calls — pay once per unique prompt ♻️"
1052
+ uid=s203 StaticText "▸ 𝗼𝗽𝗲𝗻𝗮𝗶-𝗰𝗼𝘀𝘁 → track the dollar cost of every API call, with SQLite persistence and event hooks 📊"
1053
+ uid=s204 StaticText "They’re independent npm packages, but designed to work seamlessly together:"
1054
+ uid=s205 StaticText "▹ the cache reduces your costs 💸"
1055
+ uid=s206 StaticText "▹ the tracker shows you exactly how much you’re saving 👀"
1056
+ uid=s207 StaticText "Built with 𝗧𝘆𝗽𝗲𝗦𝗰𝗿𝗶𝗽𝘁 🟦, fully 𝗼𝗽𝗲𝗻 𝘀𝗼𝘂𝗿𝗰𝗲 🌍, and designed for 𝗿𝗲𝗮𝗹-𝘄𝗼𝗿𝗹𝗱 𝘂𝘀𝗮𝗴𝗲."
1057
+ uid=s208 StaticText "If you’re working with LLMs in production, I’d love your feedback 🙌"
1058
+ uid=s209 StaticText "Link in the first comment"
1059
+ uid=e1373 link "#buildInPublic" url="https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED"
1060
+ uid=e1375 strong value="#buildInPublic"
1061
+ uid=e1376 link "#opensource" url="https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED"
1062
+ uid=e1378 strong value="#opensource"
1063
+ uid=e1379 link "#typescript" url="https://www.linkedin.com/search/results/all/?keywords=%23typescript&origin=HASH_TAG_FROM_FEED"
1064
+ uid=e1381 strong value="#typescript"
1065
+ uid=e1382 link "#openai" url="https://www.linkedin.com/search/results/all/?keywords=%23openai&origin=HASH_TAG_FROM_FEED"
1066
+ uid=e1384 strong value="#openai"
1067
+ uid=e1385 link "#llm" url="https://www.linkedin.com/search/results/all/?keywords=%23llm&origin=HASH_TAG_FROM_FEED"
1068
+ uid=e1387 strong value="#llm"
1069
+ uid=e1388 link "#developertools" url="https://www.linkedin.com/search/results/all/?keywords=%23developertools&origin=HASH_TAG_FROM_FEED"
1070
+ uid=e1390 strong value="#developertools"
1071
+ uid=s210 button
1072
+ uid=e1392 generic value="… more"
1073
+ uid=e1393 generic
1074
+ uid=e1394 link url="https://www.linkedin.com/feed/update/urn:li:activity:7449330749637345280/"
1075
+ uid=e1395 figure
1076
+ uid=e1396 img "View image"
1077
+ uid=e1397 button "This image has content credentials."
1078
+ uid=e1399 figure
1079
+ uid=e1400 img
1080
+ uid=e1403 generic
1081
+ uid=e1404 generic
1082
+ uid=e1405 link "Julien Guézennec and 1 other reacted" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
1083
+ uid=e1406 generic
1084
+ uid=e1407 img
1085
+ uid=e1414 paragraph
1086
+ uid=e1415 generic value="Julien Guézennec and 1 other reacted"
1087
+ uid=e1416 generic value="Julien Guézennec and 1 other"
1088
+ uid=e1418 link "2 comments" url="https://www.linkedin.com/feed/update/urn:li:activity:7449330749637345280/"
1089
+ uid=e1419 paragraph
1090
+ uid=e1420 generic value="2 comments"
1091
+ uid=e1421 generic value="2 comments"
1092
+ uid=e1422 generic
1093
+ uid=e1423 generic
1094
+ uid=s211 unknown
1095
+ uid=e1427 generic
1096
+ uid=e1428 img
1097
+ uid=e1430 generic value="Like"
1098
+ uid=s212 button "Open reactions menu"
1099
+ uid=e1432 img
1100
+ uid=e1434 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7449330749637345280/"
1101
+ uid=e1435 generic
1102
+ uid=e1436 img
1103
+ uid=e1438 generic value="Comment"
1104
+ uid=e1439 button "Repost"
1105
+ uid=e1440 generic
1106
+ uid=e1441 img
1107
+ uid=e1443 generic value="Repost"
1108
+ uid=e1444 link "Send" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
1109
+ uid=e1445 generic
1110
+ uid=e1446 img
1111
+ uid=e1448 generic value="Send"
1112
+ uid=e1449 link "View analytics" url="https://www.linkedin.com/analytics/post-summary/urn:li:activity:7449330749637345280/"
1113
+ uid=e1450 generic "View analytics"
1114
+ uid=e1451 generic "Content analytics"
1115
+ uid=e1452 img "Analytics Icon"
1116
+ uid=e1454 paragraph value="221 impressions"
1117
+ uid=e1455 paragraph
1118
+ uid=e1456 generic value="View analytics"
1119
+ uid=s213 StaticText "View analytics"
1120
+ uid=e1457 button "Next"
1121
+ uid=e1459 img
1122
+ uid=e1462 link "Show all" url="https://www.linkedin.com/in/jeromeetienne/recent-activity/all/"
1123
+ uid=e1463 generic
1124
+ uid=e1464 img
1125
+ uid=e1466 generic value="Show all"
1126
+ uid=e1469 generic
1127
+ uid=e1474 generic
1128
+ uid=e1475 generic
1129
+ uid=e1476 heading "Experience" level="2"
1130
+ uid=e1477 generic
1131
+ uid=e1478 button "Add experience"
1132
+ uid=e1480 img
1133
+ uid=e1482 link "Edit experience" url="https://www.linkedin.com/in/jeromeetienne/details/experience/"
1134
+ uid=e1484 img
1135
+ uid=e1486 generic
1136
+ uid=e1491 generic
1137
+ uid=e1492 link url="https://www.linkedin.com/company/106063595/"
1138
+ uid=e1493 figure
1139
+ uid=e1494 img "ContentMagickAi logo"
1140
+ uid=e1495 generic
1141
+ uid=e1496 link "Founder ContentMagickAi · Self-employed Jan 2025 - Present · 1 yr 5 mos Remote" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/position/2561142095/"
1142
+ uid=e1497 generic
1143
+ uid=e1499 generic
1144
+ uid=e1500 paragraph value="Founder"
1145
+ uid=e1501 paragraph value="ContentMagickAi · Self-employed"
1146
+ uid=e1502 paragraph value="Jan 2025 - Present · 1 yr 5 mos"
1147
+ uid=e1503 paragraph value="Remote"
1148
+ uid=e1505 paragraph
1149
+ uid=e1506 generic
1150
+ uid=s214 StaticText "As the Founder of ContentMagickAI, I spearheaded the development of an AI-powered tool that revolutionized social media content creation. By implementing enhanced formatting options and tailored audience engagement strategies, we successfully eliminated writer's block and delivered impactful content at an accelerated pace."
1151
+ uid=s215 button
1152
+ uid=e1508 generic value="… more"
1153
+ uid=e1509 paragraph
1154
+ uid=e1510 link "Start-up Leadership" url="https://www.linkedin.com/in/jeromeetienne/overlay/2561142095/skill-associations-details/"
1155
+ uid=e1512 img
1156
+ uid=s216 StaticText "Start-up Leadership"
1157
+ uid=e1518 generic
1158
+ uid=e1519 link url="https://www.linkedin.com/company/96241193/"
1159
+ uid=e1520 figure
1160
+ uid=e1521 img "WeBoostAI logo"
1161
+ uid=e1522 generic
1162
+ uid=e1523 link "Founder WeBoostAI · Full-time Jan 2024 - Present · 2 yrs 5 mos Dublin, County Dublin, Ireland" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/position/2383399460/"
1163
+ uid=e1524 generic
1164
+ uid=e1526 generic
1165
+ uid=e1527 paragraph value="Founder"
1166
+ uid=e1528 paragraph value="WeBoostAI · Full-time"
1167
+ uid=e1529 paragraph value="Jan 2024 - Present · 2 yrs 5 mos"
1168
+ uid=e1530 paragraph value="Dublin, County Dublin, Ireland"
1169
+ uid=e1532 paragraph
1170
+ uid=e1533 generic
1171
+ uid=s217 StaticText "At WeBoostAI we make Shopify smart, profitable and fun. We are transforming the e-commerce business by integrating our AI-powered shopping assistant. We've built a one-click Shopify app that personalizes the customer journey with smart suggestions and 24/7 support. Our goal is to increase sales, reduce cart abandonment and bring back the joy to online shopping."
1172
+ uid=s218 button
1173
+ uid=e1535 generic value="… more"
1174
+ uid=e1536 paragraph
1175
+ uid=e1537 link "Large Language Models (LLM), Model Training and +6 skills" url="https://www.linkedin.com/in/jeromeetienne/overlay/2383399460/skill-associations-details/"
1176
+ uid=e1539 img
1177
+ uid=s219 StaticText "Large Language Models (LLM), Model Training and +6 skills"
1178
+ uid=e1541 generic
1179
+ uid=e1544 generic
1180
+ uid=e1545 link url="https://www.linkedin.com/company/68033118/"
1181
+ uid=e1546 figure
1182
+ uid=e1547 img "Full Speed Automation logo"
1183
+ uid=e1549 link "Full Speed Automation Full-time · 3 yrs 2 mos" url="https://www.linkedin.com/company/68033118/"
1184
+ uid=e1552 generic
1185
+ uid=e1553 paragraph value="Full Speed Automation"
1186
+ uid=e1554 paragraph value="Full-time · 3 yrs 2 mos"
1187
+ uid=e1555 list
1188
+ uid=e1556 listitem
1189
+ uid=e1559 generic
1190
+ uid=e1560 link "Director of Software Engineering Sep 2021 - Apr 2024 · 2 yrs 8 mos" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/position/1847033913/"
1191
+ uid=e1561 generic
1192
+ uid=e1562 paragraph value="Director of Software Engineering"
1193
+ uid=e1563 paragraph value="Sep 2021 - Apr 2024 · 2 yrs 8 mos"
1194
+ uid=e1564 generic
1195
+ uid=e1565 paragraph
1196
+ uid=e1566 generic
1197
+ uid=s220 StaticText "- Leading the core tech team to focus on innovation by implementing processes that prioritize delivery. - Orchestrating the different efforts of the engineering team in order to automate and optimize industrial workflows. - Managing and driving the creation of _Process Designer:_ an editor to create industrial processes with an easy no-code graphical language."
1198
+ uid=s221 button
1199
+ uid=e1568 generic value="… more"
1200
+ uid=e1569 paragraph
1201
+ uid=e1570 link "Large Language Models (LLM), Generative AI and +3 skills" url="https://www.linkedin.com/in/jeromeetienne/overlay/1847033913/skill-associations-details/"
1202
+ uid=e1572 img
1203
+ uid=s222 StaticText "Large Language Models (LLM), Generative AI and +3 skills"
1204
+ uid=e1574 listitem
1205
+ uid=e1577 generic
1206
+ uid=e1578 link "Principal Scientist in ML/AI R&D Mar 2021 - Sep 2021 · 7 mos Dublin, County Dublin, Ireland" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/position/1754349008/"
1207
+ uid=e1579 generic
1208
+ uid=e1580 paragraph value="Principal Scientist in ML/AI R&D"
1209
+ uid=e1581 paragraph value="Mar 2021 - Sep 2021 · 7 mos"
1210
+ uid=e1582 paragraph value="Dublin, County Dublin, Ireland"
1211
+ uid=e1583 generic
1212
+ uid=e1584 paragraph
1213
+ uid=e1585 generic
1214
+ uid=s223 StaticText "- Leading machine learning and energy optimization research within the core tech team. - Launching machine learning predictive maintenance and machine learning vision for industrial automation. Driving AI Research & Development - Defining, training, and deploying AI/ML models to deliver innovation for industrial customers. Exploring and selecting appropriate tools and models for each problem, including using deep learning, LLMs, NLP, and ML models. - Developed energy disambiguation program using an auto-encoder. Anomaly detection improved significantly (over 10%). - Validate proof of concepts and provide FSA clients with a solution for the over consumption of energy in their industrial processes."
1215
+ uid=s224 button
1216
+ uid=e1587 generic value="… more"
1217
+ uid=e1588 paragraph
1218
+ uid=e1589 link "Research Skills, Large Language Models (LLM) and +7 skills" url="https://www.linkedin.com/in/jeromeetienne/overlay/1754349008/skill-associations-details/"
1219
+ uid=e1591 img
1220
+ uid=s225 StaticText "Research Skills, Large Language Models (LLM) and +7 skills"
1221
+ uid=e1597 generic
1222
+ uid=e1598 link url="https://www.linkedin.com/company/17901739/"
1223
+ uid=e1599 figure
1224
+ uid=e1600 img "Lightform logo"
1225
+ uid=e1601 generic
1226
+ uid=e1602 link "Senior Engineer Consultant - Projected AR Lightform · Contract Feb 2020 - Aug 2020 · 7 mos Dublin, County Dublin, Ireland" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/position/1665779123/"
1227
+ uid=e1603 generic
1228
+ uid=e1605 generic
1229
+ uid=e1606 paragraph value="Senior Engineer Consultant - Projected AR"
1230
+ uid=e1607 paragraph value="Lightform · Contract"
1231
+ uid=e1608 paragraph value="Feb 2020 - Aug 2020 · 7 mos"
1232
+ uid=e1609 paragraph value="Dublin, County Dublin, Ireland"
1233
+ uid=e1611 paragraph
1234
+ uid=e1612 generic
1235
+ uid=s226 StaticText "- Prototyping the next generation of projected AR. - Designing User experience - Invention of ‘the mouse for projected AR’ - aka using your mobile phone as laser pointer - GLSL Fragment Shader (ala Shadertoy) - Spotify Music Visualiser - Embedded devices"
1236
+ uid=s227 button
1237
+ uid=e1614 generic value="… more"
1238
+ uid=e1615 paragraph
1239
+ uid=e1616 link "3D" url="https://www.linkedin.com/in/jeromeetienne/overlay/1665779123/skill-associations-details/"
1240
+ uid=e1618 img
1241
+ uid=s228 StaticText "3D"
1242
+ uid=e1624 generic
1243
+ uid=e1625 link url="https://www.linkedin.com/company/1586/"
1244
+ uid=e1626 figure
1245
+ uid=e1627 img "Amazon logo"
1246
+ uid=e1628 generic
1247
+ uid=e1629 link "Principal Engineer AR/VR Amazon Apr 2018 - Dec 2019 · 1 yr 9 mos Greater Dublin" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/position/1285374345/"
1248
+ uid=e1630 generic
1249
+ uid=e1632 generic
1250
+ uid=e1633 paragraph value="Principal Engineer AR/VR"
1251
+ uid=e1634 paragraph value="Amazon"
1252
+ uid=e1635 paragraph value="Apr 2018 - Dec 2019 · 1 yr 9 mos"
1253
+ uid=e1636 paragraph value="Greater Dublin"
1254
+ uid=e1638 paragraph
1255
+ uid=e1639 generic
1256
+ uid=s229 StaticText "Principal Engineer at Amazon: Most senior technical contributor. - Working on Amazon Sumerian: - Web-platform to create and embed 3D scenes into existing web pages - Experiences able to run on popular hardware for AR/VR."
1257
+ uid=s230 button
1258
+ uid=e1641 generic value="… more"
1259
+ uid=e1642 paragraph
1260
+ uid=e1643 link "3D, Scrum and +4 skills" url="https://www.linkedin.com/in/jeromeetienne/overlay/1285374345/skill-associations-details/"
1261
+ uid=e1645 img
1262
+ uid=s231 StaticText "3D, Scrum and +4 skills"
1263
+ uid=e1648 link "Show all experiences" url="https://www.linkedin.com/in/jeromeetienne/details/experience/"
1264
+ uid=e1649 generic
1265
+ uid=e1650 img
1266
+ uid=e1652 generic value="Show all"
1267
+ uid=e1657 generic
1268
+ uid=e1658 generic
1269
+ uid=e1659 heading "Education" level="2"
1270
+ uid=e1660 generic
1271
+ uid=e1661 link "Add education" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/education/new/"
1272
+ uid=e1663 img
1273
+ uid=e1665 link "Edit education" url="https://www.linkedin.com/in/jeromeetienne/details/education/"
1274
+ uid=e1667 img
1275
+ uid=e1675 generic
1276
+ uid=e1676 link url="https://www.linkedin.com/school/28135/"
1277
+ uid=e1677 figure
1278
+ uid=e1678 img "INSA Lyon - Institut National des Sciences Appliquées de Lyon logo"
1279
+ uid=e1679 generic
1280
+ uid=e1680 link "INSA Lyon - Institut National des Sciences Appliquées de Lyon Master of Computer Applications - MCA" url="https://www.linkedin.com/in/jeromeetienne/details/education/edit/forms/1004595997/"
1281
+ uid=e1683 generic
1282
+ uid=e1684 paragraph value="INSA Lyon - Institut National des Sciences Appliquées de Lyon"
1283
+ uid=e1685 paragraph value="Master of Computer Applications - MCA"
1284
+ uid=e1686 paragraph
1285
+ uid=e1687 link "Computer Vision" url="https://www.linkedin.com/in/jeromeetienne/overlay/1004595997/skill-associations-details/"
1286
+ uid=e1689 img
1287
+ uid=s232 StaticText "Computer Vision"
1288
+ uid=e1695 generic
1289
+ uid=e1696 generic
1290
+ uid=e1697 heading "Volunteering" level="2"
1291
+ uid=e1698 generic
1292
+ uid=e1699 link "Add volunteer experience" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/volunteer-experience/new/"
1293
+ uid=e1701 img
1294
+ uid=e1703 link "Edit volunteer experience" url="https://www.linkedin.com/in/jeromeetienne/details/volunteering-experiences/"
1295
+ uid=e1705 img
1296
+ uid=e1708 list
1297
+ uid=e1709 listitem
1298
+ uid=e1712 generic
1299
+ uid=e1713 figure
1300
+ uid=e1714 img
1301
+ uid=e1720 generic
1302
+ uid=e1721 link "Member of organizing team Paris.js Oct 2011 - Jun 2014 · 2 yrs 9 mos Education" url="https://www.linkedin.com/in/jeromeetienne/details/volunteer-experiences/edit/forms/286502029/"
1303
+ uid=e1722 generic
1304
+ uid=e1724 generic
1305
+ uid=e1725 paragraph value="Member of organizing team"
1306
+ uid=e1726 paragraph value="Paris.js"
1307
+ uid=e1727 paragraph value="Oct 2011 - Jun 2014 · 2 yrs 9 mos"
1308
+ uid=e1728 paragraph value="Education"
1309
+ uid=e1729 paragraph
1310
+ uid=e1730 generic value="parisjs is a local meeting about javascript and surrounding technology. i helped running it some years. i love to promote tech!"
1311
+ uid=e1735 generic
1312
+ uid=e1736 generic
1313
+ uid=e1737 heading "Skills (38)" level="2"
1314
+ uid=e1738 generic
1315
+ uid=e1739 link "Add a skill" url="https://www.linkedin.com/in/jeromeetienne/skills/edit/forms/new/"
1316
+ uid=e1741 img
1317
+ uid=e1743 link "Edit a skill" url="https://www.linkedin.com/in/jeromeetienne/details/skills/"
1318
+ uid=e1745 img
1319
+ uid=e1747 generic
1320
+ uid=e1748 generic
1321
+ uid=e1752 generic
1322
+ uid=e1755 paragraph value="Start-up Leadership"
1323
+ uid=e1757 list
1324
+ uid=e1758 listitem
1325
+ uid=e1759 figure
1326
+ uid=e1761 paragraph value="Founder at ContentMagickAi"
1327
+ uid=e1766 generic
1328
+ uid=e1769 paragraph value="Product Management"
1329
+ uid=e1771 list
1330
+ uid=e1772 listitem
1331
+ uid=e1773 figure
1332
+ uid=e1775 paragraph
1333
+ uid=e1776 link "4 experiences at WeBoostAI and 3 other companies" url="https://www.linkedin.com/in/jeromeetienne/skill-insights/1124205341/"
1334
+ uid=e1778 link "Show all skills" url="https://www.linkedin.com/in/jeromeetienne/details/skills/"
1335
+ uid=e1779 generic
1336
+ uid=e1780 img
1337
+ uid=e1782 generic value="Show all"
1338
+ uid=e1789 generic
1339
+ uid=e1790 generic
1340
+ uid=e1791 heading "Recommendations" level="2"
1341
+ uid=e1792 generic
1342
+ uid=e1793 button "Add a recommendation"
1343
+ uid=e1795 img
1344
+ uid=e1797 link "Edit a recommendation" url="https://www.linkedin.com/in/jeromeetienne/details/recommendations/"
1345
+ uid=e1799 img
1346
+ uid=e1801 generic
1347
+ uid=e1802 generic
1348
+ uid=e1804 radio "Received (1)" checked
1349
+ uid=e1805 generic
1350
+ uid=s233 checkbox "Received (1)" checked
1351
+ uid=e1806 generic value="Received (1)"
1352
+ uid=e1808 radio "Given (1)"
1353
+ uid=e1809 generic
1354
+ uid=s234 checkbox "Given (1)"
1355
+ uid=e1810 generic value="Given (1)"
1356
+ uid=e1815 link "Kevin Karsch Verified · 1st Head of Software & Applied Science @ Amazon Devices September 2, 2020, Kevin managed Jerome directly I managed Jerome while at Lightform. Jerome is a passionate and efficient worker with a breadth of knowledge extending well beyond modern software development. In just a few months he developed a web-based SDK for our product. He completed this work with very little oversight, answering product-related questions through his own research. I hope to get the chance to work with him again." url="https://www.linkedin.com/in/kevinkarsch/"
1357
+ uid=e1816 generic
1358
+ uid=e1817 figure
1359
+ uid=e1818 generic
1360
+ uid=e1819 generic
1361
+ uid=e1821 paragraph
1362
+ uid=e1822 link "Kevin Karsch Verified" url="https://www.linkedin.com/in/kevinkarsch/"
1363
+ uid=s235 StaticText "Kevin Karsch"
1364
+ uid=e1823 img "Verified"
1365
+ uid=e1824 img
1366
+ uid=e1826 paragraph value="· 1st"
1367
+ uid=e1827 paragraph value="Head of Software & Applied Science @ Amazon Devices"
1368
+ uid=e1828 paragraph value="September 2, 2020, Kevin managed Jerome directly"
1369
+ uid=e1829 paragraph
1370
+ uid=e1830 generic value="I managed Jerome while at Lightform. Jerome is a passionate and efficient worker with a breadth of knowledge extending well beyond modern software development. In just a few months he developed a web-based SDK for our product. He completed this work with very little oversight, answering product-related questions through his own research. I hope to get the chance to work with him again."
1371
+ uid=e1838 generic
1372
+ uid=e1839 generic
1373
+ uid=e1840 heading "Languages" level="2"
1374
+ uid=e1841 generic
1375
+ uid=e1842 link "Add new language" url="https://www.linkedin.com/in/jeromeetienne/details/languages/edit/forms/new/"
1376
+ uid=e1844 img
1377
+ uid=e1846 link "View languages detail screen" url="https://www.linkedin.com/in/jeromeetienne/details/languages/"
1378
+ uid=e1848 img
1379
+ uid=e1851 generic
1380
+ uid=e1856 generic
1381
+ uid=e1857 paragraph value="English"
1382
+ uid=e1858 paragraph value="Native or bilingual proficiency"
1383
+ uid=e1863 generic
1384
+ uid=e1864 paragraph value="French"
1385
+ uid=e1865 paragraph value="Native or bilingual proficiency"
1386
+ uid=e1871 generic
1387
+ uid=e1873 heading "Interests" level="2"
1388
+ uid=e1874 generic
1389
+ uid=e1875 generic
1390
+ uid=e1876 radio "Top Voices" checked
1391
+ uid=e1877 generic
1392
+ uid=s236 checkbox "Top Voices" checked
1393
+ uid=e1878 generic value="Top Voices"
1394
+ uid=e1879 radio "Companies"
1395
+ uid=e1880 generic
1396
+ uid=s237 checkbox "Companies"
1397
+ uid=e1881 generic value="Companies"
1398
+ uid=e1882 radio "Groups"
1399
+ uid=e1883 generic
1400
+ uid=s238 checkbox "Groups"
1401
+ uid=e1884 generic value="Groups"
1402
+ uid=e1885 radio "Newsletters"
1403
+ uid=e1886 generic
1404
+ uid=s239 checkbox "Newsletters"
1405
+ uid=e1887 generic value="Newsletters"
1406
+ uid=e1888 radio "Schools"
1407
+ uid=e1889 generic
1408
+ uid=s240 checkbox "Schools"
1409
+ uid=e1890 generic value="Schools"
1410
+ uid=e1892 generic
1411
+ uid=e1895 generic
1412
+ uid=e1899 link "Andrew Ng Executive Top Voice · 3rd DeepLearning.AI, AI Fund and AI Aspire 2,475,890 followers Following, click to unfollow Andrew Ng" url="https://www.linkedin.com/in/andrewyng/"
1413
+ uid=e1900 generic
1414
+ uid=e1901 figure
1415
+ uid=e1902 generic
1416
+ uid=e1903 generic
1417
+ uid=e1905 paragraph
1418
+ uid=e1906 link "Andrew Ng Executive Top Voice" url="https://www.linkedin.com/in/andrewyng/"
1419
+ uid=s241 StaticText "Andrew Ng"
1420
+ uid=e1907 img "Executive Top Voice"
1421
+ uid=e1908 img
1422
+ uid=e1910 paragraph value="· 3rd"
1423
+ uid=e1911 paragraph value="DeepLearning.AI, AI Fund and AI Aspire"
1424
+ uid=e1912 paragraph value="2,475,890 followers"
1425
+ uid=e1916 button "Following, click to unfollow Andrew Ng"
1426
+ uid=e1917 generic
1427
+ uid=e1918 img
1428
+ uid=e1921 generic value="Following"
1429
+ uid=e1925 link "Tom Emrich 🏳️‍🌈 Executive Top Voice · 2nd Building the platform for physical AI at Springcraft | Hiring founding engineers | 17+ years in spatial computing | Ex-Meta, Niantic 72,952 followers Following, click to unfollow Tom Emrich 🏳️‍🌈" url="https://www.linkedin.com/in/thomasemrich/"
1430
+ uid=e1926 generic
1431
+ uid=e1927 figure
1432
+ uid=e1928 generic
1433
+ uid=e1929 generic
1434
+ uid=e1931 paragraph
1435
+ uid=e1932 link "Tom Emrich 🏳️‍🌈 Executive Top Voice" url="https://www.linkedin.com/in/thomasemrich/"
1436
+ uid=s242 StaticText "Tom Emrich 🏳️‍🌈"
1437
+ uid=e1933 img "Executive Top Voice"
1438
+ uid=e1934 img
1439
+ uid=e1936 paragraph value="· 2nd"
1440
+ uid=e1937 paragraph value="Building the platform for physical AI at Springcraft | Hiring founding engineers | 17+ years in spatial computing | Ex-Meta, Niantic"
1441
+ uid=e1938 paragraph value="72,952 followers"
1442
+ uid=e1942 button "Following, click to unfollow Tom Emrich 🏳️‍🌈"
1443
+ uid=e1943 generic
1444
+ uid=e1944 img
1445
+ uid=e1947 generic value="Following"
1446
+ uid=e1949 link "Show all interests" url="https://www.linkedin.com/in/jeromeetienne/details/interests/?initialTabId=interest_top_voices"
1447
+ uid=e1950 generic
1448
+ uid=e1951 img
1449
+ uid=e1953 generic value="Show all"
1450
+ uid=e1960 generic
1451
+ uid=e1961 generic
1452
+ uid=e1962 heading "Causes" level="2"
1453
+ uid=e1964 link "Edit causes you care about" url="https://www.linkedin.com/in/jeromeetienne/edit/forms/causes/new/"
1454
+ uid=e1966 img
1455
+ uid=e1969 paragraph
1456
+ uid=e1970 generic value="Education • Science and Technology"
1457
+ uid=e1972 generic
1458
+ uid=e1973 generic
1459
+ uid=e1977 generic
1460
+ uid=e1978 generic
1461
+ uid=e1979 heading "Profile language" level="2"
1462
+ uid=e1981 link "Edit profile language" url="https://www.linkedin.com/in/jeromeetienne/edit/secondary-language/"
1463
+ uid=e1983 img
1464
+ uid=e1986 paragraph value="English"
1465
+ uid=e1987 generic
1466
+ uid=e1988 heading "Public profile & URL" level="2"
1467
+ uid=e1990 link "Edit Public profile & URL" url="https://www.linkedin.com/public-profile/settings/?trk=d_flagship3_profile_self_view_public_profile"
1468
+ uid=e1992 img
1469
+ uid=e1995 paragraph value="www.linkedin.com/in/jeromeetienne"
1470
+ uid=e1998 iframe
1471
+ uid=f33e3 main "Work With Us Container"
1472
+ uid=f33e4 generic
1473
+ uid=f33e6 img
1474
+ uid=f33e7 generic
1475
+ uid=f33e8 img "Jerome"
1476
+ uid=f33e9 link "Humanskills" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2F68538130%2Flife&trackingEvent=%5B%7B%22eventInfo%22%3A%7B%22appId%22%3A%22com.linkedin.ads.rendering.d_web%22%2C%22eventName%22%3A%22SponsoredRightRailContentActionEvent%22%2C%22topicName%22%3A%22SponsoredRightRailContentActionEvent%22%7D%2C%22eventBody%22%3A%7B%22sponsoredEventHeader%22%3A%7B%22encryptedTrackingData%22%3A%22CwEAAAGd8V1AX2fuhVB_ndLEaLBSNtwg4gHVBIIKqNpNnah9Jk5nbn6X-dRXtGqmmdL1gAKv947tVoNebGXHih8TEyU8LN2kocd_5lLxKFdJz-5NPGDYQXC-cz6nJDFGqan-DfPtbasj1E2yx_GV1hquvnlZkdWJa366HC982CMjYPyy3c_LsBa8ntxWjlhz5JDrICanZMCVCKXV5bx2EhGmm8FvB0juWRmvrhVg9OgcxG6oiJyt6nyJc3HUCTfSlKEyyfrhScbUjRF3-LN9p2y2-5p09ERdgfAwCNWfKIzK3JxM7R7ZbVLcFANIzQABbdmeq63rwjD407n9cpGKMPc8BTy2p6xvHIxSu_3NI3N4wErXhbIGY336YYwkrajudKci8y2cM6esOnUHz35vrc991IyZBJ5AhtATxkzvNdTGG5HHAOEok7sVPgG3_4sPQ6WZ4JBWpa4nLb_JLa1T8PbzTlV-2yTs4Vjm0ndiJvoaKlB12QmMosUhg8OFPnLSeHGEFdrtx1AWDoE8eVXt3vauh3pu1Z_5SM4P1cBtpSsH2zh6ESqeDqgjKtKnqqnaPYW0HKrDp3wZ6m7CISSxXyI0FS6Zq4E6B4m9VDAXJYc-8mWazXMMMxiz_7pFO3kwv7KhhAAO5-A_SRSmAGQo5dqPRecbdCOFZNEAurKrjxUf16fydMrwEhsxEjbDshCr7_Cbk7KrElZVDGVIDSTArOHAdIgpulZFgCJU7DyZL0gZFNcm3-q-bSq7uBa-Ucsm0lF1vbtQSMSwGCVDRTLSWIeADQAROzeJfhzCzCRb9uESQ0xczqRgH4eJTqJOtD99Gy6zLAszFJ8djeWFNGUG_ryyXumQYtewv2Zwf18iEDVCHetaK1NMHAeKY-sqcKuY_-sz-LfHqH4iKG1_vWtH_QNr11ClSMnlo-5TErSCw6zqcNRC_BZ-g6eTqLqZY9RhVzvSsYlnhLvQNRHe-DQ0_NVCcwQmtLLWB4-vr7YXbRhL8L-XOssCWWK8fBcPsOPfP4HuFWBxOiY-HEazjiI0DOV1YqbFyHY-X0zS01NIhpTUkApW3we5hVce0_TCZo3dNTmagtL4eUQlTDSKHsQgZ-LeKNSk7xrjCliaSNTcN9A-FhQZNVllRRZhD14uzmHVxswa7Wmrid9XqkzLqcvtXMONpM9rEywND5CT_jNEPPYZN9-uo8EDfw%22%7D%2C%22header%22%3A%7B%22pageInstance%22%3A%7B%22pageUrn%22%3A%22urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%22%2C%22trackingId%22%3A%22b7920e60-5454-4a0a-87dc-90b245edbd3c%22%7D%2C%22time%22%3A1777870913590%2C%22version%22%3A%220.0.0%22%7D%2C%22requestHeader%22%3A%7B%22pageKey%22%3A%22d_flagship3_profile_view_base%22%2C%22interfaceLocale%22%3A%22en-US%22%7D%7D%7D%5D&csrfToken=ajax%3A5544974620789791545"
1477
+ uid=f33e10 img "Humanskills"
1478
+ uid=f33e11 generic
1479
+ uid=f33e12 generic
1480
+ uid=f33e13 paragraph value="Jerome, explore relevant opportunities with Humanskills"
1481
+ uid=f33e14 paragraph value="Get the latest jobs and industry news"
1482
+ uid=f33e15 link "Follow" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2F68538130%2Flife%3FisFollowingPage%3Dtrue&trackingEvent=%5B%7B%22eventInfo%22%3A%7B%22appId%22%3A%22com.linkedin.ads.rendering.d_web%22%2C%22eventName%22%3A%22SponsoredRightRailContentActionEvent%22%2C%22topicName%22%3A%22SponsoredRightRailContentActionEvent%22%7D%2C%22eventBody%22%3A%7B%22sponsoredEventHeader%22%3A%7B%22encryptedTrackingData%22%3A%22CwEAAAGd8V1AX2i3wHvNaE2-pKN3Mbn3j947hxKMw_8TgsEMDMK_9E4YO-qZVAACn69F2ar4HKY3huGAgkw7TPWnCT1kxzPaN0WcG3t2nF_QlZzYuddpv4jzR2DZWiOWMB5vBm8OOXM1iQk4USDQHKUR5_dpv3IYr_3ScvYZMN6e5HdHY_iZzqH9nRKUXFzPHZi51Mn7oReKhBJbHRFqm2n9kaXwfDq-irSSQJb7v3nPpIqAnmIhjmsvFgCAHPjk6Pn2Ucsbp6OSHErnhiCBFb9SeUh8hZ6aewGlVrhBuh4drqtalOU_LTtK-u-ciiK20Pd5CH7Wj-Hzf4xPLskW54caTqrQL8bqOtDLDMf7W0l4IeBF_7TnTKWxrYzMzTRjRD-UgHEhUbbqdqpUAunZHU8bLFV-gWReS09FUjBojPJGmCquD9P5WO3zpfWx1X9f190C9KWWGlqJO2314E-B23dQHCG9yFpvxw91LATDfIApFxNYmIu9uFdWhNAHGBTPaaA8BeUPwQAAbpJjMXtonXaJlTrGGpzJI6UaeZJUEv6hrvuZllqYzaAMZyBGEOuTVpTEfM78wUmKETvBoP1BqpIf7FzCdMqPBskqYudxW4K6BKxj-EAp013rLCh5Iuq87Jw6Aq0vNuFqkeoq6JpaQsvHAUUQHHfsMVyiZ5imJhQj9UQPCwYYAY_YwslyXbYPkdLyeJskYWpIN2_R7ch3tVd8JW3cYhuvNa4_niP_py-N44MAaM0NjG9ALfNsL0czNpxMZ1F_8qvRpOFTi07RW-muKjF-5AkiskCJjCusnhCbMxGFbgCURlppBHNHIr6pTldIRgJwnz1O1EkLizArklzn_mk9AGDAfwM4RZS180x2KGSZGNgerYid8uh8h5EC-MWDW7nKTZW9TMxxS1imrYpMSqALLmpTPUbgFIio1I60uchfboSZ-WMyha08qG1AuQlOLYYvY01ZC56njGWO4DJNkl2_Kg8RBm5iO3X96BVvbJIOh9fYqfEkiFNop2JzkrTQ8RJxBIaEvZKY5vXKGTJD2hmqgCLBok12pMJWjgWC6u6HvGsl-SSz_yyxVirBs-vZlAEv6GlrWXKbnfX1Y6i3T_jY3KeuLnXhu_kPtrNsKndZU0rflb3aJV68opAwq8k55WQLhPB77sBHGdhEoAmQabxrCMHE2mdkwba4DbCHYY05W_YkFFcMXBb6q_6hB0PZcdvm8Wrj2vqxVWnq6wPuqCT5YRMklw%22%7D%2C%22header%22%3A%7B%22pageInstance%22%3A%7B%22pageUrn%22%3A%22urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%22%2C%22trackingId%22%3A%22b2e14075-d95c-4132-87a5-79d45f1d6649%22%7D%2C%22time%22%3A1777870913590%2C%22version%22%3A%220.0.0%22%7D%2C%22requestHeader%22%3A%7B%22pageKey%22%3A%22d_flagship3_profile_view_base%22%2C%22interfaceLocale%22%3A%22en-US%22%7D%7D%7D%5D&csrfToken=ajax%3A5544974620789791545"
1483
+ uid=f33e16 generic
1484
+ uid=f33e17 paragraph value="Promoted"
1485
+ uid=f33e18 button "Ad Options"
1486
+ uid=f33e19 img
1487
+ uid=f33e23 generic value="Ad Options"
1488
+ uid=e2003 generic
1489
+ uid=e2005 generic
1490
+ uid=e2007 heading "Who your viewers also viewed" level="3"
1491
+ uid=e2008 paragraph value="Private to you"
1492
+ uid=e2010 generic
1493
+ uid=e2011 button "Chief Technology Officer in the Design Services industry View"
1494
+ uid=e2012 generic
1495
+ uid=e2013 figure
1496
+ uid=e2014 generic
1497
+ uid=e2017 paragraph value="Chief Technology Officer in the Design Services industry"
1498
+ uid=e2018 button "View"
1499
+ uid=e2020 generic value="View"
1500
+ uid=e2021 button "Investment Portfolio Manager in the Software Development industry from Greater Paris Metropolitan Region View"
1501
+ uid=e2022 generic
1502
+ uid=e2023 figure
1503
+ uid=e2024 generic
1504
+ uid=e2027 paragraph value="Investment Portfolio Manager in the Software Development industry from Greater Paris Metropolitan Region"
1505
+ uid=e2028 button "View"
1506
+ uid=e2030 generic value="View"
1507
+ uid=e2031 button "Software Developer at Politie Nederland View"
1508
+ uid=e2032 generic
1509
+ uid=e2033 figure
1510
+ uid=e2034 generic
1511
+ uid=e2037 paragraph value="Software Developer at Politie Nederland"
1512
+ uid=e2038 button "View"
1513
+ uid=e2040 generic value="View"
1514
+ uid=e2041 button "Someone in the Financial Services industry from Surrey View"
1515
+ uid=e2042 generic
1516
+ uid=e2043 figure
1517
+ uid=e2044 generic
1518
+ uid=e2047 paragraph value="Someone in the Financial Services industry from Surrey"
1519
+ uid=e2048 button "View"
1520
+ uid=e2050 generic value="View"
1521
+ uid=e2054 generic
1522
+ uid=e2057 heading "People you may know" level="2"
1523
+ uid=e2059 generic
1524
+ uid=e2061 generic
1525
+ uid=e2063 link "Jean-Charles Verdié Verified · 2nd Bringing the best of Ubuntu and other Canonical products to Embedded Devices & IOT" url="https://www.linkedin.com/in/jcverdie/"
1526
+ uid=e2064 generic
1527
+ uid=e2065 figure
1528
+ uid=e2066 generic
1529
+ uid=e2067 generic
1530
+ uid=e2069 paragraph
1531
+ uid=e2070 link "Jean-Charles Verdié Verified" url="https://www.linkedin.com/in/jcverdie/"
1532
+ uid=s243 StaticText "Jean-Charles Verdié"
1533
+ uid=e2071 img "Verified"
1534
+ uid=e2072 img
1535
+ uid=e2074 paragraph value="· 2nd"
1536
+ uid=e2076 paragraph value="Bringing the best of Ubuntu and other Canonical products to Embedded Devices & IOT"
1537
+ uid=e2080 button "Invite Jean-Charles Verdié to connect"
1538
+ uid=e2081 generic
1539
+ uid=e2082 img
1540
+ uid=e2085 generic value="Connect"
1541
+ uid=e2087 generic
1542
+ uid=e2089 link "Frank Reitberger Premium · 2nd WebGPU & WebGL, 3D & Shaders Expert, AI Gardener" url="https://www.linkedin.com/in/frank-reitberger-86590727/"
1543
+ uid=e2090 generic
1544
+ uid=e2091 figure
1545
+ uid=e2092 generic
1546
+ uid=e2093 generic
1547
+ uid=e2095 paragraph
1548
+ uid=e2096 link "Frank Reitberger Premium" url="https://www.linkedin.com/in/frank-reitberger-86590727/"
1549
+ uid=s244 StaticText "Frank Reitberger"
1550
+ uid=e2097 img "Premium"
1551
+ uid=e2098 img
1552
+ uid=e2100 paragraph value="· 2nd"
1553
+ uid=e2102 paragraph value="WebGPU & WebGL, 3D & Shaders Expert, AI Gardener"
1554
+ uid=e2106 button "Invite Frank Reitberger to connect"
1555
+ uid=e2107 generic
1556
+ uid=e2108 img
1557
+ uid=e2111 generic value="Connect"
1558
+ uid=e2113 generic
1559
+ uid=e2115 link "Julien Casarin Premium · 2nd Engineering/Innovation Manager (AI, Agentic, SaaS, XR)" url="https://www.linkedin.com/in/julien-casarin-4366b2101/"
1560
+ uid=e2116 generic
1561
+ uid=e2117 figure
1562
+ uid=e2118 generic
1563
+ uid=e2119 generic
1564
+ uid=e2121 paragraph
1565
+ uid=e2122 link "Julien Casarin Premium" url="https://www.linkedin.com/in/julien-casarin-4366b2101/"
1566
+ uid=s245 StaticText "Julien Casarin"
1567
+ uid=e2123 img "Premium"
1568
+ uid=e2124 img
1569
+ uid=e2126 paragraph value="· 2nd"
1570
+ uid=e2128 paragraph value="Engineering/Innovation Manager (AI, Agentic, SaaS, XR)"
1571
+ uid=e2132 button "Invite Julien Casarin to connect"
1572
+ uid=e2133 generic
1573
+ uid=e2134 img
1574
+ uid=e2137 generic value="Connect"
1575
+ uid=e2139 generic
1576
+ uid=e2141 link "Rémy Boutonnet Premium · 3rd Founder @ TuringDB | Fast graph database guy" url="https://www.linkedin.com/in/r%C3%A9my-boutonnet-a17bbb51/"
1577
+ uid=e2142 generic
1578
+ uid=e2143 figure
1579
+ uid=e2144 generic
1580
+ uid=e2145 generic
1581
+ uid=e2147 paragraph
1582
+ uid=e2148 link "Rémy Boutonnet Premium" url="https://www.linkedin.com/in/r%C3%A9my-boutonnet-a17bbb51/"
1583
+ uid=s246 StaticText "Rémy Boutonnet"
1584
+ uid=e2149 img "Premium"
1585
+ uid=e2150 img
1586
+ uid=e2152 paragraph value="· 3rd"
1587
+ uid=e2154 paragraph value="Founder @ TuringDB | Fast graph database guy"
1588
+ uid=e2158 button "Invite Rémy Boutonnet to connect"
1589
+ uid=e2159 generic
1590
+ uid=e2160 img
1591
+ uid=e2163 generic value="Connect"
1592
+ uid=e2165 generic
1593
+ uid=e2167 link "Josselin Petit Verified · 2nd Optics, Photonics & Sensor Simulation for all domains @ EDRMedeso | Former Ansys" url="https://www.linkedin.com/in/josselin-petit-0994802b/"
1594
+ uid=e2168 generic
1595
+ uid=e2169 figure
1596
+ uid=e2170 generic
1597
+ uid=e2171 generic
1598
+ uid=e2173 paragraph
1599
+ uid=e2174 link "Josselin Petit Verified" url="https://www.linkedin.com/in/josselin-petit-0994802b/"
1600
+ uid=s247 StaticText "Josselin Petit"
1601
+ uid=e2175 img "Verified"
1602
+ uid=e2176 img
1603
+ uid=e2178 paragraph value="· 2nd"
1604
+ uid=e2180 paragraph value="Optics, Photonics & Sensor Simulation for all domains @ EDRMedeso | Former Ansys"
1605
+ uid=e2184 button "Invite Josselin Petit to connect"
1606
+ uid=e2185 generic
1607
+ uid=e2186 img
1608
+ uid=e2189 generic value="Connect"
1609
+ uid=e2191 link "Show all people you may know" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
1610
+ uid=e2192 generic
1611
+ uid=e2193 img
1612
+ uid=e2195 generic value="Show all"
1613
+ uid=e2200 generic
1614
+ uid=e2202 generic
1615
+ uid=e2203 heading "You might like" level="2"
1616
+ uid=e2204 paragraph value="Pages for you"
1617
+ uid=e2206 generic
1618
+ uid=e2209 link "La French Tech Public Policy Offices 518,782 followers Eric & 47 other connections follow this page Follow" url="https://www.linkedin.com/company/lafrenchtech/"
1619
+ uid=e2210 generic
1620
+ uid=e2211 figure
1621
+ uid=e2212 generic
1622
+ uid=e2215 paragraph value="La French Tech"
1623
+ uid=e2217 paragraph value="Public Policy Offices"
1624
+ uid=e2218 paragraph value="518,782 followers"
1625
+ uid=e2219 generic
1626
+ uid=e2220 figure
1627
+ uid=e2222 paragraph
1628
+ uid=e2223 link "Eric & 47 other connections follow this page" url="https://www.linkedin.com/company/lafrenchtech/?showInNetworkFollowers=true"
1629
+ uid=e2226 button "Follow"
1630
+ uid=e2227 generic
1631
+ uid=e2228 img
1632
+ uid=e2230 generic value="Follow"
1633
+ uid=e2233 link "French cyber command Armed Forces 110,491 followers Julien & 4 other connections follow this page Follow" url="https://www.linkedin.com/company/commandement-de-la-cyberdefense/"
1634
+ uid=e2234 generic
1635
+ uid=e2235 figure
1636
+ uid=e2236 generic
1637
+ uid=e2239 paragraph value="French cyber command"
1638
+ uid=e2241 paragraph value="Armed Forces"
1639
+ uid=e2242 paragraph value="110,491 followers"
1640
+ uid=e2243 generic
1641
+ uid=e2244 figure
1642
+ uid=e2246 paragraph
1643
+ uid=e2247 link "Julien & 4 other connections follow this page" url="https://www.linkedin.com/company/commandement-de-la-cyberdefense/?showInNetworkFollowers=true"
1644
+ uid=e2250 button "Follow"
1645
+ uid=e2251 generic
1646
+ uid=e2252 img
1647
+ uid=e2254 generic value="Follow"
1648
+ uid=e2256 link "Show all pages you might like" url="https://www.linkedin.com/in/jeromeetienne/?skipRedirect=true"
1649
+ uid=e2257 generic
1650
+ uid=e2258 img
1651
+ uid=e2260 generic value="Show all"
1652
+ uid=e2265 iframe
1653
+ uid=f36e3 generic
1654
+ uid=f36e4 banner
1655
+ uid=f36e5 generic
1656
+ uid=f36e6 link "Promoted" url="https://www.linkedin.com/ads/start?src=en-all-ad-li-ads_by_li&trk=ads_by_li&utm_medium=ad&utm_source=li&utm_campaign=ads_by_li"
1657
+ uid=f36e7 button
1658
+ uid=f36e8 img
1659
+ uid=f36e13 generic
1660
+ uid=f36e14 link "Ad Image 699,473,074 Family business success Family Enterprise Programs. Apply now. Vikas Vikas & 3 other connections also follow Harvard Business School Executive Education" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=https%3A%2F%2Fad.doubleclick.net%2Fddm%2Ftrackclk%2FN1175286.127497LINKEDINCORPORATI%2FB33595537.423181547%3Bdc_trk_aid%3D616194033%3Bdc_trk_cid%3D236778082%3Bdc_lat%3D%3Bdc_rdid%3D%3Btag_for_child_directed_treatment%3D%3Btfua%3D%3Bgdpr%3D%24%257BGDPR%257D%3Bgdpr_consent%3D%24%257BGDPR_CONSENT_755%257D%3Bltd%3D%3Bdc_tdv%3D1%3Fli_fat_id%3Daa1efdc6-f76b-478a-bb7d-51d9db60b8ff&trackingEvent=%5B%7B%22eventInfo%22%3A%7B%22appId%22%3A%22com.linkedin.ads.rendering.d_web%22%2C%22eventName%22%3A%22SponsoredRightRailContentActionEvent%22%2C%22topicName%22%3A%22SponsoredRightRailContentActionEvent%22%7D%2C%22eventBody%22%3A%7B%22sponsoredEventHeader%22%3A%7B%22encryptedTrackingData%22%3A%22CwEAAAGd8V1KfvrQJ3sL2GpFnm9EGgCY4hqBzaIWBSD08t7FcuG82QMLeAIkuN4r6B3XoQH7UgtuFLJzEii-F6wxz3fUgMPUtySvbpeXww-osLbf8ENDkExcFTIxNopai0KhW3fQYDmoXfOlAo444m9aR7-nrhdYRVh__ii6r3IYNKZDI0Jf-_IxrSElZCFBjjEqhuojxBeS8dkkoQOt2kj7k0dnq4TrRuYcsASOFxTKbpoJ7IKEkoDG_2FizQuIEWnZWcy7DEMH94bLz2X4W6EziAFD37g9X_M_997B7SopSLJ8M4kTcPb6jXb0bW1laXtDcznEpJ1YlQWkSTqCdmaY-HI3hIWF7LLKxidoF2OgzweEk7kXWTLzwoLjJdfPJRzsUnOwICPAGkdMYSJAZ8eN8TkO6oOeZ_igWfD8WwOEsp2SscbQ4p0ZYvtAB8kn1neA1xGKlA429uys9PGbnypz1o2wulpXxZ-72Yf5undzhrUUhWZDe3Km_zLNArAL2EAIo_WF6aOoahw6o7oEWGkogiJ4iLq6Qo5E6lQha-YwIYVSNhQg0A_W-CNwuTHK6mdG-RBF0CQeewhm8umOGsyPnj9YZZKWKtIiScQPxs1W64I-BRZWm9rXImHhhzQutbAwdlWYcyQ98V-l06I76sLNGWCtUcB7CSV41-Hai8TibBdHSQmfo8Zq-ybcFHbNsxveM1f9L_0Zorp2-ciSk3Fz0YtyHITaKHikPonTmbG14EtBKWoySkWens4K91t0UEYVDdocQUMY9W40Z-ZloWcq-X7YbhNtnAqBWKCRRqW2HLatjPEQdVKNTcakiQ9iBrCIN1yPkSQC3cJ65tyeyTNt_F8aZPmZauDKg23LFDS-mv_sWsP46_EklG1o-2LW3hLmbDRn7TDwsfFn9hX2vrvGukWgN7kTIygR9ofZZwIY4FiJXDeMOZvEp906EohNKs5EXSEXFk8%22%7D%2C%22header%22%3A%7B%22pageInstance%22%3A%7B%22pageUrn%22%3A%22urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%22%2C%22trackingId%22%3A%222226759c-edff-465d-a284-6ebeabb7475a%22%7D%2C%22time%22%3A1777870916222%2C%22version%22%3A%220.0.0%22%7D%2C%22requestHeader%22%3A%7B%22pageKey%22%3A%22d_flagship3_profile_view_base%22%2C%22interfaceLocale%22%3A%22en-US%22%7D%7D%7D%5D&csrfToken=ajax%3A5544974620789791545"
1661
+ uid=f36e16 img "Ad Image 699,473,074"
1662
+ uid=f36e17 generic
1663
+ uid=f36e18 heading "Family business success" level="4"
1664
+ uid=f36e19 paragraph value="Family Enterprise Programs. Apply now."
1665
+ uid=f36e20 generic
1666
+ uid=f36e22 img "Vikas"
1667
+ uid=f36e23 paragraph value="Vikas & 3 other connections also follow Harvard Business School Executive Education"
1668
+ uid=f36e24 link "Ad Image 49,329,025 SQL Database Repair Tool Repair Corrupt SQL Server Database (.mdf, .ndf) Files. Free Download Now." url="https://www.linkedin.com/li/tscp/sct?destinationUrl=https%3A%2F%2Fwww.stellarinfo.com%2Fsql-recovery.php%3Fli_fat_id%3Daa1efdc6-f76b-478a-bb7d-51d9db60b8ff&trackingEvent=%5B%7B%22eventInfo%22%3A%7B%22appId%22%3A%22com.linkedin.ads.rendering.d_web%22%2C%22eventName%22%3A%22SponsoredRightRailContentActionEvent%22%2C%22topicName%22%3A%22SponsoredRightRailContentActionEvent%22%7D%2C%22eventBody%22%3A%7B%22sponsoredEventHeader%22%3A%7B%22encryptedTrackingData%22%3A%22CwEAAAGd8V1KfzUHBc-ju0r3tnREMWHAcQzQf79Zmtftsy-FD84BA4wfM7S6UFbli5xVhwYa2YTw7FplBmK686eKU3TmakiFF6vC-3PwIafLZAuQmsBmA9_8vDIJ8gjB-xowFmN6HQn2fKwDqlSuzmn_uogzgKdKuFjGre-55sdKjOsADWNqpCXQNtf2LDEAPjAMIG0Fh6uei-B6jMnIMUZrwBKKt83t4RNRjvMF2FP83w2EjqfCLftWaKSWLZKGRZnz8Ya2rX5A0AoYkUsx9GtpxS0OhX8YtT7R_o6nnCO8A2OK1fqxlJ19de0_eg42eBKAw0YI6G7ps9qPx-njpbypCwHMvkL9m3tM8LlwFFikjbJo8M7Ua1hMmyFe38qAf2NgsMoybEXEUMjBviBjeAByk9Pm4wA-keQjHsdpg_DHOqATtq204jc53SpDfyf3ZYNwXceCS-qOjv54NurdXxXNSYNjqhdcJWvm8UgYTUmxUfnZH2kwthLRmNQRFXCRgnVM8-dzmNnGGa5_aRrOf4zXxVM3jSjqqSHjkz6UxI2q-y9rZcw14ZkhHnfgWVhWqT2UyiYBU_MYyX-7g4mUFVtqK6L4jqD8kBDosUOEvxMcvIFXLe69VePmVutUmcYZqEjCCpNn7SsanYpIouosRyj_W0pbT5U65yUULPBxYJq5k-R-mEGo6Pq9SzUfHbvfFQjXOn9gVccLOCFk33LN9f5NYZFYg6W5TRIQX1pyHWkFY7Ciy7WgaYTauLeWuAE7i_8dH82YujBopVVyGsP-BK04d3cfJZAwWi1gLkNuayOh4v0sY1ld21Vkr7VbeU-4IyS3QXBMG43Zl_D4oZ-Ru3We2tIvcYmbscRw2-kkmmLufeE5HNM1fzjTKouwdaWZ_tne8bwtDmsRwIVIoB9kNULW45ECtqxRfwRWKFn_8aqwGVQmRi2naBu0IDIpUtShCehL9yVsaCAJg9wXsi6jk3LH3_zLPzkmj8J37mnD-aLY2Q%22%7D%2C%22header%22%3A%7B%22pageInstance%22%3A%7B%22pageUrn%22%3A%22urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%22%2C%22trackingId%22%3A%2282a6b75a-5cba-40b6-9b08-905af7c96eee%22%7D%2C%22time%22%3A1777870916223%2C%22version%22%3A%220.0.0%22%7D%2C%22requestHeader%22%3A%7B%22pageKey%22%3A%22d_flagship3_profile_view_base%22%2C%22interfaceLocale%22%3A%22en-US%22%7D%7D%7D%5D&csrfToken=ajax%3A5544974620789791545"
1669
+ uid=f36e26 img "Ad Image 49,329,025"
1670
+ uid=f36e27 generic
1671
+ uid=f36e28 heading "SQL Database Repair Tool" level="4"
1672
+ uid=f36e29 paragraph value="Repair Corrupt SQL Server Database (.mdf, .ndf) Files. Free Download Now."
1673
+ uid=e2269 generic
1674
+ uid=e2270 generic
1675
+ uid=e2271 navigation
1676
+ uid=e2272 link "About" url="https://about.linkedin.com/"
1677
+ uid=e2273 paragraph value="About"
1678
+ uid=e2274 link "Accessibility" url="https://www.linkedin.com/accessibility/"
1679
+ uid=e2275 paragraph value="Accessibility"
1680
+ uid=e2276 link "Talent Solutions" url="https://business.linkedin.com/talent-solutions?trk=flagship_nav&veh=li-footer-lts-control&src=li-footer"
1681
+ uid=e2277 paragraph value="Talent Solutions"
1682
+ uid=e2278 link "Community Guidelines" url="https://www.linkedin.com/legal/professional-community-policies/"
1683
+ uid=e2279 paragraph value="Community Guidelines"
1684
+ uid=e2280 link "Careers" url="https://careers.linkedin.com/"
1685
+ uid=e2281 paragraph value="Careers"
1686
+ uid=e2282 link "Marketing Solutions" url="https://business.linkedin.com/advertise?trk=n_nav_lms_f&src=li-footer"
1687
+ uid=e2283 paragraph value="Marketing Solutions"
1688
+ uid=e2284 button "Privacy & Terms"
1689
+ uid=e2285 generic
1690
+ uid=e2286 paragraph value="Privacy & Terms"
1691
+ uid=e2287 img
1692
+ uid=e2289 link "Ad Choices" url="https://www.linkedin.com/help/linkedin/answer/62931/"
1693
+ uid=e2290 paragraph value="Ad Choices"
1694
+ uid=e2291 link "Advertising" url="https://www.linkedin.com/ad/start/?trk=n_nav_ads_rr"
1695
+ uid=e2292 paragraph value="Advertising"
1696
+ uid=e2293 link "Sales Solutions" url="https://business.linkedin.com/sales-solutions?trk=flagship_nav&veh=li-footer-lss-control&src=li-footer"
1697
+ uid=e2294 paragraph value="Sales Solutions"
1698
+ uid=e2295 link "Mobile" url="https://mobile.linkedin.com/"
1699
+ uid=e2296 paragraph value="Mobile"
1700
+ uid=e2297 link "Small Business" url="https://business.linkedin.com/grow?src=li-footer"
1701
+ uid=e2298 paragraph value="Small Business"
1702
+ uid=e2299 link "Safety Center" url="https://safety.linkedin.com/"
1703
+ uid=e2300 paragraph value="Safety Center"
1704
+ uid=e2302 paragraph value="LinkedIn Corporation © 2026"
1705
+ uid=e2303 generic
1706
+ uid=e2304 list
1707
+ uid=e2305 listitem
1708
+ uid=e2306 generic
1709
+ uid=e2307 img
1710
+ uid=e2309 generic
1711
+ uid=e2310 link "Questions?" url="https://www.linkedin.com/help/linkedin/"
1712
+ uid=e2311 paragraph value="Questions?"
1713
+ uid=e2312 paragraph value="Visit our Help Center."
1714
+ uid=e2313 listitem
1715
+ uid=e2314 generic
1716
+ uid=e2315 img
1717
+ uid=e2317 generic
1718
+ uid=e2318 link "Manage your account and privacy" url="https://www.linkedin.com/mypreferences/d/"
1719
+ uid=e2319 paragraph value="Manage your account and privacy"
1720
+ uid=e2320 paragraph value="Go to your Settings."
1721
+ uid=e2321 listitem
1722
+ uid=e2322 generic
1723
+ uid=e2323 img
1724
+ uid=e2325 generic
1725
+ uid=e2326 link "Recommendation transparency" url="https://www.linkedin.com/help/linkedin/answer/a1339724/"
1726
+ uid=e2327 paragraph value="Recommendation transparency"
1727
+ uid=e2328 paragraph value="Learn more about Recommended Content."
1728
+ uid=e2330 generic
1729
+ uid=e2332 paragraph value="Select language"
1730
+ uid=e2333 generic
1731
+ uid=e2334 combobox "Select language"
1732
+ uid=s248 option "العربية (Arabic)"
1733
+ uid=s249 option "বাংলা (Bangla)"
1734
+ uid=s250 option "Čeština (Czech)"
1735
+ uid=s251 option "Dansk (Danish)"
1736
+ uid=s252 option "Deutsch (German)"
1737
+ uid=s253 option "Ελληνικά (Greek)"
1738
+ uid=s254 option "English (English)" selected
1739
+ uid=s255 option "Español (Spanish)"
1740
+ uid=s256 option "فارسی (Persian)"
1741
+ uid=s257 option "Suomi (Finnish)"
1742
+ uid=s258 option "Français (French)"
1743
+ uid=s259 option "हिंदी (Hindi)"
1744
+ uid=s260 option "Magyar (Hungarian)"
1745
+ uid=s261 option "Bahasa Indonesia (Indonesian)"
1746
+ uid=s262 option "Italiano (Italian)"
1747
+ uid=s263 option "עברית (Hebrew)"
1748
+ uid=s264 option "日本語 (Japanese)"
1749
+ uid=s265 option "한국어 (Korean)"
1750
+ uid=s266 option "मराठी (Marathi)"
1751
+ uid=s267 option "Bahasa Malaysia (Malay)"
1752
+ uid=s268 option "Nederlands (Dutch)"
1753
+ uid=s269 option "Norsk (Norwegian)"
1754
+ uid=s270 option "ਪੰਜਾਬੀ (Punjabi)"
1755
+ uid=s271 option "Polski (Polish)"
1756
+ uid=s272 option "Português (Portuguese)"
1757
+ uid=s273 option "Română (Romanian)"
1758
+ uid=s274 option "Русский (Russian)"
1759
+ uid=s275 option "Svenska (Swedish)"
1760
+ uid=s276 option "తెలుగు (Telugu)"
1761
+ uid=s277 option "ภาษาไทย (Thai)"
1762
+ uid=s278 option "Tagalog (Tagalog)"
1763
+ uid=s279 option "Türkçe (Turkish)"
1764
+ uid=s280 option "Українська (Ukrainian)"
1765
+ uid=s281 option "Tiếng Việt (Vietnamese)"
1766
+ uid=s282 option "简体中文 (Chinese (Simplified))"
1767
+ uid=s283 option "正體中文 (Chinese (Traditional))"
1768
+ uid=s284 img
1769
+ uid=s285 generic
1770
+ uid=s286 generic
1771
+ uid=s287 generic
1772
+ uid=s288 generic
1773
+ uid=s289 complementary
1774
+ uid=e2335 generic
1775
+ uid=e2336 generic
1776
+ uid=e2338 generic
1777
+ uid=e2339 generic
1778
+ uid=e2340 img "Jerome Etienne"
1779
+ uid=e2342 generic value="Status is online"
1780
+ uid=e2343 button "You are on the messaging overlay. Press enter to open the list of conversations."
1781
+ uid=e2344 generic
1782
+ uid=e2345 generic value="Messaging"
1783
+ uid=e2346 generic value="You are on the messaging overlay. Press enter to open the list of conversations."
1784
+ uid=e2347 generic
1785
+ uid=e2349 button "Open messenger dropdown menu"
1786
+ uid=e2350 img "Open messenger dropdown menu"
1787
+ uid=e2353 button "Compose message"
1788
+ uid=e2354 img
1789
+ uid=e2356 generic value="Compose message"
1790
+ uid=e2357 button "You are on the messaging overlay. Press enter to open the list of conversations."
1791
+ uid=e2358 img
1792
+ uid=e2360 generic value="You are on the messaging overlay. Press enter to open the list of conversations."
1793
+ uid=e2361 generic
1794
+ uid=e2363 heading "Page inboxes" level="3"
1795
+ uid=e2364 generic
1796
+ uid=e2365 generic value="Click to see affiliated inboxes"
1797
+ uid=e2366 button "Page inboxes"
1798
+ uid=e2367 img
1799
+ uid=s290 complementary "AI-powered assistant to get help with your career, jobs etc"
1800
+ uid=e2369 iframe
1801
+ uid=f16e1 generic active
1802
+ uid=s291 generic
1803
+ uid=s292 region "Toast message"
1804
+ uid=f16e3 heading "0 notifications total" level="2"
1805
+ uid=s293 alert
1806
+ uid=f16e4 region
1807
+ uid=f16e5 generic
1808
+ uid=f16e7 generic
1809
+ uid=f16e8 button "Skip to search"
1810
+ uid=f16e9 generic value="Skip to search"
1811
+ uid=f16e10 button "Skip to main content"
1812
+ uid=f16e11 generic value="Skip to main content"
1813
+ uid=f16e12 button "Keyboard shortcuts"
1814
+ uid=f16e13 generic value="Keyboard shortcuts"
1815
+ uid=f16e14 button "Close jump menu"
1816
+ uid=f16e15 img
1817
+ uid=f16e17 generic value="Close jump menu"
1818
+ uid=f16e18 banner "Global Navigation"
1819
+ uid=f16e19 generic
1820
+ uid=f16e20 link "LinkedIn" url="https://www.linkedin.com/feed/?nis=true"
1821
+ uid=f16e23 img "LinkedIn"
1822
+ uid=f16e24 img
1823
+ uid=f16e28 generic
1824
+ uid=f16e29 combobox "Search"
1825
+ uid=s294 generic
1826
+ uid=s295 img
1827
+ uid=f16e30 navigation "Primary Navigation"
1828
+ uid=f16e31 list
1829
+ uid=f16e32 listitem
1830
+ uid=f16e33 link "Home" url="https://www.linkedin.com/feed/"
1831
+ uid=f16e37 img
1832
+ uid=f16e39 generic "Home"
1833
+ uid=f16e40 listitem
1834
+ uid=f16e41 link "My Network" url="https://www.linkedin.com/mynetwork/?"
1835
+ uid=f16e45 img
1836
+ uid=f16e47 generic "My Network"
1837
+ uid=f16e48 listitem
1838
+ uid=f16e49 link "Jobs" url="https://www.linkedin.com/jobs/?"
1839
+ uid=f16e53 img
1840
+ uid=f16e55 generic "Jobs"
1841
+ uid=f16e56 listitem
1842
+ uid=f16e57 link "Messaging" url="https://www.linkedin.com/messaging/?"
1843
+ uid=f16e61 img
1844
+ uid=f16e63 generic "Messaging"
1845
+ uid=f16e64 listitem
1846
+ uid=f16e65 link "Notifications" url="https://www.linkedin.com/notifications/?"
1847
+ uid=f16e69 img
1848
+ uid=f16e71 generic "Notifications"
1849
+ uid=f16e72 listitem
1850
+ uid=f16e74 button "Jerome Etienne Me"
1851
+ uid=f16e75 img "Jerome Etienne"
1852
+ uid=f16e76 generic
1853
+ uid=s296 StaticText "Me"
1854
+ uid=f16e77 img
1855
+ uid=f16e79 listitem
1856
+ uid=f16e81 button "For Business"
1857
+ uid=f16e85 img
1858
+ uid=f16e87 generic "For Business"
1859
+ uid=s297 StaticText "For Business"
1860
+ uid=f16e88 img
1861
+ uid=f16e90 listitem
1862
+ uid=f16e92 link "Claim your 1 month free Premium Page" url="http://www.linkedin.com/premium/products/?upsellOrderOrigin=Tracking%3Av1%3Apremium_page_nav_upsell_text%3ACompany+Pages+SKU%3AIn-Product&referenceId=K0h1a4MoQACYpqqd9isx6Q%3D%3D&companyUrn=urn%3Ali%3Afsd_company%3A106063595&isSS=false&upsellSlotId=NAV_SPOTLIGHT&destRedirectURL=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fjeromeetienne%2F%3FskipRedirect%3Dtrue"
1863
+ uid=f16e94 generic value="Claim your 1 month free Premium Page"