Skip to content
View kerenoded's full-sized avatar

Block or report kerenoded

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kerenoded/README.md

Hi, I'm Oded 👋

AWS & Distributed Systems Architect focused on event-driven systems, high-scale telemetry and IoT pipelines, and pragmatic engineering tradeoffs (scalability, failure modes, observability, and cost).

I enjoy building practical tooling and exploring how systems behave under real-world load, concurrency, and failure scenarios.

Focus Areas

  • Event-Driven Architectures (EDA)
  • AWS IoT platforms and telemetry pipelines
  • Serverless performance & cost optimization
  • Distributed system reliability and observability

Architecture Interests

  • Distributed systems design
  • System behavior under load and concurrency
  • Observability and production diagnostics
  • Performance engineering and reproducible load testing
  • Failure-mode analysis in cloud systems

Open Source Projects

My public projects span two areas: practical tooling for testing, investigating, and operating distributed systems in AWS environments, and explorations in multi-agent AI orchestration and generative applications.

AI-powered interactive animated story generator built on multi-agent orchestration and deterministic validation.
Uses a pipeline of four specialized Claude agents on Amazon Bedrock to generate complete branching episodes — story script, character choreography, SVG obstacle art, and frame-by-frame animation — from a single natural language prompt.

AWS-native incident investigation workflow built around deterministic workers and bounded AI.
Uses Step Functions to orchestrate evidence collection across metrics, logs, and traces, while GenAI serves as an advisory layer to compare competing hypotheses, interpret cross-source evidence, and surface missing evidence.

Generic AWS workload generator built on ECS Fargate with pluggable scenarios (IoT, SQS).
Designed for controlled load generation and analysis of system behavior under stress.

Repeatable k6 load testing framework running on ECS Fargate, generating traffic from a consistent cloud environment instead of developer laptops.

Currently Exploring

  • Load generation and reproducible performance testing environments
  • System behavior under high concurrency and burst traffic
  • Event-driven system reliability patterns

Writing

Featured articles (long-form)

Selected posts

Serverless / performance / cost

Architecture / networking / cost tradeoffs

Observability / production readiness

IoT / event-driven architecture

Cloud strategy / delivery

Notes from the field

Connect

Pinned Loading

  1. linions linions Public

    AI-powered interactive animated story generator — script, SVG art, and animations generated by Claude agents on AWS

    Python

  2. aws-incident-investigator aws-incident-investigator Public

    AWS-native incident investigation PoC: deterministic evidence collection, hypothesis ranking, and bounded AI advisory for root-cause analysis.

    Python 3 1

  3. aws-fargate-workload-runner aws-fargate-workload-runner Public

    Ephemeral workload generator on AWS Fargate for testing distributed systems (IoT, SQS, event pipelines).

    Python

  4. k6-fargate-runner k6-fargate-runner Public

    Run reproducible k6 API load tests from AWS Fargate instead of developer laptops.

    Python