Pavel Osokin

CEO & Cofounder at AMAI

Pavel Osokin has a long history of entrepreneurial experience. In 2011, they founded RESNAB LLC, where they served as CEO and Founder. In 2014, they founded LOGIO LLC, a software, marketing, PR and packaging company specializing in blockchain solutions and integrated marketing positioning. In 2017, they founded Como Capital, a full-service provider for ICO and blockchain projects. Finally, in 2019, they and their colleague Max launched AMAI, where they serve as CEO and Cofounder. In this role, their tasks include sales, attracting investments, working with partners and potential large clients. In the two years since AMAI's launch, they have created a high-quality Text-to-Speech product.

#include <iostream>

#include <string>

#include <vector>

#include <algorithm>

#include <sstream>

#include <queue>

#include <deque>

#include <bitset>

#include <iterator>

#include <list>

#include <stack>

#include <map>

#include <set>

#include <functional>

#include <numeric>

#include <utility>

#include <limits>

#include <time.h>

#include <math.h>

#include <stdio.h>

#include <string.h>

#include <stdlib.h>

#include <assert.h>

#include <unordered_map>

#include <unordered_set>

using namespace std;

#define scd(t) scanf("%d", &t)

#define scl(t) scanf("%ld", &t)

#define sclld(t) scanf("%lld", &t)

#define scc(t) scanf("%c", &t)

#define scs(t) scanf("%s", t)

#define scf(t) scanf("%f", &t)

#define sclf(t) scanf("%lf", &t)

#define mem(a, b) memset(a, (b), sizeof(a))

#define fo(i, j, k, in) for (int i = j; i < k; i += in)

#define rfo(i, j, k, in) for (int i = j; i >= k; i -= in)

#define rep(i, j) fo(i, 0, j, 1)

#define rrep(i, j) rfo(i, j, 0, 1)

#define fast \

ios_base::sync_with_stdio(false); \

cin.tie(0); \

cout.tie(0);

#define all(cont) cont.begin(), cont.end()

#define rall(cont) cont.end(), cont.begin()

#define F

Links

Peers

View in org chart

Timeline

  • CEO & Cofounder

    March 1, 2019 - present