Skip to content
View israkir's full-sized avatar

Block or report israkir

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
israkir/README.md

hey, i'm israkir ๐Ÿ‘‹

first-person nerd | bits & bytes tinkerer


๐Ÿ”ฌ what i'm about

recent focus: analyzing prompts for intent-tribes, making observability and telemetry actually testable (so your LLM pipelines don't fly blind), giving financial research some structure and compliance muscle, and feeding AI agents APIs that are fast and cheap. if it has an algorithm and a purpose, i'm probably into it.

old habit / lasting interest: signal processing and knowledge representation. spread-spectrum watermarking in MATLAB, ConceptNet clients and graph walks in Python/CoffeeScript, AODV on Zigduino, Booth's multiplier in MIPS โ€” that era still shapes how i think.


๐ŸŒฑ recent interest / currently working on

what's on the bench right now (repos)

  • ๐Ÿง  semantic-clustering โ€” "turn prompt vibes into points, then let density find the tribes" analysis.
  • ๐Ÿ“ก telemetry-simulator โ€” fake traces, metrics & logs so convincing your observability stack will write home about them. agentic planning, tool recs for LLMs, tool calls with outer + inner policy-controller traces (yes, both layers)โ€”the full agent stack, simulated. schema-driven OpenTelemetry for LLM land. "it works on my machine" should include "and my telemetry too."
  • ๐Ÿ“ˆ copinance-os โ€” Copinance OS: fin research with structure. when "just use a spreadsheet" isn't enough. compliance and "yes, we actually checked" energy.
  • ๐Ÿค– onemcp โ€” API access for AI agents: fast, accurate, cost-efficient. (OneMCP) agents gotta eat too.

(reminder to myself: update this whenever the backlog wins or a new obsession hits.)


๐Ÿ› ๏ธ stuff i've shipped

from the signal-processing & knowledge-representation era โ€” still proud of these

  • ๐ŸŽญ cox-watermarking โ€” hide bits inside other bits. spread-spectrum informed watermarking in MATLAB. 29 โญ, 15 forks. steganography's nerdy cousin.
  • ๐Ÿ•ธ๏ธ conceptnet5-client โ€” walk the knowledge graph. reason over it. Python client + graph-walk inference for ConceptNet5. coworked with MIT Media Lab โ€” good old graduate school days...
  • ๐Ÿ“ถ zigduino-aodv-routing โ€” AODV on Zigduino. mesh routing in C. packets, uh, find a way.
  • ๐Ÿ”— semantic-relation-composition โ€” reason over relations. graph-walk style. semantic composition go brr.
  • ๐Ÿ˜ค sentiment-analyzer โ€” Chinese sentiment orientation for discourse relation pairs. ActionScript. feelings, quantified.
  • โ›“๏ธ forward-chaining-reasoning โ€” naรฏve forward chaining in Lisp. if A and B then C. the classic.
  • ๐Ÿ‘๏ธ Visualize-ConceptNet โ€” the graph, visualized (CoffeeScript). see it.
  • ๐Ÿท๏ธ concept-tag-generator โ€” content โ†’ concepts โ†’ tags, powered by ConceptNet. NLP without the buzzword bingo.
  • ๐Ÿ“ csie-parser โ€” parser for an "imaginative" csie programming language. because every language deserves a parser.
  • ๐Ÿ” sourcecode-scanner โ€” source code scanner written with flex. tokens before they were cool.
  • ๐Ÿงฎ booth-multiplicator โ€” Booth's algorithm in MIPS assembly. we multiply the hard way.
  • ๐ŸŽต music-compiler โ€” compile text-based musical compositions. C. because code and music share a grammar.

๐Ÿง  stack & vibes

  • languages: Python, Java, Scala, MATLAB, C, MIPS assembly, CoffeeScript, TypeScript
  • domains (now): observability & telemetry, financial research, AI/ML tooling
  • domains (old habit): signal processing, knowledge representation, embedded / wireless, computer architecture
  • mood: "what if we implemented that paper / that algorithm / that protocol ourselves?"

๐Ÿค collab?

i'm into open source, clean implementations, and projects that mix theory and practice. if you're building something with observability, telemetry, knowledge graphs, financial research, or weird embedded routing or you just want to nerd out about algorithms โ€” say aloha!


"fake traces, real intent. spreadsheets need backup. agents gotta eat."
โ€” probably me, after too much coffee


profile readme ยท israkir ยท github.com/israkir ยท repos

Popular repositories Loading

  1. cox-watermarking cox-watermarking Public

    a simple spread-spectrum based informed watermarking implementation in MATLAB

    MATLAB 29 15

  2. conceptnet5-client conceptnet5-client Public

    Python programming interface and graph walk inference engine for ConceptNet5 Web API

    Python 26 8

  3. zigduino-aodv-routing zigduino-aodv-routing Public

    a revised AODV routing implementation for zigduino

    C 6 5

  4. booth-multiplicator booth-multiplicator Public

    Booth's Multiplication Algorithm Implementation in MIPS assembly

    Assembly 5 3

  5. Visualize-ConceptNet Visualize-ConceptNet Public

    A visualization of the ConceptNet database.

    CoffeeScript 4 1

  6. concept-tag-generator concept-tag-generator Public

    a content tag generator based on ConceptNet

    Python 3