Founder / alphai.io / Varna, BG
Mikhail
Makeev
I build financial news infrastructure for machines. AlphAI ingests the public wire, scores every story with an LLM, links it to tickers, and hands the result to agents and trading bots over REST and MCP — so nothing downstream has to fetch raw news and classify it first.
- Based
- Varna, Bulgaria
- Working on
- AI × capital markets
01 Primary project
AlphAI
alphai.ioAn AI-powered financial news platform built for AI agents and trading bots rather than for human readers. Free public sources go in — the GDELT news wire and SEC EDGAR Form 4 insider filings. Every article comes out pre-analyzed: per-ticker impact, a category, a sentiment and a 1–10 relevance score.
It ships three ways: a free public website, a paid REST API, and an MCP server that drops the whole feed into Claude, Cursor or any agent runtime as tools.
- Sources
- GDELT news wire · SEC EDGAR Form 4
- Enrichment
- per-ticker impact · category · sentiment · relevance 1–10
- Surfaces
- alphai.io · api.alphai.io · mcp.alphai.io
- Stack
- Django · Next.js · PostgreSQL · Docker Swarm on AWS Graviton
02 Open source
alphai-tui
github.com/makeev/alphai-tuiA terminal dashboard for watching the market: live quotes and candlestick charts next to the AI-scored news feed, sentiment and SEC Form 4 insider activity. Moving averages, RSI and volume drawn in half-blocks and braille — because the terminal is where I actually spend the day.
brew install makeev/tap/alphai-tui
- Built with
- Rust · ratatui
- Install
- Homebrew · AUR · crates.io
- License
- MIT · crates.io/crates/alphai-tui
03 Dotfiles
The editor everything above is written in, config and all. Built on lazy.nvim: native LSP with Mason-managed servers, blink.cmp completion, Copilot ghost text and CLI agents docked next to the buffer. Python-first — basedpyright, Ruff, mypy, debugpy — with Lua, TypeScript and Go along for the ride.
Clone it into ~/.config/nvim and the first launch bootstraps itself — plugins, language servers, parsers. Published in case any of it is useful to someone else.
git clone https://github.com/makeev/my-neovim-setup
- Built with
- Lua · lazy.nvim
- Servers
- basedpyright · ruff · lua_ls · ts_ls · gopls
- Requires
- Neovim ≥ 0.10 · ripgrep · a Nerd Font
- License
- MIT
04 Elsewhere