fastbrowser_cli 1.0.37 → 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 (98) hide show
  1. package/dist/contribs/_shared/fastbrowser_helper.d.ts +13 -0
  2. package/dist/contribs/_shared/fastbrowser_helper.d.ts.map +1 -0
  3. package/dist/contribs/_shared/fastbrowser_helper.js +39 -0
  4. package/dist/contribs/_shared/fastbrowser_helper.js.map +1 -0
  5. package/dist/contribs/linkedin_cli/src/cli.d.ts +3 -0
  6. package/dist/contribs/linkedin_cli/src/cli.d.ts.map +1 -0
  7. package/dist/contribs/linkedin_cli/src/cli.js +299 -0
  8. package/dist/contribs/linkedin_cli/src/cli.js.map +1 -0
  9. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.d.ts +73 -0
  10. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.d.ts.map +1 -0
  11. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.js +866 -0
  12. package/dist/contribs/linkedin_cli/src/libs/linkedin_profile_helper.js.map +1 -0
  13. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.d.ts +61 -0
  14. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.d.ts.map +1 -0
  15. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.js +885 -0
  16. package/dist/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.js.map +1 -0
  17. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.d.ts +11 -0
  18. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.d.ts.map +1 -0
  19. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.js +145 -0
  20. package/dist/contribs/linkedin_cli/src/libs/linkedin_thread_helper.js.map +1 -0
  21. package/dist/contribs/twitter_cli/src/cli.d.ts +3 -0
  22. package/dist/contribs/twitter_cli/src/cli.d.ts.map +1 -0
  23. package/dist/contribs/twitter_cli/src/cli.js +273 -0
  24. package/dist/contribs/twitter_cli/src/cli.js.map +1 -0
  25. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.d.ts +28 -0
  26. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.d.ts.map +1 -0
  27. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.js +274 -0
  28. package/dist/contribs/twitter_cli/src/libs/twitter_profile_helper.js.map +1 -0
  29. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.d.ts +43 -0
  30. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.d.ts.map +1 -0
  31. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.js +519 -0
  32. package/dist/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.js.map +1 -0
  33. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.d.ts +11 -0
  34. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.d.ts.map +1 -0
  35. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.js +213 -0
  36. package/dist/contribs/twitter_cli/src/libs/twitter_thread_helper.js.map +1 -0
  37. package/dist/fastbrowser_cli/fastbrowser_cli.js +43 -0
  38. package/dist/fastbrowser_cli/fastbrowser_cli.js.map +1 -1
  39. package/dist/fastbrowser_httpd/libs/tool-schemas.d.ts +4 -0
  40. package/dist/fastbrowser_httpd/libs/tool-schemas.d.ts.map +1 -1
  41. package/dist/fastbrowser_httpd/libs/tool-schemas.js +4 -0
  42. package/dist/fastbrowser_httpd/libs/tool-schemas.js.map +1 -1
  43. package/dist/fastbrowser_mcp/fastbrowser_mcp.js +36 -2
  44. package/dist/fastbrowser_mcp/fastbrowser_mcp.js.map +1 -1
  45. package/dist/fastbrowser_mcp/libs/mcp_target_helper.d.ts +2 -0
  46. package/dist/fastbrowser_mcp/libs/mcp_target_helper.d.ts.map +1 -1
  47. package/dist/fastbrowser_mcp/libs/mcp_target_helper.js +12 -0
  48. package/dist/fastbrowser_mcp/libs/mcp_target_helper.js.map +1 -1
  49. package/dist/fastbrowser_mcp/libs/response_formatter.d.ts +1 -0
  50. package/dist/fastbrowser_mcp/libs/response_formatter.d.ts.map +1 -1
  51. package/dist/fastbrowser_mcp/libs/response_formatter.js +27 -0
  52. package/dist/fastbrowser_mcp/libs/response_formatter.js.map +1 -1
  53. package/dist/shared/fastbrowser_helper.d.ts +13 -0
  54. package/dist/shared/fastbrowser_helper.d.ts.map +1 -0
  55. package/dist/shared/fastbrowser_helper.js +39 -0
  56. package/dist/shared/fastbrowser_helper.js.map +1 -0
  57. package/examples/linkedin_cli_TOREMOVE/README.md +7 -0
  58. package/examples/{linkedin_cli → linkedin_cli_TOREMOVE}/linkedin_dm.sh +8 -4
  59. package/examples/linkedin_cli_TOREMOVE/linkedin_dm.ts +326 -0
  60. package/examples/linkedin_cli_TOREMOVE/linkedin_dm_messages.ts +279 -0
  61. package/examples/linkedin_cli_TOREMOVE/linkedin_full_cycle.sh +5 -0
  62. package/examples/{linkedin_cli → linkedin_cli_TOREMOVE}/linkedin_post.sh +3 -0
  63. package/examples/linkedin_cli_TOREMOVE/message_thread.a11y.txt +252 -0
  64. package/listitem +4 -0
  65. package/package.json +7 -3
  66. package/skills/fastbrowser/SKILL.md +33 -25
  67. package/src/contribs/_shared/fastbrowser_helper.ts +49 -0
  68. package/src/contribs/linkedin_cli/README.md +80 -0
  69. package/src/contribs/linkedin_cli/data/linkedin_posts_jeromeetienne.a11y.txt +2364 -0
  70. package/src/contribs/linkedin_cli/data/linkedin_posts_jontwigge.a11y.txt +2740 -0
  71. package/src/contribs/linkedin_cli/data/linkedin_posts_julien_guezennec.a11y.txt +2073 -0
  72. package/src/contribs/linkedin_cli/data/linkedin_profile_jeromeetienne.a11y.txt +1863 -0
  73. package/src/contribs/linkedin_cli/data/linkedin_profile_jontwigge.a11y.txt +1738 -0
  74. package/src/contribs/linkedin_cli/data/linkedin_profile_julien_guezennec.a11y.txt +2182 -0
  75. package/src/contribs/linkedin_cli/src/cli.ts +345 -0
  76. package/src/contribs/linkedin_cli/src/libs/linkedin_profile_helper.ts +964 -0
  77. package/src/contribs/linkedin_cli/src/libs/linkedin_recent_posts_helper.ts +982 -0
  78. package/src/contribs/linkedin_cli/src/libs/linkedin_thread_helper.ts +171 -0
  79. package/src/contribs/twitter_cli/README.md +79 -0
  80. package/src/contribs/twitter_cli/data/twitter_chat.a11y.txt +215 -0
  81. package/src/contribs/twitter_cli/data/twitter_home.a11y.txt +467 -0
  82. package/src/contribs/twitter_cli/data/twitter_profile.a11y.txt +418 -0
  83. package/src/contribs/twitter_cli/data/twitter_profile_jontwigge.a11y.txt +484 -0
  84. package/src/contribs/twitter_cli/data/twitter_profile_molokoloco.a11y.txt +483 -0
  85. package/src/contribs/twitter_cli/src/cli.ts +315 -0
  86. package/src/contribs/twitter_cli/src/libs/twitter_profile_helper.ts +328 -0
  87. package/src/contribs/twitter_cli/src/libs/twitter_recent_posts_helper.ts +607 -0
  88. package/src/contribs/twitter_cli/src/libs/twitter_thread_helper.ts +240 -0
  89. package/src/fastbrowser_cli/fastbrowser_cli.ts +51 -0
  90. package/src/fastbrowser_httpd/libs/tool-schemas.ts +6 -0
  91. package/src/fastbrowser_mcp/fastbrowser_mcp.ts +46 -3
  92. package/src/fastbrowser_mcp/libs/mcp_target_helper.ts +11 -0
  93. package/src/fastbrowser_mcp/libs/response_formatter.ts +29 -0
  94. package/src/shared/fastbrowser_helper.ts +49 -0
  95. package/tsconfig.json +1 -1
  96. package/examples/mcp_client_playwright.ts +0 -34
  97. /package/examples/{linkedin_cli → linkedin_cli_TOREMOVE}/linkedin.snapshot.txt +0 -0
  98. /package/examples/{twitter_cli → twitter_cli_TOREMOVE}/twitter_post.sh +0 -0
@@ -0,0 +1,1738 @@
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=e47 generic value="Home"
28
+ uid=e48 listitem
29
+ uid=e49 link "My Network, 0 new notifications" url="https://www.linkedin.com/mynetwork"
30
+ uid=e51 img
31
+ uid=e54 generic value="My Network"
32
+ uid=e55 listitem
33
+ uid=e56 link "Jobs, 0 new notifications" url="https://www.linkedin.com/jobs/"
34
+ uid=e58 img
35
+ uid=e61 generic value="Jobs"
36
+ uid=e62 listitem
37
+ uid=e63 link "Messaging, 0 new notifications" url="https://www.linkedin.com/messaging/"
38
+ uid=e65 img
39
+ uid=e68 generic value="Messaging"
40
+ uid=e69 listitem
41
+ uid=e70 link "Notifications, 0 new notifications" url="https://www.linkedin.com/notifications/"
42
+ uid=e72 img
43
+ uid=e75 generic value="Notifications"
44
+ uid=e76 listitem
45
+ uid=e77 button "Me"
46
+ uid=e79 figure
47
+ uid=e81 generic
48
+ uid=s5 StaticText "Me"
49
+ uid=e82 img
50
+ uid=e85 generic
51
+ uid=e86 navigation
52
+ uid=e87 list
53
+ uid=e88 listitem
54
+ uid=e89 button "For Business"
55
+ uid=e91 img
56
+ uid=e94 generic
57
+ uid=s6 StaticText "For Business"
58
+ uid=e95 img
59
+ uid=e99 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=SwyadR8vT0aC8WRmxwnVSw%3D%3D&companyUrn=urn%3Ali%3Afsd_company%3A106063595&isSS=false&upsellSlotId=NAV_SPOTLIGHT"
60
+ uid=e101 paragraph
61
+ uid=e102 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=SwyadR8vT0aC8WRmxwnVSw%3D%3D&companyUrn=urn%3Ali%3Afsd_company%3A106063595&isSS=false&upsellSlotId=NAV_SPOTLIGHT"
62
+ uid=e103 main
63
+ uid=e104 generic
64
+ uid=e105 toolbar
65
+ uid=e109 generic
66
+ uid=e110 link "Jon Twigge" url="https://www.linkedin.com/in/jontwigge/"
67
+ uid=e111 generic "Jon Twigge"
68
+ uid=e112 figure
69
+ uid=e113 generic
70
+ uid=e114 paragraph value="Jon Twigge"
71
+ uid=e116 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
72
+ uid=e117 generic
73
+ uid=e119 button "More"
74
+ uid=e121 generic value="More"
75
+ uid=e123 link "Message" url="/messaging/compose/?profileUrn=urn%3Ali%3Afsd_profile%3AACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg&recipient=ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg&screenContext=NON_SELF_PROFILE_VIEW&interop=msgOverlay"
76
+ uid=e124 generic
77
+ uid=e125 img
78
+ uid=e127 generic value="Message"
79
+ uid=e128 main
80
+ uid=e130 generic
81
+ uid=e133 generic
82
+ uid=e138 generic
83
+ uid=e139 generic
84
+ uid=e142 link url="https://www.linkedin.com/in/jontwigge/overlay/background-photo/"
85
+ uid=e143 figure
86
+ uid=e144 img "Cover photo"
87
+ uid=e145 button "Profile photo"
88
+ uid=e146 generic "Profile photo"
89
+ uid=e147 figure
90
+ uid=e148 generic
91
+ uid=e150 button "Jon is a Premium member"
92
+ uid=e151 img "Jon is a Premium member"
93
+ uid=e153 link "Manage notifications about Jon Twigge" url="https://www.linkedin.com/in/jontwigge/"
94
+ uid=e155 img
95
+ uid=e157 generic
96
+ uid=e158 generic
97
+ uid=e160 generic
98
+ uid=e161 generic
99
+ uid=e164 link "Jon Twigge View Jon’s verifications" url="https://www.linkedin.com/in/jontwigge/"
100
+ uid=e166 generic
101
+ uid=e167 heading "Jon Twigge" level="2"
102
+ uid=e168 img "View Jon’s verifications"
103
+ uid=e170 paragraph value="· 1st"
104
+ uid=e171 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
105
+ uid=e172 generic
106
+ uid=e173 paragraph value="Stockport, England, United Kingdom"
107
+ uid=e174 paragraph value="·"
108
+ uid=e175 paragraph
109
+ uid=e176 link "Contact info" url="\"#\""
110
+ uid=e178 generic
111
+ uid=e179 button "Potentialisation"
112
+ uid=e180 generic
113
+ uid=e181 figure
114
+ uid=e182 img
115
+ uid=e191 paragraph value="Potentialisation"
116
+ uid=e192 button "University of Manchester - Institute of Science and Technology"
117
+ uid=e193 generic
118
+ uid=e194 figure
119
+ uid=e198 paragraph value="University of Manchester - Institute of Science and Technology"
120
+ uid=e199 generic
121
+ uid=e200 paragraph value="2,867 followers"
122
+ uid=e201 paragraph value="·"
123
+ uid=e202 link "500+ connections" url="https://www.linkedin.com/search/results/people/?origin=MEMBER_PROFILE_CANNED_SEARCH&connectionOf=[\"ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg\"]&network=[\"F\",\"S\"]"
124
+ uid=e203 paragraph value="500+ connections"
125
+ uid=e204 link "Steve and Simon are mutual connections" url="https://www.linkedin.com/search/results/people/?origin=MEMBER_PROFILE_CANNED_SEARCH&network=%5B%22F%22%5D&connectionOf=%5B%22ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg%22%5D"
126
+ uid=e205 generic
127
+ uid=e206 figure
128
+ uid=e207 figure
129
+ uid=e209 paragraph
130
+ uid=e210 link "Steve and Simon are mutual connections" url="https://www.linkedin.com/search/results/people/?origin=MEMBER_PROFILE_CANNED_SEARCH&network=%5B%22F%22%5D&connectionOf=%5B%22ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg%22%5D"
131
+ uid=e211 strong value="Steve"
132
+ uid=s7 StaticText "and"
133
+ uid=e212 strong value="Simon"
134
+ uid=s8 StaticText "are mutual connections"
135
+ uid=e216 generic
136
+ uid=e218 link "Message" url="/messaging/compose/?profileUrn=urn%3Ali%3Afsd_profile%3AACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg&recipient=ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg&screenContext=NON_SELF_PROFILE_VIEW&interop=msgOverlay"
137
+ uid=e219 generic
138
+ uid=e220 img
139
+ uid=e222 generic value="Message"
140
+ uid=e224 button "More"
141
+ uid=e226 generic value="More"
142
+ uid=e234 generic
143
+ uid=e236 heading "About" level="2"
144
+ uid=e238 paragraph
145
+ uid=e239 generic
146
+ uid=s9 StaticText "I left a job to build something I thought needed to exist. Px (potentialisation.com) is a non-profit platform for self-knowledge. Personality, strengths, values, wellbeing, emotional intelligence, worldview — the kind of understanding that used to require expensive coaching sessions or institutional access, made available to anyone. Free assessments to start. Deeper ones when you're ready. A £10/month tier for coaches who want to send assessments to clients. I'm not a psychologist. I'm a software engineer and architect who also spent years networking and talking across a broad field of human self-knowing. Business psychologists told me people need quick, practical insights. Clinical psychologists told me that's dangerous. They're both right — and the answer is a road that starts where people actually are and keeps going as far as they need. Before Px: BSc in Computation (Software) from UMIST, decades in tech, a lifelong interest in why people think and act the way they do, and a growing conviction that AI is about to reshape identity faster than most people are prepared for. Self-knowledge isn't a luxury — it's infrastructure. I write here about personology, self-awareness, AI and identity, and the occasional personal story about what happens when you grow up between two worldviews. Questions not answers. Roads not destinations. Follow the journey — sign up for our around weekly email at https://buttondown.com/potentialisation"
147
+ uid=s10 button
148
+ uid=e241 generic value="… more"
149
+ uid=e247 generic
150
+ uid=e249 generic
151
+ uid=e250 heading "Activity" level="2"
152
+ uid=e252 paragraph value="2,867 followers"
153
+ uid=e253 generic
154
+ uid=e254 radio "Posts" checked
155
+ uid=e255 generic
156
+ uid=s11 checkbox "Posts" checked
157
+ uid=e256 generic value="Posts"
158
+ uid=e257 radio "Comments"
159
+ uid=e258 generic
160
+ uid=s12 checkbox "Comments"
161
+ uid=e259 generic value="Comments"
162
+ uid=e260 radio "Images"
163
+ uid=e261 generic
164
+ uid=s13 checkbox "Images"
165
+ uid=e262 generic value="Images"
166
+ uid=e263 radio "Articles"
167
+ uid=e264 generic
168
+ uid=s14 checkbox "Articles"
169
+ uid=e265 generic value="Articles"
170
+ uid=e267 generic
171
+ uid=e273 generic
172
+ uid=e274 list
173
+ uid=e275 list
174
+ uid=e276 listitem
175
+ uid=e278 listitem
176
+ uid=e279 generic
177
+ uid=e280 generic
178
+ uid=e281 link url="https://www.linkedin.com/in/jontwigge/"
179
+ uid=e282 figure
180
+ uid=e283 img "View Jon Twigge’s profile"
181
+ uid=s15 unknown url="https://www.linkedin.com/in/jontwigge/"
182
+ uid=e285 generic
183
+ uid=e286 generic "Jon Twigge Premium Profile 1st"
184
+ uid=e289 paragraph value="Jon Twigge"
185
+ uid=e291 paragraph
186
+ uid=e293 img
187
+ uid=s16 StaticText "• 1st"
188
+ uid=e296 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
189
+ uid=e298 paragraph
190
+ uid=s17 StaticText "7h •"
191
+ uid=s18 unknown
192
+ uid=e301 button "Open control menu for post by Jon Twigge"
193
+ uid=e303 img
194
+ uid=e305 link "I comment on Steve's post that his principle should apply to far more than contracts. Drowning people in information is not transparency, it is often worse than nothing." url="https://www.linkedin.com/feed/update/urn:li:activity:7456815092702220288/"
195
+ uid=e306 paragraph
196
+ uid=e307 generic
197
+ uid=s19 StaticText "I comment on Steve's post that his principle should apply to far more than contracts. Drowning people in information is not transparency, it is often worse than nothing."
198
+ uid=s20 button
199
+ uid=e309 generic value="… more"
200
+ uid=e310 generic
201
+ uid=e311 generic
202
+ uid=e312 link url="https://www.linkedin.com/company/aolpinfo/posts/"
203
+ uid=e313 figure
204
+ uid=s21 unknown
205
+ uid=s22 unknown url="https://www.linkedin.com/company/aolpinfo/posts/"
206
+ uid=e316 generic
207
+ uid=e320 paragraph value="Academy of Life Planning"
208
+ uid=e322 paragraph
209
+ uid=s23 StaticText "12h •"
210
+ uid=s24 unknown
211
+ uid=e325 link "Most People Don’t Read the Contracts They Sign. That’s Not a Personal Failure — It’s a System Design Problem. By the Academy of Life Planning A recent consumer survey of over 50,000 people by Surve…" url="https://www.linkedin.com/feed/update/urn:li:share:7456740862882959360/"
212
+ uid=e326 paragraph
213
+ uid=e327 generic
214
+ uid=s25 StaticText "Most People Don’t Read the Contracts They Sign. That’s Not a Personal Failure — It’s a System Design Problem. By the Academy of Life Planning A recent consumer survey of over 50,000 people by Surve…"
215
+ uid=s26 button
216
+ uid=e329 generic value="… more"
217
+ uid=e330 link "Most People Don’t Read the Contracts They Sign. academyoflifeplanning.blog" url="https://www.linkedin.com/safety/go/?url=http%3A%2F%2Facademyoflifeplanning%2Eblog%2F2026%2F05%2F03%2Fmost-people-dont-read-the-contracts-they-sign%2F&urlhash=EuBY&mt=f2tZAR7UQeig5zSSGl--kogFtXV6JB-97VG4QKJv7kGlyg3-WToMVcAOuKVkjylEOKS6l5E8fJTv_Ip-0xnzMtvq5v2y8BT5FhcXwIPmH6jmJGBGILo&isSdui=true"
218
+ uid=e331 generic
219
+ uid=e332 figure
220
+ uid=e333 generic
221
+ uid=e335 paragraph
222
+ uid=e336 generic value="Most People Don’t Read the Contracts They Sign."
223
+ uid=s27 StaticText "Most People Don’t Read the Contracts They Sign."
224
+ uid=e338 paragraph value="academyoflifeplanning.blog"
225
+ uid=e340 generic
226
+ uid=e341 generic
227
+ uid=s28 unknown
228
+ uid=e345 generic
229
+ uid=e346 img
230
+ uid=e348 generic value="Like"
231
+ uid=s29 button "Open reactions menu"
232
+ uid=e350 img
233
+ uid=e352 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7456815092702220288/"
234
+ uid=e353 generic
235
+ uid=e354 img
236
+ uid=e356 generic value="Comment"
237
+ uid=e357 button "Repost"
238
+ uid=e358 generic
239
+ uid=e359 img
240
+ uid=e361 generic value="Repost"
241
+ uid=e362 link "Send" url="https://www.linkedin.com/in/jontwigge/"
242
+ uid=e363 generic
243
+ uid=e364 img
244
+ uid=e366 generic value="Send"
245
+ uid=e367 listitem
246
+ uid=e369 listitem
247
+ uid=e370 generic
248
+ uid=e371 generic
249
+ uid=e372 link url="https://www.linkedin.com/in/jontwigge/"
250
+ uid=e373 figure
251
+ uid=e374 img "View Jon Twigge’s profile"
252
+ uid=s30 unknown url="https://www.linkedin.com/in/jontwigge/"
253
+ uid=e376 generic
254
+ uid=e377 generic "Jon Twigge Premium Profile 1st"
255
+ uid=e380 paragraph value="Jon Twigge"
256
+ uid=e382 paragraph
257
+ uid=e384 img
258
+ uid=s31 StaticText "• 1st"
259
+ uid=e387 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
260
+ uid=e389 paragraph
261
+ uid=s32 StaticText "3d •"
262
+ uid=s33 unknown
263
+ uid=e392 button "Open control menu for post by Jon Twigge"
264
+ uid=e394 img
265
+ uid=e396 link "I suspect that, like many things, AI will be both good and bad for learning. Those that use it to make themselves more effective and build on it will move even faster and more valuable. Those that rely without understanding risk becoming obsolete. Will we end up with an even more polarised world of AI power users vs the rest? And, for this article in particular, how should we use AI in education to foster better growth." url="https://www.linkedin.com/feed/update/urn:li:activity:7455650463481425920/"
266
+ uid=e397 paragraph
267
+ uid=e398 generic
268
+ uid=s34 StaticText "I suspect that, like many things, AI will be both good and bad for learning. Those that use it to make themselves more effective and build on it will move even faster and more valuable. Those that rely without understanding risk becoming obsolete. Will we end up with an even more polarised world of AI power users vs the rest? And, for this article in particular, how should we use AI in education to foster better growth."
269
+ uid=s35 button
270
+ uid=e400 generic value="… more"
271
+ uid=e401 generic
272
+ uid=e402 generic
273
+ uid=e403 link url="https://www.linkedin.com/in/dr-christopher-dwyer-research-critical-thinking-psychology-training/"
274
+ uid=e404 figure
275
+ uid=e405 img "View Dr. Christopher Dwyer’s profile, open to work"
276
+ uid=s36 unknown url="https://www.linkedin.com/in/dr-christopher-dwyer-research-critical-thinking-psychology-training/"
277
+ uid=e407 generic
278
+ uid=e408 generic "Dr. Christopher Dwyer, Open to work Verified Profile 2nd"
279
+ uid=e411 paragraph value="Dr. Christopher Dwyer"
280
+ uid=e413 paragraph
281
+ uid=e415 img
282
+ uid=s37 StaticText "• 2nd"
283
+ uid=e418 paragraph value="Research, Project Management, Education & Training, Psychology and Critical Thinking"
284
+ uid=e420 paragraph
285
+ uid=s38 StaticText "3d •"
286
+ uid=s39 unknown
287
+ uid=e423 link "Check out my new piece on Psychology Today about different perspectives on how we might think about student use of AI in writing essays. Technological University of the Shannon Technological University of the Shannon, Athlone Campus" url="https://www.linkedin.com/feed/update/urn:li:share:7455560736694657025/"
288
+ uid=e424 paragraph
289
+ uid=e425 generic
290
+ uid=s40 StaticText "Check out my new piece on"
291
+ uid=e426 link "Psychology Today" url="https://www.linkedin.com/company/psychology-today/"
292
+ uid=e428 strong value="Psychology Today"
293
+ uid=s41 StaticText "about different perspectives on how we might think about student use of AI in writing essays."
294
+ uid=e429 link "Technological University of the Shannon" url="https://www.linkedin.com/company/tus-ie/"
295
+ uid=e431 strong value="Technological University of the Shannon"
296
+ uid=e432 link "Technological University of the Shannon, Athlone Campus" url="https://www.linkedin.com/company/tus-athlone/"
297
+ uid=e434 strong value="Technological University of the Shannon, Athlone Campus"
298
+ uid=s42 button
299
+ uid=e436 generic value="… more"
300
+ uid=s43 unknown url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fwww%2Epsychologytoday%2Ecom%2Fus%2Fblog%2Fthoughts-on-thinking%2F202604%2Fai-written-essays-cheating-or-leveraging-technology&urlhash=caRU&mt=elVfbqsD9eUwz_2Rdtve4sSRfjknleEgYWEX4vlbD51Sh7oKNjpbdgupFzf6Q7Cl6-_OvKLB2cEa5mZ1KJscKVr4FE6Ep2urG4CEpiYb8kUq4bgK9QI&isSdui=true"
301
+ uid=e438 generic
302
+ uid=e439 figure
303
+ uid=e440 generic
304
+ uid=e442 paragraph
305
+ uid=e443 generic value="AI-Written Essays: Cheating or Leveraging Technology?"
306
+ uid=s44 StaticText "AI-Written Essays: Cheating or Leveraging Technology?"
307
+ uid=e445 paragraph value="psychologytoday.com"
308
+ uid=e446 generic
309
+ uid=e448 link "Jon Twigge and 3 others reacted" url="https://www.linkedin.com/in/jontwigge/"
310
+ uid=e449 generic
311
+ uid=e450 img
312
+ uid=e457 paragraph
313
+ uid=e458 generic value="Jon Twigge and 3 others reacted"
314
+ uid=e459 generic value="Jon Twigge and 3 others"
315
+ uid=e460 generic
316
+ uid=e461 generic
317
+ uid=s45 unknown
318
+ uid=e465 generic
319
+ uid=e466 img
320
+ uid=e471 generic value="Like"
321
+ uid=s46 button "Open reactions menu"
322
+ uid=e473 img
323
+ uid=e475 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7455650463481425920/"
324
+ uid=e476 generic
325
+ uid=e477 img
326
+ uid=e479 generic value="Comment"
327
+ uid=e480 button "Repost"
328
+ uid=e481 generic
329
+ uid=e482 img
330
+ uid=e484 generic value="Repost"
331
+ uid=e485 link "Send" url="https://www.linkedin.com/in/jontwigge/"
332
+ uid=e486 generic
333
+ uid=e487 img
334
+ uid=e489 generic value="Send"
335
+ uid=e490 listitem
336
+ uid=e492 listitem
337
+ uid=e493 generic
338
+ uid=e494 generic
339
+ uid=e495 link url="https://www.linkedin.com/in/jontwigge/"
340
+ uid=e496 figure
341
+ uid=e497 img "View Jon Twigge’s profile"
342
+ uid=s47 unknown url="https://www.linkedin.com/in/jontwigge/"
343
+ uid=e499 generic
344
+ uid=e500 generic "Jon Twigge Premium Profile 1st"
345
+ uid=e503 paragraph value="Jon Twigge"
346
+ uid=e505 paragraph
347
+ uid=e507 img
348
+ uid=s48 StaticText "• 1st"
349
+ uid=e510 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
350
+ uid=e512 paragraph
351
+ uid=s49 StaticText "4d •"
352
+ uid=s50 unknown
353
+ uid=e515 button "Open control menu for post by Jon Twigge"
354
+ uid=e517 img
355
+ uid=s51 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7455285066085249024/"
356
+ uid=e520 paragraph
357
+ uid=e521 generic
358
+ uid=s52 StaticText "Yesterday morning, at a tech startup networking event, I caught myself asking the question I've spent years thinking is broken."
359
+ uid=s53 StaticText "\"What do you do?\""
360
+ uid=s54 StaticText "I stopped mid-sentence and said something like: \"I know this is a bad question, and I have a better one in mind — but I haven't quite got it yet. So, what do you do?\""
361
+ uid=s55 StaticText "I have very high agreeableness. I notice when these five words land badly on someone — the stay-at-home father, the retiree, the person who apologises for doing the thing that makes their heart sing because no one is paying them for it."
362
+ uid=s56 StaticText "And there are a lot more of them than people let on."
363
+ uid=s57 StaticText "We don't need a better answer to \"What do you do?\" We need a better question entirely."
364
+ uid=s58 StaticText "I wrote up why I think the most common question in English is broken — and why it'll be unanswerable for millions of people in the next few years."
365
+ uid=e523 link "#identity" url="https://www.linkedin.com/search/results/all/?keywords=%23identity&origin=HASH_TAG_FROM_FEED"
366
+ uid=e525 strong value="#identity"
367
+ uid=e526 link "#futureofwork" url="https://www.linkedin.com/search/results/all/?keywords=%23futureofwork&origin=HASH_TAG_FROM_FEED"
368
+ uid=e528 strong value="#futureofwork"
369
+ uid=e529 link "#selfawareness" url="https://www.linkedin.com/search/results/all/?keywords=%23selfawareness&origin=HASH_TAG_FROM_FEED"
370
+ uid=e531 strong value="#selfawareness"
371
+ uid=s59 button
372
+ uid=e533 generic value="… more"
373
+ uid=e534 generic
374
+ uid=e535 link url="https://www.linkedin.com/pulse/most-common-question-english-broken-jon-twigge-yogse/"
375
+ uid=e536 figure
376
+ uid=e537 img "The most common question in English is broken"
377
+ uid=e538 link "The most common question in English is broken Jon Twigge" url="https://www.linkedin.com/pulse/most-common-question-english-broken-jon-twigge-yogse/"
378
+ uid=e539 generic
379
+ uid=e541 paragraph value="The most common question in English is broken"
380
+ uid=e543 paragraph value="Jon Twigge"
381
+ uid=e544 generic
382
+ uid=e545 generic
383
+ uid=e546 link "Jon Twigge and 8 others reacted" url="https://www.linkedin.com/in/jontwigge/"
384
+ uid=e547 generic
385
+ uid=e548 img
386
+ uid=e554 img
387
+ uid=e569 paragraph
388
+ uid=e570 generic value="Jon Twigge and 8 others reacted"
389
+ uid=e571 generic value="Jon Twigge and 8 others"
390
+ uid=e573 link "2 reposts" url="https://www.linkedin.com/in/jontwigge/"
391
+ uid=e574 paragraph
392
+ uid=e575 generic value="2 reposts"
393
+ uid=e576 generic value="2 reposts"
394
+ uid=e577 generic
395
+ uid=e578 generic
396
+ uid=s60 unknown
397
+ uid=e582 generic
398
+ uid=e583 img
399
+ uid=e588 generic value="Like"
400
+ uid=s61 button "Open reactions menu"
401
+ uid=e590 img
402
+ uid=e592 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7455285066085249024/"
403
+ uid=e593 generic
404
+ uid=e594 img
405
+ uid=e596 generic value="Comment"
406
+ uid=e597 button "Repost"
407
+ uid=e598 generic
408
+ uid=e599 img
409
+ uid=e601 generic value="Repost"
410
+ uid=e602 link "Send" url="https://www.linkedin.com/in/jontwigge/"
411
+ uid=e603 generic
412
+ uid=e604 img
413
+ uid=e606 generic value="Send"
414
+ uid=e607 listitem
415
+ uid=e609 listitem
416
+ uid=e610 generic
417
+ uid=e611 generic
418
+ uid=e612 link url="https://www.linkedin.com/in/jontwigge/"
419
+ uid=e613 figure
420
+ uid=e614 img "View Jon Twigge’s profile"
421
+ uid=s62 unknown url="https://www.linkedin.com/in/jontwigge/"
422
+ uid=e616 generic
423
+ uid=e617 generic "Jon Twigge Premium Profile 1st"
424
+ uid=e620 paragraph value="Jon Twigge"
425
+ uid=e622 paragraph
426
+ uid=e624 img
427
+ uid=s63 StaticText "• 1st"
428
+ uid=e627 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
429
+ uid=e629 paragraph
430
+ uid=s64 StaticText "5d •"
431
+ uid=s65 unknown
432
+ uid=e632 button "Open control menu for post by Jon Twigge"
433
+ uid=e634 img
434
+ uid=e636 link "Leadership matters to the nature of work in the AI age All the way up and all the way down Not just in the office, in families, communities, nations and globally." url="https://www.linkedin.com/feed/update/urn:li:activity:7454811892520349696/"
435
+ uid=e637 paragraph
436
+ uid=e638 generic
437
+ uid=s66 StaticText "Leadership matters to the nature of work in the AI age All the way up and all the way down Not just in the office, in families, communities, nations and globally."
438
+ uid=s67 button
439
+ uid=e640 generic value="… more"
440
+ uid=e641 generic
441
+ uid=e642 generic
442
+ uid=e643 link url="https://www.linkedin.com/in/amaechi/"
443
+ uid=e644 figure
444
+ uid=e645 img "View John Amaechi OBE’s profile"
445
+ uid=s68 unknown url="https://www.linkedin.com/in/amaechi/"
446
+ uid=e647 generic
447
+ uid=e648 generic "John Amaechi OBE Executive Top Voice Profile 2nd"
448
+ uid=e651 paragraph value="John Amaechi OBE"
449
+ uid=e653 paragraph
450
+ uid=e655 img
451
+ uid=s69 StaticText "• 2nd"
452
+ uid=e658 paragraph value="Speaker. Bestselling Author. Psychologist. Giant.Professor of Leadership at the University of Exeter.Founder of APS Intelligence Ltd. Chartered Psychologist & Associate Fellow of the British Psychological Society."
453
+ uid=e660 link "Visit my website" url="https://www.linkedin.com/safety/go/?url=http%3A%2F%2Fwww%2Eapsintel%2Ecom&urlhash=wtK4&mt=kAlDazaFLwHExo-0qFwSTu8mGrRw8FHw6wQYMn1NSf86xiY8fExJBczjuoCp0VESkK_5ucdLiAh1FipVtLt_LF8jEOjsQX8faUuBJw&isSdui=true"
454
+ uid=e661 paragraph value="Visit my website"
455
+ uid=e663 paragraph
456
+ uid=s70 StaticText "5d •"
457
+ uid=s71 unknown
458
+ uid=s72 unknown url="https://www.linkedin.com/feed/update/urn:li:ugcPost:7454803207672926208/"
459
+ uid=e667 paragraph
460
+ uid=e668 generic
461
+ uid=s73 StaticText "The future of work will be shaped by artificial intelligence, but it will be defined by the decisions leaders make about people."
462
+ uid=s74 StaticText "I’m pleased to be part of the"
463
+ uid=e670 link "Mayor of London, Sadiq Khan" url="https://www.linkedin.com/in/mayoroflondon/"
464
+ uid=e672 strong value="Mayor of London, Sadiq Khan"
465
+ uid=s75 StaticText "’s AI and Future of Work Taskforce, chaired by Baroness"
466
+ uid=e673 link "Martha Lane Fox" url="https://www.linkedin.com/in/marthalanefox/"
467
+ uid=e675 strong value="Martha Lane Fox"
468
+ uid=s76 StaticText ", working to ensure that this next phase of change is something people are meaningfully part of, rather than something that simply happens around them."
469
+ uid=s77 StaticText "You can read more here:"
470
+ uid=e676 link "https://lnkd.in/e9nbMggt" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2Fe9nbMggt&urlhash=mN8C&mt=FPSodW063rUL7U_LBN4O6LCeYp2ycmN99e4MU-wvietSRujo0SnSAcOum2mH4zPRcYDpiBqvjCFaKt-z-70ytsss3pPBZAifR0fK8d8TCVJaQ2gx2U4KEQ&isSdui=true"
471
+ uid=e678 strong value="https://lnkd.in/e9nbMggt"
472
+ uid=s78 button
473
+ uid=e680 generic value="… more"
474
+ uid=e681 generic
475
+ uid=e683 region "Video Player" value="             "
476
+ uid=e688 link "Play video" url="https://www.linkedin.com/feed/update/urn:li:ugcPost:7454803207672926208/"
477
+ uid=e690 img
478
+ uid=e692 generic
479
+ uid=e694 link "2 reactions" url="https://www.linkedin.com/in/jontwigge/"
480
+ uid=e695 generic
481
+ uid=e696 img
482
+ uid=e703 paragraph
483
+ uid=e704 generic value="2 reactions"
484
+ uid=s79 StaticText "2"
485
+ uid=e705 generic
486
+ uid=e706 generic
487
+ uid=s80 unknown
488
+ uid=e710 generic
489
+ uid=e711 img
490
+ uid=e716 generic value="Like"
491
+ uid=s81 button "Open reactions menu"
492
+ uid=e718 img
493
+ uid=e720 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7454811892520349696/"
494
+ uid=e721 generic
495
+ uid=e722 img
496
+ uid=e724 generic value="Comment"
497
+ uid=e725 button "Repost"
498
+ uid=e726 generic
499
+ uid=e727 img
500
+ uid=e729 generic value="Repost"
501
+ uid=e730 link "Send" url="https://www.linkedin.com/in/jontwigge/"
502
+ uid=e731 generic
503
+ uid=e732 img
504
+ uid=e734 generic value="Send"
505
+ uid=e735 listitem
506
+ uid=e737 listitem
507
+ uid=e738 generic
508
+ uid=e739 generic
509
+ uid=e740 link url="https://www.linkedin.com/in/jontwigge/"
510
+ uid=e741 figure
511
+ uid=e742 img "View Jon Twigge’s profile"
512
+ uid=s82 unknown url="https://www.linkedin.com/in/jontwigge/"
513
+ uid=e744 generic
514
+ uid=e745 generic "Jon Twigge Premium Profile 1st"
515
+ uid=e748 paragraph value="Jon Twigge"
516
+ uid=e750 paragraph
517
+ uid=e752 img
518
+ uid=s83 StaticText "• 1st"
519
+ uid=e755 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
520
+ uid=e757 paragraph
521
+ uid=s84 StaticText "6d •"
522
+ uid=s85 unknown
523
+ uid=e760 button "Open control menu for post by Jon Twigge"
524
+ uid=e762 img
525
+ uid=e764 link "I hear more and more people saying AI is impacting jobs. Especially at entry levels. Not so many people looking at the structural changes we will very likely soon need if the current trajectory keeps accelerating." url="https://www.linkedin.com/feed/update/urn:li:activity:7454456565916594176/"
526
+ uid=e765 paragraph
527
+ uid=e766 generic
528
+ uid=s86 StaticText "I hear more and more people saying AI is impacting jobs. Especially at entry levels. Not so many people looking at the structural changes we will very likely soon need if the current trajectory keeps accelerating."
529
+ uid=s87 button
530
+ uid=e768 generic value="… more"
531
+ uid=e769 generic
532
+ uid=e770 generic
533
+ uid=e771 link url="https://www.linkedin.com/in/davewinsborough/"
534
+ uid=e772 figure
535
+ uid=e773 img "View Dave Winsborough’s profile"
536
+ uid=s88 unknown url="https://www.linkedin.com/in/davewinsborough/"
537
+ uid=e775 generic
538
+ uid=e776 generic "Dave Winsborough Verified Profile 3rd+"
539
+ uid=e779 paragraph value="Dave Winsborough"
540
+ uid=e781 paragraph
541
+ uid=e783 img
542
+ uid=s89 StaticText "• 3rd+"
543
+ uid=e786 paragraph value="Founder: Deeper Signals; Terrain; Button Psychology"
544
+ uid=e788 paragraph
545
+ uid=s90 StaticText "3mo •"
546
+ uid=s91 unknown
547
+ uid=e791 link url="https://www.linkedin.com/feed/update/urn:li:share:7423859186846834688/"
548
+ uid=e792 paragraph
549
+ uid=e793 generic
550
+ uid=s92 StaticText "There are a lot of grim stories of graduates firing off hundreds of applications into the void and still not getting work."
551
+ uid=e794 link "Erik Brynjolfsson" url="https://www.linkedin.com/in/erikbrynjolfsson/"
552
+ uid=e796 strong value="Erik Brynjolfsson"
553
+ uid=s93 StaticText "'s work shows hiring for junior staff in AI exposed firms has shrunk ."
554
+ uid=s94 StaticText "But hold the canary. If organisations are serious about building an AI-literate workforce, the talent pipeline matters more than ever."
555
+ uid=s95 StaticText "As a recent The Economist article notes, entry-level hires bring three things that are at a premium in smart firms: fewer ingrained habits, preparedness to do things differently and far greater day-to-day use of AI. According to OpenAI, 18–29-year-olds are more than twice as likely to use ChatGPT at work as those over 50."
556
+ uid=s96 StaticText "Innovation isn’t just about tools; it’s about unlearning and perspective. Younger employees don’t have decades of “this is how we do things” as a millstone."
557
+ uid=s97 StaticText "Freezing graduate hiring might look good on paper right now. In the long run it will starve organisations of the very capabilities they say they need to adapt."
558
+ uid=s98 button
559
+ uid=e798 generic value="… more"
560
+ uid=e799 generic
561
+ uid=e800 generic
562
+ uid=e801 link "1 reaction" url="https://www.linkedin.com/in/jontwigge/"
563
+ uid=e802 generic
564
+ uid=e803 img
565
+ uid=e812 paragraph
566
+ uid=e813 generic value="1 reaction"
567
+ uid=s99 StaticText "1"
568
+ uid=e815 link "1 repost" url="https://www.linkedin.com/in/jontwigge/"
569
+ uid=e816 paragraph
570
+ uid=e817 generic value="1 repost"
571
+ uid=e818 generic value="1 repost"
572
+ uid=e819 generic
573
+ uid=e820 generic
574
+ uid=s100 unknown
575
+ uid=e824 generic
576
+ uid=e825 img
577
+ uid=e827 generic value="Like"
578
+ uid=s101 button "Open reactions menu"
579
+ uid=e829 img
580
+ uid=e831 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7454456565916594176/"
581
+ uid=e832 generic
582
+ uid=e833 img
583
+ uid=e835 generic value="Comment"
584
+ uid=e836 button "Repost"
585
+ uid=e837 generic
586
+ uid=e838 img
587
+ uid=e840 generic value="Repost"
588
+ uid=e841 link "Send" url="https://www.linkedin.com/in/jontwigge/"
589
+ uid=e842 generic
590
+ uid=e843 img
591
+ uid=e845 generic value="Send"
592
+ uid=e846 listitem
593
+ uid=e848 listitem
594
+ uid=e849 generic
595
+ uid=e850 generic
596
+ uid=e851 link url="https://www.linkedin.com/in/jontwigge/"
597
+ uid=e852 figure
598
+ uid=e853 img "View Jon Twigge’s profile"
599
+ uid=s102 unknown url="https://www.linkedin.com/in/jontwigge/"
600
+ uid=e855 generic
601
+ uid=e856 generic "Jon Twigge Premium Profile 1st"
602
+ uid=e859 paragraph value="Jon Twigge"
603
+ uid=e861 paragraph
604
+ uid=e863 img
605
+ uid=s103 StaticText "• 1st"
606
+ uid=e866 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
607
+ uid=e868 paragraph
608
+ uid=s104 StaticText "1w •"
609
+ uid=s105 unknown
610
+ uid=e871 button "Open control menu for post by Jon Twigge"
611
+ uid=e873 img
612
+ uid=s106 unknown url="https://www.linkedin.com/feed/update/urn:li:activity:7454281559651835904/"
613
+ uid=e876 paragraph
614
+ uid=e877 generic
615
+ uid=s107 StaticText "Picking a psychometric provider is a bit like dealing with estate agents. Each shows you only their inventory."
616
+ uid=s108 StaticText "Nobody steps back and asks whether what would help you most might be in someone else's catalogue."
617
+ uid=s109 StaticText "That's the fragmentation problem in self-knowledge tools — and it's about to get more urgent as AI reshapes work."
618
+ uid=s110 StaticText "Wrote up the case for a different model. Including why broadening the market is an opportunity for coaches and practitioners, not a threat."
619
+ uid=s111 StaticText "Honest views from people working in this space welcome."
620
+ uid=e879 link "#psychometrics" url="https://www.linkedin.com/search/results/all/?keywords=%23psychometrics&origin=HASH_TAG_FROM_FEED"
621
+ uid=e881 strong value="#psychometrics"
622
+ uid=e882 link "#coaching" url="https://www.linkedin.com/search/results/all/?keywords=%23coaching&origin=HASH_TAG_FROM_FEED"
623
+ uid=e884 strong value="#coaching"
624
+ uid=e885 link "#futureofwork" url="https://www.linkedin.com/search/results/all/?keywords=%23futureofwork&origin=HASH_TAG_FROM_FEED"
625
+ uid=e887 strong value="#futureofwork"
626
+ uid=s112 button
627
+ uid=e889 generic value="… more"
628
+ uid=e890 generic
629
+ uid=e891 link url="https://www.linkedin.com/pulse/fragmentation-problem-jon-twigge-s6eme/"
630
+ uid=e892 figure
631
+ uid=e893 img "The fragmentation problem"
632
+ uid=e894 link "The fragmentation problem Jon Twigge" url="https://www.linkedin.com/pulse/fragmentation-problem-jon-twigge-s6eme/"
633
+ uid=e895 generic
634
+ uid=e897 paragraph value="The fragmentation problem"
635
+ uid=e899 paragraph value="Jon Twigge"
636
+ uid=e900 generic
637
+ uid=e902 link "Jon Twigge and 4 others reacted" url="https://www.linkedin.com/in/jontwigge/"
638
+ uid=e903 generic
639
+ uid=e904 img
640
+ uid=e911 paragraph
641
+ uid=e912 generic value="Jon Twigge and 4 others reacted"
642
+ uid=e913 generic value="Jon Twigge and 4 others"
643
+ uid=e914 generic
644
+ uid=e915 generic
645
+ uid=s113 unknown
646
+ uid=e919 generic
647
+ uid=e920 img
648
+ uid=e925 generic value="Like"
649
+ uid=s114 button "Open reactions menu"
650
+ uid=e927 img
651
+ uid=e929 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7454281559651835904/"
652
+ uid=e930 generic
653
+ uid=e931 img
654
+ uid=e933 generic value="Comment"
655
+ uid=e934 button "Repost"
656
+ uid=e935 generic
657
+ uid=e936 img
658
+ uid=e938 generic value="Repost"
659
+ uid=e939 link "Send" url="https://www.linkedin.com/in/jontwigge/"
660
+ uid=e940 generic
661
+ uid=e941 img
662
+ uid=e943 generic value="Send"
663
+ uid=e944 listitem
664
+ uid=e946 listitem
665
+ uid=e947 generic
666
+ uid=e948 generic
667
+ uid=e949 link url="https://www.linkedin.com/in/jontwigge/"
668
+ uid=e950 figure
669
+ uid=e951 img "View Jon Twigge’s profile"
670
+ uid=s115 unknown url="https://www.linkedin.com/in/jontwigge/"
671
+ uid=e953 generic
672
+ uid=e954 generic "Jon Twigge Premium Profile 1st"
673
+ uid=e957 paragraph value="Jon Twigge"
674
+ uid=e959 paragraph
675
+ uid=e961 img
676
+ uid=s116 StaticText "• 1st"
677
+ uid=e964 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
678
+ uid=e966 paragraph
679
+ uid=s117 StaticText "1w •"
680
+ uid=s118 unknown
681
+ uid=e969 button "Open control menu for post by Jon Twigge"
682
+ uid=e971 img
683
+ uid=e973 link "Fascinating to hear what people most in the AI know are most worried about." url="https://www.linkedin.com/feed/update/urn:li:activity:7454193562218303488/"
684
+ uid=e974 paragraph
685
+ uid=e975 generic value="Fascinating to hear what people most in the AI know are most worried about."
686
+ uid=e976 generic
687
+ uid=e977 generic
688
+ uid=e978 link url="https://www.linkedin.com/in/jayvanbavel/"
689
+ uid=e979 figure
690
+ uid=e980 img "View Jay Van Bavel, PhD’s profile"
691
+ uid=s119 unknown url="https://www.linkedin.com/in/jayvanbavel/"
692
+ uid=e982 generic
693
+ uid=e983 generic "Jay Van Bavel, PhD Premium Profile 2nd"
694
+ uid=e986 paragraph value="Jay Van Bavel, PhD"
695
+ uid=e988 paragraph
696
+ uid=e990 img
697
+ uid=s120 StaticText "• 2nd"
698
+ uid=e993 paragraph value="Psychology Professor | Book Author | Keynote Speaker"
699
+ uid=e995 link "View my services" url="https://www.linkedin.com/services/page/1943583264208b67a7/"
700
+ uid=e996 paragraph value="View my services"
701
+ uid=e998 paragraph
702
+ uid=s121 StaticText "1w •"
703
+ uid=s122 unknown
704
+ uid=e1001 link "What is the one thing that most worries you about AI? In a survey of 3,700 AI researchers, only 3% of respondents replied existential risk — despite “the prominence given to these risks in media. Far more researchers are worried aout malicious use, misinformation, job losses, bias, etc. https://lnkd.in/eWbUEVmY" url="https://www.linkedin.com/feed/update/urn:li:share:7454170766599970817/"
705
+ uid=e1002 paragraph
706
+ uid=e1003 generic
707
+ uid=s123 StaticText "What is the one thing that most worries you about AI?"
708
+ uid=s124 StaticText "In a survey of 3,700 AI researchers, only 3% of respondents replied existential risk — despite “the prominence given to these risks in media. Far more researchers are worried aout malicious use, misinformation, job losses, bias, etc."
709
+ uid=e1005 link "https://lnkd.in/eWbUEVmY" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FeWbUEVmY&urlhash=Kxoq&mt=NlRKC2dPkvwPq4TjjFybvd5htcV-KREw-dALj90q4V2flh_jeAvLoAlIYGJMFmvX4mD96R0vlOmW6bmHEX6zrYfAaD7e3vFe8RcO7rQnZQz3qcRRvRw&isSdui=true"
710
+ uid=e1007 strong value="https://lnkd.in/eWbUEVmY"
711
+ uid=s125 button
712
+ uid=e1009 generic value="… more"
713
+ uid=e1011 link url="https://www.linkedin.com/feed/update/urn:li:share:7454170766599970817/"
714
+ uid=e1012 figure
715
+ uid=e1013 img "View image"
716
+ uid=e1014 generic
717
+ uid=e1015 generic
718
+ uid=e1016 link "Jon Twigge and 3 others reacted" url="https://www.linkedin.com/in/jontwigge/"
719
+ uid=e1017 generic
720
+ uid=e1018 img
721
+ uid=e1025 paragraph
722
+ uid=e1026 generic value="Jon Twigge and 3 others reacted"
723
+ uid=e1027 generic value="Jon Twigge and 3 others"
724
+ uid=e1028 generic
725
+ uid=e1029 link "2 comments" url="https://www.linkedin.com/feed/update/urn:li:activity:7454193562218303488/"
726
+ uid=e1030 paragraph
727
+ uid=e1031 generic value="2 comments"
728
+ uid=e1032 generic value="2 comments"
729
+ uid=e1033 paragraph value="•"
730
+ uid=e1034 link "1 repost" url="https://www.linkedin.com/in/jontwigge/"
731
+ uid=e1035 paragraph
732
+ uid=e1036 generic value="1 repost"
733
+ uid=e1037 generic value="1 repost"
734
+ uid=e1038 generic
735
+ uid=e1039 generic
736
+ uid=s126 unknown
737
+ uid=e1043 generic
738
+ uid=e1044 img
739
+ uid=e1049 generic value="Like"
740
+ uid=s127 button "Open reactions menu"
741
+ uid=e1051 img
742
+ uid=e1053 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7454193562218303488/"
743
+ uid=e1054 generic
744
+ uid=e1055 img
745
+ uid=e1057 generic value="Comment"
746
+ uid=e1058 button "Repost"
747
+ uid=e1059 generic
748
+ uid=e1060 img
749
+ uid=e1062 generic value="Repost"
750
+ uid=e1063 link "Send" url="https://www.linkedin.com/in/jontwigge/"
751
+ uid=e1064 generic
752
+ uid=e1065 img
753
+ uid=e1067 generic value="Send"
754
+ uid=e1068 listitem
755
+ uid=e1070 listitem
756
+ uid=e1071 generic
757
+ uid=e1072 generic
758
+ uid=e1073 link url="https://www.linkedin.com/in/jontwigge/"
759
+ uid=e1074 figure
760
+ uid=e1075 img "View Jon Twigge’s profile"
761
+ uid=s128 unknown url="https://www.linkedin.com/in/jontwigge/"
762
+ uid=e1077 generic
763
+ uid=e1078 generic "Jon Twigge Premium Profile 1st"
764
+ uid=e1081 paragraph value="Jon Twigge"
765
+ uid=e1083 paragraph
766
+ uid=e1085 img
767
+ uid=s129 StaticText "• 1st"
768
+ uid=e1088 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
769
+ uid=e1090 paragraph
770
+ uid=s130 StaticText "1w •"
771
+ uid=s131 unknown
772
+ uid=e1093 button "Open control menu for post by Jon Twigge"
773
+ uid=e1095 img
774
+ uid=e1097 link "I love this kind of thing. I always want to know why - not just what. With why we can we be really aware and go under the hood and change things. With the world of employment changing quickly we are going to need a lot more meta why about our own learning and understanding to adapt effectively." url="https://www.linkedin.com/feed/update/urn:li:activity:7453387487516942337/"
775
+ uid=e1098 paragraph
776
+ uid=e1099 generic
777
+ uid=s132 StaticText "I love this kind of thing. I always want to know why - not just what. With why we can we be really aware and go under the hood and change things. With the world of employment changing quickly we are going to need a lot more meta why about our own learning and understanding to adapt effectively."
778
+ uid=s133 button
779
+ uid=e1101 generic value="… more"
780
+ uid=e1102 generic
781
+ uid=e1103 link url="https://www.linkedin.com/pulse/structure-magic-darren-stevens-phd-s002e/"
782
+ uid=e1104 figure
783
+ uid=e1105 img "The Structure of The Structure of Magic"
784
+ uid=e1106 link "Exceptional Leadership Subscribe to Exceptional Leadership The Structure of The Structure of Magic Darren Stevens, PhD" url="https://www.linkedin.com/pulse/structure-magic-darren-stevens-phd-s002e/"
785
+ uid=e1107 generic
786
+ uid=e1108 link "Exceptional Leadership Subscribe to Exceptional Leadership" url="https://www.linkedin.com/newsletters/exceptional-leadership-7265293037520445440/"
787
+ uid=e1109 generic
788
+ uid=e1110 figure
789
+ uid=e1112 paragraph value="Exceptional Leadership"
790
+ uid=e1114 button "Subscribe to Exceptional Leadership"
791
+ uid=e1115 generic
792
+ uid=e1116 img
793
+ uid=e1118 generic value="Subscribe"
794
+ uid=e1120 paragraph value="The Structure of The Structure of Magic"
795
+ uid=e1122 paragraph value="Darren Stevens, PhD"
796
+ uid=e1123 generic
797
+ uid=e1125 link "1 reaction" url="https://www.linkedin.com/in/jontwigge/"
798
+ uid=e1126 generic
799
+ uid=e1127 img
800
+ uid=e1134 paragraph
801
+ uid=e1135 generic value="1 reaction"
802
+ uid=s134 StaticText "1"
803
+ uid=e1136 generic
804
+ uid=e1137 generic
805
+ uid=s135 unknown
806
+ uid=e1141 generic
807
+ uid=e1142 img
808
+ uid=e1147 generic value="Like"
809
+ uid=s136 button "Open reactions menu"
810
+ uid=e1149 img
811
+ uid=e1151 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7453387487516942337/"
812
+ uid=e1152 generic
813
+ uid=e1153 img
814
+ uid=e1155 generic value="Comment"
815
+ uid=e1156 button "Repost"
816
+ uid=e1157 generic
817
+ uid=e1158 img
818
+ uid=e1160 generic value="Repost"
819
+ uid=e1161 link "Send" url="https://www.linkedin.com/in/jontwigge/"
820
+ uid=e1162 generic
821
+ uid=e1163 img
822
+ uid=e1165 generic value="Send"
823
+ uid=e1166 listitem
824
+ uid=e1168 listitem
825
+ uid=e1169 generic
826
+ uid=e1170 generic
827
+ uid=e1171 link url="https://www.linkedin.com/in/jontwigge/"
828
+ uid=e1172 figure
829
+ uid=e1173 img "View Jon Twigge’s profile"
830
+ uid=s137 unknown url="https://www.linkedin.com/in/jontwigge/"
831
+ uid=e1175 generic
832
+ uid=e1176 generic "Jon Twigge Premium Profile 1st"
833
+ uid=e1179 paragraph value="Jon Twigge"
834
+ uid=e1181 paragraph
835
+ uid=e1183 img
836
+ uid=s138 StaticText "• 1st"
837
+ uid=e1186 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
838
+ uid=e1188 paragraph
839
+ uid=s139 StaticText "1w •"
840
+ uid=s140 unknown
841
+ uid=e1191 button "Open control menu for post by Jon Twigge"
842
+ uid=e1193 img
843
+ uid=e1195 link url="https://www.linkedin.com/feed/update/urn:li:activity:7452657551088898048/"
844
+ uid=e1196 paragraph
845
+ uid=e1197 generic
846
+ uid=s141 StaticText "I have known and admired Steve and his work for many years. Younger generations especially are no longer served by old models of one career, saving for a pension steadily. The world changed in the last 20 years as more jobs for life disappeared to be replaced by more fluid, more independent ways of engaging with work. The financial world that Steve works tirelessly to change has not adapted to that reality yet, and what's worse, it does not want to. We are rapidly entering an even greater transformation of \"work\" as AI alters the structure of the world and will touch every sphere of life. The old question, that interestingly is not so some common in some parts of the world, What do you do? is going to become even more troublesome as our identities will be even less tied to particular job titles. We need to be asking the questions more like Steve is encouraging that I might say something like How do you show up in the world?"
847
+ uid=s142 button
848
+ uid=e1199 generic value="… more"
849
+ uid=e1200 generic
850
+ uid=e1201 link url="https://www.linkedin.com/pulse/wrong-question-why-financial-resilience-being-what-we-steve-conley-nqese/"
851
+ uid=e1202 figure
852
+ uid=s143 unknown
853
+ uid=s144 unknown url="https://www.linkedin.com/pulse/wrong-question-why-financial-resilience-being-what-we-steve-conley-nqese/"
854
+ uid=e1205 generic
855
+ uid=e1206 link "Asset Strategies Subscribe to Asset Strategies" url="https://www.linkedin.com/newsletters/asset-strategies-6906623519439077377/"
856
+ uid=e1207 generic
857
+ uid=e1208 figure
858
+ uid=e1210 paragraph value="Asset Strategies"
859
+ uid=e1212 button "Subscribe to Asset Strategies"
860
+ uid=e1213 generic
861
+ uid=e1214 img
862
+ uid=e1216 generic value="Subscribe"
863
+ uid=e1218 paragraph value="The Wrong Question: Why Financial Resilience Is Being Misdiagnosed — and What We Should Measure Instead"
864
+ uid=e1220 paragraph value="Steve Conley"
865
+ uid=e1221 generic
866
+ uid=e1223 link "1 reaction" url="https://www.linkedin.com/in/jontwigge/"
867
+ uid=e1224 generic
868
+ uid=e1225 img
869
+ uid=e1232 paragraph
870
+ uid=e1233 generic value="1 reaction"
871
+ uid=s145 StaticText "1"
872
+ uid=e1234 generic
873
+ uid=e1235 generic
874
+ uid=s146 unknown
875
+ uid=e1239 generic
876
+ uid=e1240 img
877
+ uid=e1242 generic value="Like"
878
+ uid=s147 button "Open reactions menu"
879
+ uid=e1244 img
880
+ uid=e1246 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7452657551088898048/"
881
+ uid=e1247 generic
882
+ uid=e1248 img
883
+ uid=e1250 generic value="Comment"
884
+ uid=e1251 button "Repost"
885
+ uid=e1252 generic
886
+ uid=e1253 img
887
+ uid=e1255 generic value="Repost"
888
+ uid=e1256 link "Send" url="https://www.linkedin.com/in/jontwigge/"
889
+ uid=e1257 generic
890
+ uid=e1258 img
891
+ uid=e1260 generic value="Send"
892
+ uid=e1261 listitem
893
+ uid=e1263 listitem
894
+ uid=e1264 generic
895
+ uid=e1265 generic
896
+ uid=e1266 link url="https://www.linkedin.com/in/jontwigge/"
897
+ uid=e1267 figure
898
+ uid=e1268 img "View Jon Twigge’s profile"
899
+ uid=s148 unknown url="https://www.linkedin.com/in/jontwigge/"
900
+ uid=e1270 generic
901
+ uid=e1271 generic "Jon Twigge Premium Profile 1st"
902
+ uid=e1274 paragraph value="Jon Twigge"
903
+ uid=e1276 paragraph
904
+ uid=e1278 img
905
+ uid=s149 StaticText "• 1st"
906
+ uid=e1281 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
907
+ uid=e1283 paragraph
908
+ uid=s150 StaticText "1w •"
909
+ uid=s151 unknown
910
+ uid=e1286 button "Open control menu for post by Jon Twigge"
911
+ uid=e1288 img
912
+ uid=e1290 link url="https://www.linkedin.com/feed/update/urn:li:activity:7452447741554823168/"
913
+ uid=e1291 paragraph
914
+ uid=e1292 generic
915
+ uid=s152 StaticText "There's an odd situation in psychometrics."
916
+ uid=s153 StaticText "Decades of solid research have produced instruments that genuinely help people understand themselves — their personality structure, their strengths, how they process the world. The Big Five alone has thousands of studies behind it."
917
+ uid=s154 StaticText "And almost nobody outside corporate training or clinical settings ever sees them."
918
+ uid=s155 StaticText "Business psychologists and coaches have their own working toolkit — Jungian-derived typing (MBTI and its kin), DISC, strengths profilers. Genuinely useful in the room. But they're a narrow slice of what psychometrics can tell you, and they rarely travel beyond the workshop."
919
+ uid=s156 StaticText "The validated research instruments are locked behind per-use licensing fees that make sense for an enterprise L&D budget and no sense for an individual, a consumer-focused coaching practice, or a curious person who wants to understand themselves better."
920
+ uid=s157 StaticText "Meanwhile the consumer internet is flooded with quizzes built for engagement, not insight. Which TV character are you. Which Hogwarts house. Personality as horoscope."
921
+ uid=s158 StaticText "People are hungry for self-knowledge. They're either paying a practitioner to interpret a narrow tool, or being fed junk for free."
922
+ uid=s159 StaticText "This is the gap Px sits in."
923
+ uid=s160 StaticText "We bridge that gap, from quick insights through to focused assessments and properly validated, open-source instruments. Anyone can take them — many are free. Coaches can send them to clients and see results directly for £10/month — no more asking people to take something separately and screenshot their results back to you."
924
+ uid=s161 StaticText "If you've got a few minutes and fancy giving feedback on how it works, the archetypes glimpse is the quickest way in:"
925
+ uid=e1293 link "https://lnkd.in/ea9TF3aM" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2Fea9TF3aM&urlhash=gHLu&mt=n7VRpsIQ6ORWhHx1FqJscjjTRoe2Ud_PCmyI0SuTuQWP9wY97ni2yXxWAZDETmlGiqC4_m_eC_CWhXKS_47FPQbSjiITuegurLdGAu_LWefsgR8jPVePiVo&isSdui=true"
926
+ uid=e1295 strong value="https://lnkd.in/ea9TF3aM"
927
+ uid=s162 StaticText "We're adding instruments steadily — strengths, emotional intelligence, sensory processing, financial awareness — building toward a fuller picture of what \"personology\" actually looks like when you take it seriously."
928
+ uid=s163 StaticText "If you're a coach or practitioner who's felt this gap, I'd like to hear how you've been working around it."
929
+ uid=e1296 link "#psychometrics" url="https://www.linkedin.com/search/results/all/?keywords=%23psychometrics&origin=HASH_TAG_FROM_FEED"
930
+ uid=e1298 strong value="#psychometrics"
931
+ uid=e1299 link "#coaching" url="https://www.linkedin.com/search/results/all/?keywords=%23coaching&origin=HASH_TAG_FROM_FEED"
932
+ uid=e1301 strong value="#coaching"
933
+ uid=e1302 link "#assessment" url="https://www.linkedin.com/search/results/all/?keywords=%23assessment&origin=HASH_TAG_FROM_FEED"
934
+ uid=e1304 strong value="#assessment"
935
+ uid=s164 button
936
+ uid=e1306 generic value="… more"
937
+ uid=e1307 link "Web Link app.potentialisation.com" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fapp%2Epotentialisation%2Ecom%2Ftry%2F69e10f746719b6a8cc887148&urlhash=gc5z&mt=kN8zXdRHRwxY5DeKGTRA4NgphG5vdDIbm503IAiX5SUsW2lu92xDYxQhJVS4dd7jqiiPfC5Ld6kgbyjzKm22-6ajKrNQepbS7zivenfvSgouAVX-bP_EOdc&isSdui=true"
938
+ uid=e1309 generic
939
+ uid=e1311 paragraph
940
+ uid=e1313 strong value="Web Link"
941
+ uid=e1315 strong value="Web Link"
942
+ uid=e1317 paragraph value="app.potentialisation.com"
943
+ uid=e1318 generic
944
+ uid=e1319 generic
945
+ uid=e1320 link "Jon Twigge and 6 others reacted" url="https://www.linkedin.com/in/jontwigge/"
946
+ uid=e1321 generic
947
+ uid=e1322 img
948
+ uid=e1328 img
949
+ uid=e1335 paragraph
950
+ uid=e1336 generic value="Jon Twigge and 6 others reacted"
951
+ uid=e1337 generic value="Jon Twigge and 6 others"
952
+ uid=e1339 link "1 repost" url="https://www.linkedin.com/in/jontwigge/"
953
+ uid=e1340 paragraph
954
+ uid=e1341 generic value="1 repost"
955
+ uid=e1342 generic value="1 repost"
956
+ uid=e1343 generic
957
+ uid=e1344 generic
958
+ uid=s165 unknown
959
+ uid=e1348 generic
960
+ uid=e1349 img
961
+ uid=e1351 generic value="Like"
962
+ uid=s166 button "Open reactions menu"
963
+ uid=e1353 img
964
+ uid=e1355 link "Comment" url="https://www.linkedin.com/feed/update/urn:li:activity:7452447741554823168/"
965
+ uid=e1356 generic
966
+ uid=e1357 img
967
+ uid=e1359 generic value="Comment"
968
+ uid=e1360 button "Repost"
969
+ uid=e1361 generic
970
+ uid=e1362 img
971
+ uid=e1364 generic value="Repost"
972
+ uid=e1365 link "Send" url="https://www.linkedin.com/in/jontwigge/"
973
+ uid=e1366 generic
974
+ uid=e1367 img
975
+ uid=e1369 generic value="Send"
976
+ uid=e1370 button "Next"
977
+ uid=e1372 img
978
+ uid=e1375 link "Show all" url="https://www.linkedin.com/in/jontwigge/recent-activity/all/"
979
+ uid=e1376 generic
980
+ uid=e1377 img
981
+ uid=e1379 generic value="Show all"
982
+ uid=e1382 generic
983
+ uid=e1387 generic
984
+ uid=e1389 heading "Experience" level="2"
985
+ uid=e1390 generic
986
+ uid=e1391 generic
987
+ uid=e1394 generic
988
+ uid=e1395 figure
989
+ uid=e1396 img "Potentialisation logo"
990
+ uid=e1405 generic
991
+ uid=e1406 paragraph value="Potentialisation"
992
+ uid=e1407 paragraph value="10 yrs"
993
+ uid=e1408 list
994
+ uid=e1409 listitem
995
+ uid=e1413 generic
996
+ uid=e1414 paragraph value="Director"
997
+ uid=e1415 paragraph value="Full-time"
998
+ uid=e1416 paragraph value="Dec 2020 - Present · 5 yrs 6 mos"
999
+ uid=e1417 paragraph value="Stockport, England, United Kingdom"
1000
+ uid=e1418 listitem
1001
+ uid=e1421 generic
1002
+ uid=e1422 generic
1003
+ uid=e1423 paragraph value="Co-Founder"
1004
+ uid=e1424 paragraph value="Jun 2016 - Present · 10 yrs"
1005
+ uid=e1425 paragraph value="https://www.meetup.com/potentialisation"
1006
+ uid=e1427 paragraph
1007
+ uid=e1428 generic
1008
+ uid=s167 StaticText "Potentialisation - to enrich global capability to realise potential... Potentialisation was originally a meetup group series of monthly talks aimed at helping everyone reach their full potential by understanding how we learn and improve with topics like Emotional Intelligence, Neuroscience (kind of), Positive Psychology, NLP etc."
1009
+ uid=s168 button
1010
+ uid=e1430 generic value="… more"
1011
+ uid=e1435 generic
1012
+ uid=e1436 link url="https://www.linkedin.com/company/2451109/"
1013
+ uid=e1437 figure
1014
+ uid=e1438 img "RPS Software logo"
1015
+ uid=e1439 generic
1016
+ uid=e1440 link "Director RPS Software 1998 - Nov 2020 · 22 yrs 11 mos" url="https://www.linkedin.com/company/2451109/"
1017
+ uid=e1441 generic
1018
+ uid=e1443 generic
1019
+ uid=e1444 paragraph value="Director"
1020
+ uid=e1445 paragraph value="RPS Software"
1021
+ uid=e1446 paragraph value="1998 - Nov 2020 · 22 yrs 11 mos"
1022
+ uid=e1448 paragraph
1023
+ uid=e1449 generic value="Significant contributions to RoofWright Design software. Reuters Lipper Hindsight front end."
1024
+ uid=e1454 generic
1025
+ uid=e1455 figure
1026
+ uid=e1456 img "Jon Twigge logo"
1027
+ uid=e1462 generic
1028
+ uid=e1463 generic
1029
+ uid=e1465 generic
1030
+ uid=e1466 paragraph value="Book Editor"
1031
+ uid=e1467 paragraph value="Jon Twigge"
1032
+ uid=e1468 paragraph value="Jan 2014 - May 2020 · 6 yrs 5 mos"
1033
+ uid=e1469 paragraph value="Manchester Area, United Kingdom"
1034
+ uid=e1471 paragraph
1035
+ uid=e1472 generic
1036
+ uid=s169 StaticText "Occasional proofreading and minor editing for K C Dowling. Titles: - A Man of Insignificance - The Looked After Child"
1037
+ uid=s170 button
1038
+ uid=e1474 generic value="… more"
1039
+ uid=e1475 generic
1040
+ uid=e1478 generic
1041
+ uid=e1479 link url="https://www.linkedin.com/company/1046767/"
1042
+ uid=e1480 figure
1043
+ uid=e1481 img "Liberal Democrats logo"
1044
+ uid=e1483 link "Liberal Democrats 4 yrs 9 mos" url="https://www.linkedin.com/company/1046767/"
1045
+ uid=e1486 generic
1046
+ uid=e1487 paragraph value="Liberal Democrats"
1047
+ uid=e1488 paragraph value="4 yrs 9 mos"
1048
+ uid=e1489 list
1049
+ uid=e1490 listitem
1050
+ uid=e1494 link "Liberal Democrat Councillor for Hazel Grove May 2016 - Jun 2019 · 3 yrs 2 mos Stockport, United Kingdom" url="https://www.linkedin.com/company/1046767/"
1051
+ uid=e1495 generic
1052
+ uid=e1496 paragraph value="Liberal Democrat Councillor for Hazel Grove"
1053
+ uid=e1497 paragraph value="May 2016 - Jun 2019 · 3 yrs 2 mos"
1054
+ uid=e1498 paragraph value="Stockport, United Kingdom"
1055
+ uid=e1499 listitem
1056
+ uid=e1503 link "Council Candidate Oct 2014 - May 2016 · 1 yr 8 mos Hazel Grove" url="https://www.linkedin.com/company/1046767/"
1057
+ uid=e1504 generic
1058
+ uid=e1505 paragraph value="Council Candidate"
1059
+ uid=e1506 paragraph value="Oct 2014 - May 2016 · 1 yr 8 mos"
1060
+ uid=e1507 paragraph value="Hazel Grove"
1061
+ uid=e1512 generic
1062
+ uid=e1513 link url="https://www.linkedin.com/company/30373/"
1063
+ uid=e1514 figure
1064
+ uid=e1515 img "HIS logo"
1065
+ uid=e1522 link "Software Engineer HIS Jan 1996 - Apr 1998 · 2 yrs 4 mos" url="https://www.linkedin.com/company/30373/"
1066
+ uid=e1523 generic
1067
+ uid=e1525 generic
1068
+ uid=e1526 paragraph value="Software Engineer"
1069
+ uid=e1527 paragraph value="HIS"
1070
+ uid=e1528 paragraph value="Jan 1996 - Apr 1998 · 2 yrs 4 mos"
1071
+ uid=e1530 link "Show all experiences" url="https://www.linkedin.com/in/jontwigge/details/experience/"
1072
+ uid=e1531 generic
1073
+ uid=e1532 img
1074
+ uid=e1534 generic value="Show all"
1075
+ uid=e1539 generic
1076
+ uid=e1541 heading "Education" level="2"
1077
+ uid=e1543 generic
1078
+ uid=e1548 generic
1079
+ uid=e1549 link url="https://www.linkedin.com/school/166652/"
1080
+ uid=e1550 figure
1081
+ uid=e1551 img "The University of Manchester logo"
1082
+ uid=e1553 link "The University of Manchester Bachelor of Science (BSc), Computer Science 1984 – 1988" url="https://www.linkedin.com/school/166652/"
1083
+ uid=e1554 generic
1084
+ uid=e1556 generic
1085
+ uid=e1557 paragraph value="The University of Manchester"
1086
+ uid=e1558 paragraph value="Bachelor of Science (BSc), Computer Science"
1087
+ uid=e1559 paragraph value="1984 – 1988"
1088
+ uid=e1564 generic
1089
+ uid=e1565 figure
1090
+ uid=e1566 img "Anthony Gell logo"
1091
+ uid=e1577 paragraph value="Anthony Gell"
1092
+ uid=e1582 generic
1093
+ uid=e1584 heading "Skills (24)" level="2"
1094
+ uid=e1585 generic
1095
+ uid=e1586 generic
1096
+ uid=e1590 generic
1097
+ uid=e1593 paragraph value="Spiral Dynamics"
1098
+ uid=e1595 list
1099
+ uid=e1596 listitem
1100
+ uid=e1597 figure
1101
+ uid=e1599 paragraph
1102
+ uid=e1600 link "Endorsed by Steve Conley (mutual connection)" url="https://www.linkedin.com/in/jontwigge/details/skills/urn:li:fsd_skill:(ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg,22)/endorsers/"
1103
+ uid=e1601 listitem
1104
+ uid=e1602 img
1105
+ uid=e1605 paragraph
1106
+ uid=e1606 link "11 endorsements" url="https://www.linkedin.com/in/jontwigge/details/skills/urn:li:fsd_skill:(ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg,22)/endorsers/"
1107
+ uid=e1607 button "Endorse Spiral Dynamics"
1108
+ uid=e1609 generic value="Endorse"
1109
+ uid=e1614 generic
1110
+ uid=e1617 paragraph value="Borland Delphi"
1111
+ uid=e1619 list
1112
+ uid=e1620 listitem
1113
+ uid=e1621 figure
1114
+ uid=e1623 paragraph
1115
+ uid=e1624 link "Endorsed by Steve Conley (mutual connection)" url="https://www.linkedin.com/in/jontwigge/details/skills/urn:li:fsd_skill:(ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg,23)/endorsers/"
1116
+ uid=e1625 listitem
1117
+ uid=e1626 img
1118
+ uid=e1629 paragraph
1119
+ uid=e1630 link "8 endorsements" url="https://www.linkedin.com/in/jontwigge/details/skills/urn:li:fsd_skill:(ACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg,23)/endorsers/"
1120
+ uid=e1631 button "Endorse Borland Delphi"
1121
+ uid=e1633 generic value="Endorse"
1122
+ uid=e1635 link "Show all skills" url="https://www.linkedin.com/in/jontwigge/details/skills/"
1123
+ uid=e1636 generic
1124
+ uid=e1637 img
1125
+ uid=e1639 generic value="Show all"
1126
+ uid=e1646 generic
1127
+ uid=e1647 generic
1128
+ uid=e1648 heading "Recommendations" level="2"
1129
+ uid=e1650 link "Recommend Jon" url="https://www.linkedin.com/in/jontwigge/edit/forms/recommendation/write/?profileFormEntryPoint=TopLevel&profileUrn=urn%3Ali%3Afsd_profile%3AACoAAAHD1f8BlIKOmDmR1ATwSG30joabMKBgIRg"
1130
+ uid=e1652 generic value="Recommend Jon"
1131
+ uid=e1653 generic
1132
+ uid=e1654 generic
1133
+ uid=e1656 radio "Received" checked
1134
+ uid=e1657 generic
1135
+ uid=s171 checkbox "Received" checked
1136
+ uid=e1658 generic value="Received"
1137
+ uid=e1660 radio "Given (8)"
1138
+ uid=e1661 generic
1139
+ uid=s172 checkbox "Given (8)"
1140
+ uid=e1662 generic value="Given (8)"
1141
+ uid=e1664 generic
1142
+ uid=e1665 paragraph value="Nothing to see for now"
1143
+ uid=e1666 paragraph value="Recommendations that Jon receives will appear here."
1144
+ uid=e1672 generic
1145
+ uid=e1674 heading "Interests" level="2"
1146
+ uid=e1675 generic
1147
+ uid=e1676 generic
1148
+ uid=e1677 radio "Top Voices" checked
1149
+ uid=e1678 generic
1150
+ uid=s173 checkbox "Top Voices" checked
1151
+ uid=e1679 generic value="Top Voices"
1152
+ uid=e1680 radio "Companies"
1153
+ uid=e1681 generic
1154
+ uid=s174 checkbox "Companies"
1155
+ uid=e1682 generic value="Companies"
1156
+ uid=e1683 radio "Groups"
1157
+ uid=e1684 generic
1158
+ uid=s175 checkbox "Groups"
1159
+ uid=e1685 generic value="Groups"
1160
+ uid=e1686 radio "Newsletters"
1161
+ uid=e1687 generic
1162
+ uid=s176 checkbox "Newsletters"
1163
+ uid=e1688 generic value="Newsletters"
1164
+ uid=e1689 radio "Schools"
1165
+ uid=e1690 generic
1166
+ uid=s177 checkbox "Schools"
1167
+ uid=e1691 generic value="Schools"
1168
+ uid=e1693 generic
1169
+ uid=e1696 generic
1170
+ uid=s178 unknown url="https://www.linkedin.com/in/officialtonyrobbins/"
1171
+ uid=e1701 generic
1172
+ uid=e1702 figure
1173
+ uid=e1703 generic
1174
+ uid=e1704 generic
1175
+ uid=e1706 paragraph
1176
+ uid=e1707 link "Tony Robbins Executive Top Voice" url="https://www.linkedin.com/in/officialtonyrobbins/"
1177
+ uid=s179 StaticText "Tony Robbins"
1178
+ uid=e1708 img "Executive Top Voice"
1179
+ uid=e1709 img
1180
+ uid=e1711 paragraph value="· 2nd"
1181
+ uid=e1712 paragraph value="#1 New York Times best-selling author, life and business strategist, philanthropist, entrepreneur"
1182
+ uid=e1713 paragraph value="7,386,209 followers"
1183
+ uid=e1717 button "Follow Tony Robbins"
1184
+ uid=e1718 generic
1185
+ uid=e1719 img
1186
+ uid=e1722 generic value="Follow"
1187
+ uid=e1726 link "📚Michael Bungay Stanier Executive Top Voice · 3rd I help transformational leaders find modern change mastery // Author of ‘The Coaching Habit,’ bestselling book on coaching this century // MasterClass Faculty // Thinkers50 Hall of Fame // Rhodes Scholar 174,301 followers Follow 📚Michael Bungay Stanier" url="https://www.linkedin.com/in/michaelbungaystanier/"
1188
+ uid=e1727 generic
1189
+ uid=e1728 figure
1190
+ uid=e1729 generic
1191
+ uid=e1730 generic
1192
+ uid=e1732 paragraph
1193
+ uid=e1733 link "📚Michael Bungay Stanier Executive Top Voice" url="https://www.linkedin.com/in/michaelbungaystanier/"
1194
+ uid=s180 StaticText "📚Michael Bungay Stanier"
1195
+ uid=e1734 img "Executive Top Voice"
1196
+ uid=e1735 img
1197
+ uid=e1737 paragraph value="· 3rd"
1198
+ uid=e1738 paragraph value="I help transformational leaders find modern change mastery // Author of ‘The Coaching Habit,’ bestselling book on coaching this century // MasterClass Faculty // Thinkers50 Hall of Fame // Rhodes Scholar"
1199
+ uid=e1739 paragraph value="174,301 followers"
1200
+ uid=e1743 button "Follow 📚Michael Bungay Stanier"
1201
+ uid=e1744 generic
1202
+ uid=e1745 img
1203
+ uid=e1748 generic value="Follow"
1204
+ uid=e1750 link "Show all interests" url="https://www.linkedin.com/in/jontwigge/details/interests/?initialTabId=interest_top_voices"
1205
+ uid=e1751 generic
1206
+ uid=e1752 img
1207
+ uid=e1754 generic value="Show all"
1208
+ uid=e1756 generic
1209
+ uid=e1757 generic
1210
+ uid=e1760 iframe
1211
+ uid=f40e3 main "Work With Us Container"
1212
+ uid=f40e4 generic
1213
+ uid=f40e6 img
1214
+ uid=f40e7 generic
1215
+ uid=f40e8 img "Jerome"
1216
+ uid=f40e9 link "SOMFY Group" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2F13173%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%22CwEAAAGd8V8POft8IbzW8CkWfBHMAQu7oET8UBtEVU96gLlBvX3z0AitWadC-NIbLCv6mMFUMRGQa-ZC94cx5bfNarPuW7ajz7hMmFfPxqT19jrf4bZ1G-okZ0G_d7QWv6ScphTqWBEDcjpXZSK-WMyy392HGLAcJQaNPMdpddxzDnqlt9-IWKY09mIaEWwwcJKTMvTjUTbWSBN_0VKX_JrATRCbgD7OYrZjNDLHosdw3ot0asfUeIHubvBl-k3PVEbDgVku-LiawVAWwPzrZyfKCYOxbvEyEWeCnhybP-duZ_CkRIXV_Mx7A50-7wLJoIRRjQ17_EqIRkcWrBg1twkVQoEYvDTw1FKNjAVBovedn3lwVJuM8P5Cj67-Qt9NRdqxVa_Ey3dswwKIkS-A2BJ6pxFdLTHjewdmX8JRApfCTlap6XNrjYT0MiidjkKrFPg8OQA-txmvLAsa6AIwIInIh5zwDXNcePSJHNFCKWnjLYbWRYG0tbo2HPtpMFoKmjkVVO-ggP2e9S47i8ZEgNY3J9LCl9CTl359kpmp6KWVywiiZknQd0hb3xA4ywO8YvRuF3nuz3qUepAhH92seECYQRnCMG1SpLSr_rX5PXwA3kUqEIO0HBxadT6FcPMLKrAsKPxaJMnlgt1SxatX9jwRAKNTlXk8Zd3SGhgvTxQl7vAcUPmRiHzbIUUm8_M87Njp604eKBtbG6ji5ebbdCYg6zcsOtEAsz79y9GYlCnMub7VwVPEOS_6kpyF_Rvw1_c3_NxwErOMsDoaCVVlPAcANGW71nhLUM4FTD36YBKOWQgP5gQmq5CQhapUQAtjA5yLi1ZW-mqnOVhqjeUPb-Il46Q1I63G8S3_hFwuiuHZ4Yi40BtE1dDEfMRzWRuve8D21p7QdT6Dy96XKVhcP6bycShpiBEqWgFvpHDsoT2v3shIMunQVn8Z3OXj9EsKSMu3q8OziB9l39B6cIRS8aJ30MlNN4p9xohjUqK1vm98-eSUI1YrbQGNacKpBEimk4FFybC3C4dJAd7JITlERJEWpCKW2tgNTkziSKavTVdKcsEwWU4KcQ7zirhBIY1nGt3G6bRvTPGPNeEorQk2b59Sqlr7-TIHcYGFV_IMb_vZDcXjNDtJykk7dquWM9Og1l7IfDUfCzAmsB_GqGbIIuld9-3DAaGkq1yFW4NncGgbuB7Mq1a4qg%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%22f9d1875e-9af6-433a-a647-5b49452eb77b%22%7D%2C%22time%22%3A1777871032097%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"
1217
+ uid=f40e10 img "SOMFY Group"
1218
+ uid=f40e11 generic
1219
+ uid=f40e12 generic
1220
+ uid=f40e13 paragraph value="Jerome, explore relevant opportunities with SOMFY Group"
1221
+ uid=f40e14 paragraph value="Get the latest jobs and industry news"
1222
+ uid=f40e15 link "Follow" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2F13173%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%22CwEAAAGd8V8POZ6IMcufP47u9QP9n2Cjv5TTDXWIOr9IcBKY1l0OQzfaf1nABDwxNQypmVxOTU6q4tM_ramdcLceRo8hiJDC10BP2nFZA3WswlEunT6k106UTyXFkqn5Z-1l6sKeMzzRkjyoGiDkHv6kE8wR8bTNdDD0NrtNpUqAq4mw-iHOxfjOILevzGFioG1B7-inbiawEfS53IxvGJQZRt0DS5fjlRi3AHK6Zlt2qbyxe-mXaDCmGbUndAMxmK0VRU-BQo4lQFluxuqueOUg11bzAMx8ELVeiPT-r5H0u6AJUAqY0xg_MXfa-MGAjLV2UF7yy1hjiNFkOInTbinuVlSOWcajRk9ReL5uHg0aGWBgIp7E8I257rIJFsZefqrIaoWTPHlrl2_tfN6VmzjioMQN1d9YWpQRCKnndSuzzz4BsElzcPRB7-W9VGX7NK9pPTyQ_n1IeekUnHqEBLAT_0s5dggaGciSEcNr5tv7qFwCcOZJc9uinNFQOUS1LgZqOZOwfs4XPKm-RdpVvdaeRN7iQKn5_wn0fSueJhtkAH9I5W5IMHdcCZr12SIUmrEBb1TwLIEzn-0WPgU-kgye7xyULdPuE7JLaAWUDqh1vflAkRxLvqdzrtqI1JZQCxCZuVJwvUQS6UFVatI6TVD9vZXSAfms4vRzmn4K1fh1jjpQ4RV6RHKts4eb8Oj6-c2A5lfYcyMtRUQUTjRqU0tPfGgk9Ce7FSuRA-t51IulyYNE9DA1lYb0a8TW6UbvNPr9IzkYShR4nTaISaRlBvf50czwIC0XClheYB5wAmO4_AC2HLwqTxVKtajRJu4In6Bj4lfhyysFf0s_NEffMOtvnEtKsVk9VagDluXnErlX6nlhgahadLQYsLjCZsrZr43zAqUqnDEmsT3Z01PbIGtlirAbiUkqrPOf34LNrAeLNW6CqIQILme9e_aFSmN0iJ9R2xbHdurWXIrKgSw53RzL98O9SoM7GPU_FK7pEr5aNgWndeetXW7lEMEW2xW6TaFXqufiMQ_xkpp1RLx08F_gBOiWT4tq42A4gsUTOGrSZDLRfae3TGEgNRtA0kc4C1bKvfCfKJ0zbaF2K7yFJq5C7KCUBOgv723e_-0-gtD-EPGEHaOSP59bUQNto79uDg75sWp10_pCD7eUsc5znJzaTN-NtY5BbyHcg77BDnO1k68-V5zN0EXyTPJU2ZFVmUARS5moc-_WgDngOzb0zLZNihfrZg%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%221632dd92-fd55-43bf-a8ef-2792e55b197c%22%7D%2C%22time%22%3A1777871032097%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"
1223
+ uid=f40e16 generic
1224
+ uid=f40e17 paragraph value="Promoted"
1225
+ uid=f40e18 button "Ad Options"
1226
+ uid=f40e19 img
1227
+ uid=f40e23 generic value="Ad Options"
1228
+ uid=e1765 generic
1229
+ uid=e1769 heading "More profiles for you" level="3"
1230
+ uid=e1771 generic
1231
+ uid=e1773 generic
1232
+ uid=e1776 link "Russell Mills Verified · 2nd Tech Partner for Services Business Owners | Creator of Softwarem8.com | Gold Partner ServiceM8 | Taming Legacy Systems | Supporting 300+ Clients | Specialised in Growing Trades Businesses" url="https://www.linkedin.com/in/millsrussell/"
1233
+ uid=e1777 generic
1234
+ uid=e1778 figure
1235
+ uid=e1779 generic
1236
+ uid=e1780 generic
1237
+ uid=e1782 paragraph
1238
+ uid=e1783 link "Russell Mills Verified" url="https://www.linkedin.com/in/millsrussell/"
1239
+ uid=s181 StaticText "Russell Mills"
1240
+ uid=e1784 img "Verified"
1241
+ uid=e1785 img
1242
+ uid=e1787 paragraph value="· 2nd"
1243
+ uid=e1789 paragraph value="Tech Partner for Services Business Owners | Creator of Softwarem8.com | Gold Partner ServiceM8 | Taming Legacy Systems | Supporting 300+ Clients | Specialised in Growing Trades Businesses"
1244
+ uid=e1795 button "Invite Russell Mills to connect"
1245
+ uid=e1796 generic
1246
+ uid=e1797 img
1247
+ uid=e1800 generic value="Connect"
1248
+ uid=e1802 generic
1249
+ uid=e1805 link "Nick Evans Verified · 2nd CEO @ Origin Matters | Decision Provenance Infrastructure for Enterprise AI | Enabling Continuous Audit of AI Decisions Without Exposing Data or Models" url="https://www.linkedin.com/in/nick-evans-origin-matters/"
1250
+ uid=e1806 generic
1251
+ uid=e1807 figure
1252
+ uid=e1808 generic
1253
+ uid=e1809 generic
1254
+ uid=e1811 paragraph
1255
+ uid=e1812 link "Nick Evans Verified" url="https://www.linkedin.com/in/nick-evans-origin-matters/"
1256
+ uid=s182 StaticText "Nick Evans"
1257
+ uid=e1813 img "Verified"
1258
+ uid=e1814 img
1259
+ uid=e1816 paragraph value="· 2nd"
1260
+ uid=e1818 paragraph value="CEO @ Origin Matters | Decision Provenance Infrastructure for Enterprise AI | Enabling Continuous Audit of AI Decisions Without Exposing Data or Models"
1261
+ uid=e1824 button "Invite Nick Evans to connect"
1262
+ uid=e1825 generic
1263
+ uid=e1826 img
1264
+ uid=e1829 generic value="Connect"
1265
+ uid=e1831 generic
1266
+ uid=e1834 link "Robertas Kareckas Verified · 2nd Advisory @Amey | Founder @DataTune" url="https://www.linkedin.com/in/robertas-kareckas/"
1267
+ uid=e1835 generic
1268
+ uid=e1836 figure
1269
+ uid=e1837 generic
1270
+ uid=e1838 generic
1271
+ uid=e1840 paragraph
1272
+ uid=e1841 link "Robertas Kareckas Verified" url="https://www.linkedin.com/in/robertas-kareckas/"
1273
+ uid=s183 StaticText "Robertas Kareckas"
1274
+ uid=e1842 img "Verified"
1275
+ uid=e1843 img
1276
+ uid=e1845 paragraph value="· 2nd"
1277
+ uid=e1847 paragraph value="Advisory @Amey | Founder @DataTune"
1278
+ uid=e1853 button "Invite Robertas Kareckas to connect"
1279
+ uid=e1854 generic
1280
+ uid=e1855 img
1281
+ uid=e1858 generic value="Connect"
1282
+ uid=e1860 generic
1283
+ uid=e1863 link "Amila Prabandhika Palahepitiya Gamage Premium · 2nd Fractional-CTO | CTO as a Service" url="https://www.linkedin.com/in/pgamilap/"
1284
+ uid=e1864 generic
1285
+ uid=e1865 figure
1286
+ uid=e1866 generic
1287
+ uid=e1867 generic
1288
+ uid=e1869 paragraph
1289
+ uid=e1870 link "Amila Prabandhika Palahepitiya Gamage Premium" url="https://www.linkedin.com/in/pgamilap/"
1290
+ uid=s184 StaticText "Amila Prabandhika Palahepitiya Gamage"
1291
+ uid=e1871 img "Premium"
1292
+ uid=e1872 img
1293
+ uid=e1874 paragraph value="· 2nd"
1294
+ uid=e1876 paragraph value="Fractional-CTO | CTO as a Service"
1295
+ uid=e1882 button "Invite Amila Prabandhika Palahepitiya Gamage to connect"
1296
+ uid=e1883 generic
1297
+ uid=e1884 img
1298
+ uid=e1887 generic value="Connect"
1299
+ uid=e1889 generic
1300
+ uid=e1892 link "Elizabeth Clark Premium · 2nd Co-Founder CEO at Dream Agility, Top 29 AI Scaleups - Forbes; Visual AI, Google Shopping & Search Automation, Lead AI, Ted X Speaker." url="https://www.linkedin.com/in/elizabeth-clark-da/"
1301
+ uid=e1893 generic
1302
+ uid=e1894 figure
1303
+ uid=e1895 generic
1304
+ uid=e1896 generic
1305
+ uid=e1898 paragraph
1306
+ uid=e1899 link "Elizabeth Clark Premium" url="https://www.linkedin.com/in/elizabeth-clark-da/"
1307
+ uid=s185 StaticText "Elizabeth Clark"
1308
+ uid=e1900 img "Premium"
1309
+ uid=e1901 img
1310
+ uid=e1903 paragraph value="· 2nd"
1311
+ uid=e1905 paragraph value="Co-Founder CEO at Dream Agility, Top 29 AI Scaleups - Forbes; Visual AI, Google Shopping & Search Automation, Lead AI, Ted X Speaker."
1312
+ uid=e1911 button "Follow Elizabeth Clark"
1313
+ uid=e1912 generic
1314
+ uid=e1913 img
1315
+ uid=e1916 generic value="Follow"
1316
+ uid=e1918 link "Show all more profiles for you" url="https://www.linkedin.com/in/jontwigge/overlay/browsemap-recommendations/"
1317
+ uid=e1919 generic
1318
+ uid=e1920 img
1319
+ uid=e1922 generic value="Show all"
1320
+ uid=e1925 generic
1321
+ uid=e1927 heading "Explore Premium profiles" level="2"
1322
+ uid=e1929 generic
1323
+ uid=e1931 generic
1324
+ uid=e1934 link "Tony Oliveira Premium · 3rd Co-Fondateur / Dirigeant chez Viva Riviera" url="https://www.linkedin.com/in/tonyoliveira/"
1325
+ uid=e1935 generic
1326
+ uid=e1936 figure
1327
+ uid=e1937 generic
1328
+ uid=e1938 generic
1329
+ uid=e1940 paragraph
1330
+ uid=e1941 link "Tony Oliveira Premium" url="https://www.linkedin.com/in/tonyoliveira/"
1331
+ uid=s186 StaticText "Tony Oliveira"
1332
+ uid=e1942 img "Premium"
1333
+ uid=e1943 img
1334
+ uid=e1945 paragraph value="· 3rd"
1335
+ uid=e1947 paragraph value="Co-Fondateur / Dirigeant chez Viva Riviera"
1336
+ uid=e1953 button "Invite Tony Oliveira to connect"
1337
+ uid=e1954 generic
1338
+ uid=e1955 img
1339
+ uid=e1958 generic value="Connect"
1340
+ uid=e1960 generic
1341
+ uid=e1963 link "Maximin d'Audiffret Premium · 2nd Co-founder at Komin.io | Knowledge sharing for people empowerment" url="https://www.linkedin.com/in/mdaudiffret/en/"
1342
+ uid=e1964 generic
1343
+ uid=e1965 figure
1344
+ uid=e1966 generic
1345
+ uid=e1967 generic
1346
+ uid=e1969 paragraph
1347
+ uid=e1970 link "Maximin d'Audiffret Premium" url="https://www.linkedin.com/in/mdaudiffret/en/"
1348
+ uid=s187 StaticText "Maximin d'Audiffret"
1349
+ uid=e1971 img "Premium"
1350
+ uid=e1972 img
1351
+ uid=e1974 paragraph value="· 2nd"
1352
+ uid=e1976 paragraph value="Co-founder at Komin.io | Knowledge sharing for people empowerment"
1353
+ uid=e1982 button "Follow Maximin d'Audiffret"
1354
+ uid=e1983 generic
1355
+ uid=e1984 img
1356
+ uid=e1987 generic value="Follow"
1357
+ uid=e1989 generic
1358
+ uid=e1992 link "Ruben Lalo Premium · 3rd Founder & CEO @ RLConsulting" url="https://www.linkedin.com/in/rubenlalo/"
1359
+ uid=e1993 generic
1360
+ uid=e1994 figure
1361
+ uid=e1995 generic
1362
+ uid=e1996 generic
1363
+ uid=e1998 paragraph
1364
+ uid=e1999 link "Ruben Lalo Premium" url="https://www.linkedin.com/in/rubenlalo/"
1365
+ uid=s188 StaticText "Ruben Lalo"
1366
+ uid=e2000 img "Premium"
1367
+ uid=e2001 img
1368
+ uid=e2003 paragraph value="· 3rd"
1369
+ uid=e2005 paragraph value="Founder & CEO @ RLConsulting"
1370
+ uid=e2011 button "Invite Ruben Lalo to connect"
1371
+ uid=e2012 generic
1372
+ uid=e2013 img
1373
+ uid=e2016 generic value="Connect"
1374
+ uid=e2018 generic
1375
+ uid=e2021 link "Sébastien Henras Premium · 3rd AI & Mood Films Director" url="https://www.linkedin.com/in/s%C3%A9bastien-henras-481b5325/"
1376
+ uid=e2022 generic
1377
+ uid=e2023 figure
1378
+ uid=e2024 generic
1379
+ uid=e2025 generic
1380
+ uid=e2027 paragraph
1381
+ uid=e2028 link "Sébastien Henras Premium" url="https://www.linkedin.com/in/s%C3%A9bastien-henras-481b5325/"
1382
+ uid=s189 StaticText "Sébastien Henras"
1383
+ uid=e2029 img "Premium"
1384
+ uid=e2030 img
1385
+ uid=e2032 paragraph value="· 3rd"
1386
+ uid=e2034 paragraph value="AI & Mood Films Director"
1387
+ uid=e2040 button "Invite Sébastien Henras to connect"
1388
+ uid=e2041 generic
1389
+ uid=e2042 img
1390
+ uid=e2045 generic value="Connect"
1391
+ uid=e2049 generic
1392
+ uid=e2052 heading "People you may know" level="2"
1393
+ uid=e2054 generic
1394
+ uid=e2056 generic
1395
+ uid=e2058 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/"
1396
+ uid=e2059 generic
1397
+ uid=e2060 figure
1398
+ uid=e2061 generic
1399
+ uid=e2062 generic
1400
+ uid=e2064 paragraph
1401
+ uid=e2065 link "Jean-Charles Verdié Verified" url="https://www.linkedin.com/in/jcverdie/"
1402
+ uid=s190 StaticText "Jean-Charles Verdié"
1403
+ uid=e2066 img "Verified"
1404
+ uid=e2067 img
1405
+ uid=e2069 paragraph value="· 2nd"
1406
+ uid=e2071 paragraph value="Bringing the best of Ubuntu and other Canonical products to Embedded Devices & IOT"
1407
+ uid=e2075 button "Invite Jean-Charles Verdié to connect"
1408
+ uid=e2076 generic
1409
+ uid=e2077 img
1410
+ uid=e2080 generic value="Connect"
1411
+ uid=e2082 generic
1412
+ uid=e2084 link "Frank Reitberger Premium · 2nd WebGPU & WebGL, 3D & Shaders Expert, AI Gardener" url="https://www.linkedin.com/in/frank-reitberger-86590727/"
1413
+ uid=e2085 generic
1414
+ uid=e2086 figure
1415
+ uid=e2087 generic
1416
+ uid=e2088 generic
1417
+ uid=e2090 paragraph
1418
+ uid=e2091 link "Frank Reitberger Premium" url="https://www.linkedin.com/in/frank-reitberger-86590727/"
1419
+ uid=s191 StaticText "Frank Reitberger"
1420
+ uid=e2092 img "Premium"
1421
+ uid=e2093 img
1422
+ uid=e2095 paragraph value="· 2nd"
1423
+ uid=e2097 paragraph value="WebGPU & WebGL, 3D & Shaders Expert, AI Gardener"
1424
+ uid=e2101 button "Invite Frank Reitberger to connect"
1425
+ uid=e2102 generic
1426
+ uid=e2103 img
1427
+ uid=e2106 generic value="Connect"
1428
+ uid=e2108 generic
1429
+ uid=e2110 link "Julien Casarin Premium · 2nd Engineering/Innovation Manager (AI, Agentic, SaaS, XR)" url="https://www.linkedin.com/in/julien-casarin-4366b2101/"
1430
+ uid=e2111 generic
1431
+ uid=e2112 figure
1432
+ uid=e2113 generic
1433
+ uid=e2114 generic
1434
+ uid=e2116 paragraph
1435
+ uid=e2117 link "Julien Casarin Premium" url="https://www.linkedin.com/in/julien-casarin-4366b2101/"
1436
+ uid=s192 StaticText "Julien Casarin"
1437
+ uid=e2118 img "Premium"
1438
+ uid=e2119 img
1439
+ uid=e2121 paragraph value="· 2nd"
1440
+ uid=e2123 paragraph value="Engineering/Innovation Manager (AI, Agentic, SaaS, XR)"
1441
+ uid=e2127 button "Invite Julien Casarin to connect"
1442
+ uid=e2128 generic
1443
+ uid=e2129 img
1444
+ uid=e2132 generic value="Connect"
1445
+ uid=e2134 generic
1446
+ uid=e2136 link "Rémy Boutonnet Premium · 3rd Founder @ TuringDB | Fast graph database guy" url="https://www.linkedin.com/in/r%C3%A9my-boutonnet-a17bbb51/"
1447
+ uid=e2137 generic
1448
+ uid=e2138 figure
1449
+ uid=e2139 generic
1450
+ uid=e2140 generic
1451
+ uid=e2142 paragraph
1452
+ uid=e2143 link "Rémy Boutonnet Premium" url="https://www.linkedin.com/in/r%C3%A9my-boutonnet-a17bbb51/"
1453
+ uid=s193 StaticText "Rémy Boutonnet"
1454
+ uid=e2144 img "Premium"
1455
+ uid=e2145 img
1456
+ uid=e2147 paragraph value="· 3rd"
1457
+ uid=e2149 paragraph value="Founder @ TuringDB | Fast graph database guy"
1458
+ uid=e2153 button "Invite Rémy Boutonnet to connect"
1459
+ uid=e2154 generic
1460
+ uid=e2155 img
1461
+ uid=e2158 generic value="Connect"
1462
+ uid=e2160 generic
1463
+ uid=e2162 link "Josselin Petit Verified · 2nd Optics, Photonics & Sensor Simulation for all domains @ EDRMedeso | Former Ansys" url="https://www.linkedin.com/in/josselin-petit-0994802b/"
1464
+ uid=e2163 generic
1465
+ uid=e2164 figure
1466
+ uid=e2165 generic
1467
+ uid=e2166 generic
1468
+ uid=e2168 paragraph
1469
+ uid=e2169 link "Josselin Petit Verified" url="https://www.linkedin.com/in/josselin-petit-0994802b/"
1470
+ uid=s194 StaticText "Josselin Petit"
1471
+ uid=e2170 img "Verified"
1472
+ uid=e2171 img
1473
+ uid=e2173 paragraph value="· 2nd"
1474
+ uid=e2175 paragraph value="Optics, Photonics & Sensor Simulation for all domains @ EDRMedeso | Former Ansys"
1475
+ uid=e2179 button "Invite Josselin Petit to connect"
1476
+ uid=e2180 generic
1477
+ uid=e2181 img
1478
+ uid=e2184 generic value="Connect"
1479
+ uid=e2186 link "Show all people you may know" url="https://www.linkedin.com/in/jontwigge/"
1480
+ uid=e2187 generic
1481
+ uid=e2188 img
1482
+ uid=e2190 generic value="Show all"
1483
+ uid=e2195 generic
1484
+ uid=e2197 generic
1485
+ uid=e2198 heading "You might like" level="2"
1486
+ uid=e2199 paragraph value="Pages for you"
1487
+ uid=e2201 generic
1488
+ uid=e2204 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/"
1489
+ uid=e2205 generic
1490
+ uid=e2206 figure
1491
+ uid=e2207 generic
1492
+ uid=e2210 paragraph value="La French Tech"
1493
+ uid=e2212 paragraph value="Public Policy Offices"
1494
+ uid=e2213 paragraph value="518,782 followers"
1495
+ uid=e2214 generic
1496
+ uid=e2215 figure
1497
+ uid=e2217 paragraph
1498
+ uid=e2218 link "Eric & 47 other connections follow this page" url="https://www.linkedin.com/company/lafrenchtech/?showInNetworkFollowers=true"
1499
+ uid=e2221 button "Follow"
1500
+ uid=e2222 generic
1501
+ uid=e2223 img
1502
+ uid=e2225 generic value="Follow"
1503
+ uid=e2228 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/"
1504
+ uid=e2229 generic
1505
+ uid=e2230 figure
1506
+ uid=e2231 generic
1507
+ uid=e2234 paragraph value="French cyber command"
1508
+ uid=e2236 paragraph value="Armed Forces"
1509
+ uid=e2237 paragraph value="110,491 followers"
1510
+ uid=e2238 generic
1511
+ uid=e2239 figure
1512
+ uid=e2241 paragraph
1513
+ uid=e2242 link "Julien & 4 other connections follow this page" url="https://www.linkedin.com/company/commandement-de-la-cyberdefense/?showInNetworkFollowers=true"
1514
+ uid=e2245 button "Follow"
1515
+ uid=e2246 generic
1516
+ uid=e2247 img
1517
+ uid=e2249 generic value="Follow"
1518
+ uid=e2251 link "Show all pages you might like" url="https://www.linkedin.com/in/jontwigge/"
1519
+ uid=e2252 generic
1520
+ uid=e2253 img
1521
+ uid=e2255 generic value="Show all"
1522
+ uid=e2260 iframe
1523
+ uid=f41e3 generic
1524
+ uid=f41e4 banner
1525
+ uid=f41e5 generic
1526
+ uid=f41e6 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"
1527
+ uid=f41e7 button
1528
+ uid=f41e8 img
1529
+ uid=f41e13 generic
1530
+ uid=f41e14 link "Ad Image 1,195,922,893 Energy Transition Summit Can Southeast Europe balance sustainability & growth? Join us in Athens. Louise Louise & 1 other connection also follow FT Live" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=https%3A%2F%2Fenergytransitioneurope.live.ft.com%2F%3Futm_source%3Dlinkedin%26utm_medium%3Dpaid.s%26utm_campaign%3Demea_ft-live_event-registration_retargeting_bau_2026-energy-transition-summit-southeastern-europe-athens_core%26utm_term%3Dtext%26li_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%22CwEAAAGd8V8PcPQcHdgn-oKHWArngx3lFCQc4O8prT0aKoojWDzlEqfKQAPRqDm1zppru4VWxuXAWawma4J3C_xaxgaaZI3fC5BkHVL91kW_zKUexhQ7PI4UxSWQC7XbXZpMbvv2yevYeDy9Ad-ATokHQA-A7BEBbEbNqZEAP_Kyh4i1Yzj3Ot3-gLxyaibYws_M9s3xeFfd9etTf_N851E-LEjK4k_M4WuZ5JZHNBzT3dfwtq2jhfGTFY7mceWcJbRlkmRPAPfLoywKWWBt5vZgq-nmxntbBEltJ-XQe0eeUOD4IXGj6S--2dMPm6ZTWWeCHQAQn7io7Fg2o8QZTWKc_VAWUK0f49SSiyLRrdgv8iGkF22YzfsFRt_DPwYwxrE5IHK8JZqxMK-0aH0toivg0o2uUX7-ui7QRjesEPyOU_U2iK0WW2f0sSDiuUMW0kCPBZChgE4E2eR6j_pVfWNXSnd9m_CP4ISmYB6UaHZdI4PcnlwDK6nA_NsVw61LNAzF0Ob7gxDdoGG7hYGGAoGdtw_oSxu004VhtOhNXmheODqOqf36cQSNEdYx0PwffJwc0JyT2-Z61Ej5Dh_s7ALF-lDV7De7nRfqAr8j-EPEv0pqL9SyPRSVYaYQJaxQCj9v3242Ieq6Jmcvo1jt5y58oRBhv0wpdGvw-yhzmiGRzoTXlDT22DPigtkxUty-RyrI72MQ-y5OY5hfF8EX8fYk6zk1ihuDm8CTgTeu9UA5XGYpOv9K6IzDaNhpcA-i6YldmzMXJBExbsiC_Hf-wrDQqmBxIdMIWgG1TFx088xquzqUlZ2WaBgduL5hLrdwAhATlcmCAVjWa3w2E2h71WWO_n7AXtD6cbKtm3n36ud7v8pImI6Z0hrYoQS8PIToYTcN6uTTGv4NTyyMsRUGuJJODUIJF0gqjZagmbOzCuXkUKpaX8SxX8ZAf8_attNJaiiXoU_9pIjOrUpT7bBylPfl2QykK4E_5L4qjAxPPLMiK0gwxfelzPYLN-aZsLsAJ4hzeidmX7Qqk80WdcVtEyvoXLr9%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%225f95e871-ef5c-4744-998a-320a9ae32be1%22%7D%2C%22time%22%3A1777871032175%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"
1531
+ uid=f41e16 img "Ad Image 1,195,922,893"
1532
+ uid=f41e17 generic
1533
+ uid=f41e18 heading "Energy Transition Summit" level="4"
1534
+ uid=f41e19 paragraph value="Can Southeast Europe balance sustainability & growth? Join us in Athens."
1535
+ uid=f41e20 generic
1536
+ uid=f41e22 img "Louise"
1537
+ uid=f41e23 paragraph value="Louise & 1 other connection also follow FT Live"
1538
+ uid=f41e24 link "Ad Image 220,836,446 Start automating today Zapier connects the apps you use every day. Try it free. Mal Mal & 11 other connections also follow Zapier" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.zapier.com%3Futm_source%3Dlinkedin%26utm_medium%3Dpaid%26utm_campaign%3Dli-us-nua-linkedin-may_2022%26hsa_acc%3D503593393%26hsa_cam%3D616688226%26hsa_grp%3D191156156%26hsa_ad%3D220836446%26hsa_net%3Dlinkedin%26hsa_ver%3D3%26li_fat_id%3Daa1efdc6-f76b-478a-bb7d-51d9db60b8ff%26utm_campaign%3Dli-row-nua-evr-updatedprospecting_presignup_visitors_viewers_engagers_alldev_textad_conversions-ads%26utm_medium%3Dpaid%26utm_ads_campaign_id%3D191156156%26utm_source%3Dlinkedin%26utm_ads_ad_id%3D220836446%26utm_ads_adset_id%3D616688226&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%22CwEAAAGd8V8PcNNouTPyLaD4XCyubavZKwSG5R8iqCOZ9yTg0Paj18R7lomPaPQWPU0AGeBUIodFk4-qKyduCmZNaNd7GbaewD9SKVvrsLBxwmMCI69gJ2F51hS9mLCm87PIEVBWJ3FiPGFb-NV3CvsjQJgXjYSIeCZUIuwTzFDtA2c_unXziC03mj-vGBhlni_Sp74c2i-T-tpZTlNFIQ_yxbB1Wtlr7oru2Obv-y7vtd4gOufeapHvYUrH9_oEmz_sZBilyzfKXYBhFNmHVyXgprmGLQSw45EmBreq7nVf-Ba0wRguSEqLkERcLptB9nEWDtblfjQ3NO4-pUB470TE7wkOiYCoW8ojrTCvEFKZqM3VarLzStZ_jwB0J3dTWOH8vo4OJositiiBJAXkWDBpFpfFD9nuOUTIXoHGLppAjQEbzsSq8VKab2ypKwBqXzn55RNFmTdJtuMUqGhFeC_YrE59SYJwLIKwJUXGEpoq5MAC5MR8_9xHMIlJBGbgPNeWC1KlH4Ucmn0IEs4Nu2pfiS9d42qKcN1J3fmXZ0GQqUSWyEfo_Esrwl-SpBXS9JrwFuMocGHB6mFkhuhj1qLMLyrAwUb1RgAD0TPuvKP3rGI50c-743RvJT3Sdl46O6-q_luRg5JlrCHBIGLhE7WxnAHv-N49ZF51LcyzV3Wyc8AU0GezoZP_9bsFPHG2LcRJoEkSRbfe0zo43Esd7_sVKzYsP_5yGJIx5MlmQEFg_n_YA5nKtXEn83GQk13ECI88pRwYSFNb_HUon4bjDSQA2YOyzE61MPMdCcQaFAL5vqqzpNp3cdcxC75zPIeaKGqAMrCbKSPriMCyuQ1LtZmZS2bpcCvGf67kL19_k3R8a-bxh5mwQDfnL0yXJqTl6lFMey6qJ6HR-Gj4jHoCjfNCmtdaxfVK8jt-I0ynnPSeybVbKNCx8v7NbFXudKHvkBzHqmXaPy9Qi5mJ70QdMvjFCJtFHn2DVen-Hm2ilgzoEvWJZjCSJAoUiTSea8XR12Xkbbj6aQ%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%225175bad9-c5fe-4a30-8182-f5d0baa8b79e%22%7D%2C%22time%22%3A1777871032176%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"
1539
+ uid=f41e26 img "Ad Image 220,836,446"
1540
+ uid=f41e27 generic
1541
+ uid=f41e28 heading "Start automating today" level="4"
1542
+ uid=f41e29 paragraph value="Zapier connects the apps you use every day. Try it free."
1543
+ uid=f41e30 generic
1544
+ uid=f41e32 img "Mal"
1545
+ uid=f41e33 paragraph value="Mal & 11 other connections also follow Zapier"
1546
+ uid=e2264 generic
1547
+ uid=e2265 generic
1548
+ uid=e2266 navigation
1549
+ uid=e2267 link "About" url="https://about.linkedin.com/"
1550
+ uid=e2268 paragraph value="About"
1551
+ uid=e2269 link "Accessibility" url="https://www.linkedin.com/accessibility/"
1552
+ uid=e2270 paragraph value="Accessibility"
1553
+ uid=e2271 link "Talent Solutions" url="https://business.linkedin.com/talent-solutions?trk=flagship_nav&veh=li-footer-lts-control&src=li-footer"
1554
+ uid=e2272 paragraph value="Talent Solutions"
1555
+ uid=e2273 link "Community Guidelines" url="https://www.linkedin.com/legal/professional-community-policies/"
1556
+ uid=e2274 paragraph value="Community Guidelines"
1557
+ uid=e2275 link "Careers" url="https://careers.linkedin.com/"
1558
+ uid=e2276 paragraph value="Careers"
1559
+ uid=e2277 link "Marketing Solutions" url="https://business.linkedin.com/advertise?trk=n_nav_lms_f&src=li-footer"
1560
+ uid=e2278 paragraph value="Marketing Solutions"
1561
+ uid=e2279 button "Privacy & Terms"
1562
+ uid=e2280 generic
1563
+ uid=e2281 paragraph value="Privacy & Terms"
1564
+ uid=e2282 img
1565
+ uid=e2284 link "Ad Choices" url="https://www.linkedin.com/help/linkedin/answer/62931/"
1566
+ uid=e2285 paragraph value="Ad Choices"
1567
+ uid=e2286 link "Advertising" url="https://www.linkedin.com/ad/start/?trk=n_nav_ads_rr"
1568
+ uid=e2287 paragraph value="Advertising"
1569
+ uid=e2288 link "Sales Solutions" url="https://business.linkedin.com/sales-solutions?trk=flagship_nav&veh=li-footer-lss-control&src=li-footer"
1570
+ uid=e2289 paragraph value="Sales Solutions"
1571
+ uid=e2290 link "Mobile" url="https://mobile.linkedin.com/"
1572
+ uid=e2291 paragraph value="Mobile"
1573
+ uid=e2292 link "Small Business" url="https://business.linkedin.com/grow?src=li-footer"
1574
+ uid=e2293 paragraph value="Small Business"
1575
+ uid=e2294 link "Safety Center" url="https://safety.linkedin.com/"
1576
+ uid=e2295 paragraph value="Safety Center"
1577
+ uid=e2297 paragraph value="LinkedIn Corporation © 2026"
1578
+ uid=e2298 generic
1579
+ uid=e2299 list
1580
+ uid=e2300 listitem
1581
+ uid=e2301 generic
1582
+ uid=e2302 img
1583
+ uid=e2304 generic
1584
+ uid=e2305 link "Questions?" url="https://www.linkedin.com/help/linkedin/"
1585
+ uid=e2306 paragraph value="Questions?"
1586
+ uid=e2307 paragraph value="Visit our Help Center."
1587
+ uid=e2308 listitem
1588
+ uid=e2309 generic
1589
+ uid=e2310 img
1590
+ uid=e2312 generic
1591
+ uid=e2313 link "Manage your account and privacy" url="https://www.linkedin.com/mypreferences/d/"
1592
+ uid=e2314 paragraph value="Manage your account and privacy"
1593
+ uid=e2315 paragraph value="Go to your Settings."
1594
+ uid=e2316 listitem
1595
+ uid=e2317 generic
1596
+ uid=e2318 img
1597
+ uid=e2320 generic
1598
+ uid=e2321 link "Recommendation transparency" url="https://www.linkedin.com/help/linkedin/answer/a1339724/"
1599
+ uid=e2322 paragraph value="Recommendation transparency"
1600
+ uid=e2323 paragraph value="Learn more about Recommended Content."
1601
+ uid=e2325 generic
1602
+ uid=e2327 paragraph value="Select language"
1603
+ uid=e2328 generic
1604
+ uid=e2329 combobox "Select language"
1605
+ uid=s195 option "العربية (Arabic)"
1606
+ uid=s196 option "বাংলা (Bangla)"
1607
+ uid=s197 option "Čeština (Czech)"
1608
+ uid=s198 option "Dansk (Danish)"
1609
+ uid=s199 option "Deutsch (German)"
1610
+ uid=s200 option "Ελληνικά (Greek)"
1611
+ uid=s201 option "English (English)" selected
1612
+ uid=s202 option "Español (Spanish)"
1613
+ uid=s203 option "فارسی (Persian)"
1614
+ uid=s204 option "Suomi (Finnish)"
1615
+ uid=s205 option "Français (French)"
1616
+ uid=s206 option "हिंदी (Hindi)"
1617
+ uid=s207 option "Magyar (Hungarian)"
1618
+ uid=s208 option "Bahasa Indonesia (Indonesian)"
1619
+ uid=s209 option "Italiano (Italian)"
1620
+ uid=s210 option "עברית (Hebrew)"
1621
+ uid=s211 option "日本語 (Japanese)"
1622
+ uid=s212 option "한국어 (Korean)"
1623
+ uid=s213 option "मराठी (Marathi)"
1624
+ uid=s214 option "Bahasa Malaysia (Malay)"
1625
+ uid=s215 option "Nederlands (Dutch)"
1626
+ uid=s216 option "Norsk (Norwegian)"
1627
+ uid=s217 option "ਪੰਜਾਬੀ (Punjabi)"
1628
+ uid=s218 option "Polski (Polish)"
1629
+ uid=s219 option "Português (Portuguese)"
1630
+ uid=s220 option "Română (Romanian)"
1631
+ uid=s221 option "Русский (Russian)"
1632
+ uid=s222 option "Svenska (Swedish)"
1633
+ uid=s223 option "తెలుగు (Telugu)"
1634
+ uid=s224 option "ภาษาไทย (Thai)"
1635
+ uid=s225 option "Tagalog (Tagalog)"
1636
+ uid=s226 option "Türkçe (Turkish)"
1637
+ uid=s227 option "Українська (Ukrainian)"
1638
+ uid=s228 option "Tiếng Việt (Vietnamese)"
1639
+ uid=s229 option "简体中文 (Chinese (Simplified))"
1640
+ uid=s230 option "正體中文 (Chinese (Traditional))"
1641
+ uid=s231 img
1642
+ uid=s232 generic
1643
+ uid=s233 generic
1644
+ uid=s234 generic
1645
+ uid=s235 generic
1646
+ uid=s236 complementary
1647
+ uid=e2330 generic
1648
+ uid=e2331 generic
1649
+ uid=e2333 generic
1650
+ uid=e2334 generic
1651
+ uid=e2335 img "Jerome Etienne"
1652
+ uid=e2337 generic value="Status is online"
1653
+ uid=e2338 button "You are on the messaging overlay. Press enter to open the list of conversations."
1654
+ uid=e2339 generic
1655
+ uid=e2340 generic value="Messaging"
1656
+ uid=e2341 generic value="You are on the messaging overlay. Press enter to open the list of conversations."
1657
+ uid=e2342 generic
1658
+ uid=e2344 button "Open messenger dropdown menu"
1659
+ uid=e2345 img "Open messenger dropdown menu"
1660
+ uid=e2348 button "Compose message"
1661
+ uid=e2349 img
1662
+ uid=e2351 generic value="Compose message"
1663
+ uid=e2352 button "You are on the messaging overlay. Press enter to open the list of conversations."
1664
+ uid=e2353 img
1665
+ uid=e2355 generic value="You are on the messaging overlay. Press enter to open the list of conversations."
1666
+ uid=e2356 generic
1667
+ uid=e2358 heading "Page inboxes" level="3"
1668
+ uid=e2359 generic
1669
+ uid=e2360 generic value="Click to see affiliated inboxes"
1670
+ uid=e2361 button "Page inboxes"
1671
+ uid=e2362 img
1672
+ uid=s237 complementary "AI-powered assistant to get help with your career, jobs etc"
1673
+ uid=e2364 iframe
1674
+ uid=f42e1 generic active
1675
+ uid=s238 generic
1676
+ uid=s239 region "Toast message"
1677
+ uid=f42e3 heading "0 notifications total" level="2"
1678
+ uid=s240 alert
1679
+ uid=f42e4 region
1680
+ uid=f42e5 generic
1681
+ uid=f42e7 generic
1682
+ uid=f42e8 button "Skip to search"
1683
+ uid=f42e9 generic value="Skip to search"
1684
+ uid=f42e10 button "Skip to main content"
1685
+ uid=f42e11 generic value="Skip to main content"
1686
+ uid=f42e12 button "Keyboard shortcuts"
1687
+ uid=f42e13 generic value="Keyboard shortcuts"
1688
+ uid=f42e14 button "Close jump menu"
1689
+ uid=f42e15 img
1690
+ uid=f42e17 generic value="Close jump menu"
1691
+ uid=f42e18 banner "Global Navigation"
1692
+ uid=f42e19 generic
1693
+ uid=f42e20 link "LinkedIn" url="https://www.linkedin.com/feed/?nis=true"
1694
+ uid=f42e23 img "LinkedIn"
1695
+ uid=f42e24 img
1696
+ uid=f42e28 generic
1697
+ uid=f42e29 combobox "Search"
1698
+ uid=s241 generic
1699
+ uid=s242 img
1700
+ uid=f42e30 navigation "Primary Navigation"
1701
+ uid=f42e31 list
1702
+ uid=f42e32 listitem
1703
+ uid=f42e33 link "new feed updates notifications Home" url="https://www.linkedin.com/feed/"
1704
+ uid=f42e34 generic
1705
+ uid=f42e37 generic value="new feed updates notifications"
1706
+ uid=f42e41 img
1707
+ uid=f42e43 generic "Home"
1708
+ uid=f42e44 listitem
1709
+ uid=f42e45 link "My Network" url="https://www.linkedin.com/mynetwork/?"
1710
+ uid=f42e49 img
1711
+ uid=f42e51 generic "My Network"
1712
+ uid=f42e52 listitem
1713
+ uid=f42e53 link "Jobs" url="https://www.linkedin.com/jobs/?"
1714
+ uid=f42e57 img
1715
+ uid=f42e59 generic "Jobs"
1716
+ uid=f42e60 listitem
1717
+ uid=f42e61 link "Messaging" url="https://www.linkedin.com/messaging/?"
1718
+ uid=f42e65 img
1719
+ uid=f42e67 generic "Messaging"
1720
+ uid=f42e68 listitem
1721
+ uid=f42e69 link "Notifications" url="https://www.linkedin.com/notifications/?"
1722
+ uid=f42e73 img
1723
+ uid=f42e75 generic "Notifications"
1724
+ uid=f42e76 listitem
1725
+ uid=f42e78 button "Jerome Etienne Me"
1726
+ uid=f42e79 img "Jerome Etienne"
1727
+ uid=f42e80 generic
1728
+ uid=s243 StaticText "Me"
1729
+ uid=f42e81 img
1730
+ uid=f42e83 listitem
1731
+ uid=f42e85 button "For Business"
1732
+ uid=f42e89 img
1733
+ uid=f42e91 generic "For Business"
1734
+ uid=s244 StaticText "For Business"
1735
+ uid=f42e92 img
1736
+ uid=f42e94 listitem
1737
+ uid=f42e96 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=60prQRWATaefA3rfV6z%2BHQ%3D%3D&companyUrn=urn%3Ali%3Afsd_company%3A106063595&isSS=false&upsellSlotId=NAV_SPOTLIGHT&destRedirectURL=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fjontwigge%2F"
1738
+ uid=f42e98 generic value="Claim your 1 month free Premium Page"