Robert Laurella
Hi! I'm Robert, Director of Product Marketing at Botpress, an artificial intelligence startup.
I hold a PhD in English from the University of Oxford, an MA from the University of Toronto, and a BA (hons.) from McGill University. In my work, I use the skills I developed throughout my academic career to translate complex engineering into thoughtful product marketing initiatives and go-to-market strategies.
Recent GitHub Activity
- Loading...
// robertLaurella.ts
interface Skills {
productMarketing: string[];
technical: string[];
interests: string[];
}
const robertLaurella: Skills = {
productMarketing: [
"Go-to-market strategy",
"Product positioning",
"Developer relations",
],
technical: [
"LLM orchestration & agent workflows",
"API design & documentation",
"TypeScript/JavaScript",
],
interests: [
"Building good software",
"Developer experience",
"Technical storytelling"
]
};
export default robertLaurella;