PrajnaEdge
A curiosphere for curious minds who want to understand, experiment with, and experience technology.
To continue exploring
Technology, made tangible.

Where does intelligence run?

Explore AI that moves inference closer to the data — from the edge to the device itself.

AI inference runs at or near the point where data is generated, rather than relying on a remote cloud.
Edge AI Computer Vision

Image Classification

Can this image classifier maintain its intelligence while becoming small enough for the edge?

// Coming soon
Edge AI Playground

Image Classification

Can this image classifier maintain its intelligence while becoming small enough for the edge?

Choose an image

Upload an image
Supports JPG, JPEG, PNG
This classifier recognizes only Apple, Banana, and Orange. Other objects may be incorrectly classified as one of these classes.

Choose the model

Model size
4.91 MiB
Largest activation
~625 KiB
Test accuracy
99.11%
Measured model accuracy
Your image is processed locally in your browser.
On-Device AI
On-Device AI Playground
// Coming soon

Explore the ideas, systems and connections that shape technology — choose any node to begin your journey.

PrajnaEdge Navigation Tree
Embedded Systems Tree

Edge AI Demonstrations

Deploying neural networks and intelligent decision loops on raw silicon targets.

Sort:
Operating Systems

Scheduling in the Wild

How today's operating systems decide who runs next.

Operating SystemsSchedulingLinux CFSWindows DynamicmacOS QoSAndroid EASRTOS

1. The Evolution of Scheduling

The algorithms we studied earlier—First-Come First-Served (FCFS), Shortest Job First (SJF), Priority Scheduling, and Round Robin—were not discarded. They became the engineering foundation upon which today's schedulers evolved.

FCFS
Order of Arrival
SJF / SRTF
Shortest Job First
Priority Scheduling
Static Urgency Levels
Round Robin
Time-Slicing Rotation
Modern Hybrid Schedulers
Dynamic Multi-Level Feedback
Today's Operating Systems
Linux, Windows, macOS, Android

2. Why Simple Rules Were No Longer Enough

No single, simple scheduling rule can simultaneously satisfy the competing demands of modern computing. Optimizing for one metric almost always degrades another.

Fairness vs. Responsiveness
Giving every background task equal execution time (Fairness) stalls the foreground thread rendering the user's cursor movements (Responsiveness).
Throughput vs. Battery Life
Running the CPU at max frequency to finish computational workloads faster (Throughput) drains the battery cells and generates extreme heat (Battery Life).
Determinism vs. Multi-core
Guaranteeing that an operation finishes under a microsecond deadline (Real-Time) conflicts with loading it dynamically across multiple cores (Multi-core CPUs).

3. Today's Operating Systems

Because different devices serve different markets, their operating systems implement vastly different scheduling philosophies.

Linux: Completely Fair Scheduler (CFS) * Goal: Fairness across thousands of concurrent processes. * Philosophy: Instead of managing fixed-priority queues, Linux CFS estimates how much CPU execution time every process has already received. The scheduler then selects the process that has received the least CPU time.

Windows: Dynamic Priority Scheduling * Goal: Instantaneous response for interactive applications. * Philosophy: Windows dynamically boosts the priority of foreground threads (such as clicking a button or typing). Background tasks are temporarily throttled, then boosted once interactive tasks go idle.

macOS: Quality of Service (QoS) based Scheduling * Goal: Silky smooth user experience and interface animations. * Philosophy: Threads are categorized by purpose—User Interactive, User Initiated, Utility, or Background. The scheduler allocates cores and execution windows according to this class structure.

Android: Energy Aware Scheduling (EAS) * Goal: High performance combined with long battery life. * Philosophy: Built on top of the Linux scheduler, EAS estimates the energy consumption of different CPU cores (BIG.little architectures) before dispatching a thread, keeping low-demand work on low-power cores.

RTOS (Real-Time Operating Systems) * Goal: Absolute deterministic execution. * Philosophy: Meeting strict deadlines is more important than fairness. An RTOS will starve all other work on the machine to guarantee that a safety-critical task completes on time.

4. Manthana: The Scheduling Trade-off

Every operating system values something different. If you were designing this system... which scheduling philosophy would you choose?

5. Reflection

The classic scheduling policies taught us how a single processor shares its time. Modern schedulers taught us how to make better decisions under competing constraints.

But we have operated under a silent assumption: that there is only one processor, executing one instruction stream at a time.

Today's computers rarely think with a single core.

They think with many.

And when multiple processors begin working simultaneously, sharing time is no longer the only challenge. The new frontier is sharing memory, coordinating state, and ensuring that processors working in parallel do not step on each other's feet.

System Tree Node Operating Systems

PrajnaEdge

Engineering concepts you don't just read — you experience.
Founded in 2026.

PrajnaEdge is a technology company exploring the space between understanding technology, experimenting with ideas, and turning them into things that can be experienced.

Our Mission

To make technology easier to explore, deeper to understand, and more exciting to experience.

Our Vision

To build a technology ecosystem where curiosity, experimentation and creation continuously lead to one another.

Where it began

Embedded Systems

PrajnaEdge began with Embedded Systems — exploring the foundations that connect hardware, software and intelligent computation.

The first technology universe is built around that foundation. The journey will expand as new ideas, experiments and products emerge.

PrajnaEdge is a technology company created by Devaharsha Meesarapu.

CREATOR PROFILE

Devaharsha Meesarapu

Embedded Systems • Firmware • Edge AI

I am the engineer behind the design, development, and content of PrajnaEdge. I build low-level systems where code directly controls hardware, bridging the gap between register-level silicon behavior and intelligent edge decision loops.

View Resume →

ABOUT ME

I am an Embedded Firmware Engineer focused on developing software for resource-constrained systems. My experience spans bare-metal firmware, device drivers, microcontroller peripherals, and communication protocols, working across the boundary between hardware and software.

My work has involved microcontroller-based systems, real-time behaviour, hardware interfaces, and communication technologies such as CAN, CAN FD, UART, SPI, and I²C. I am particularly interested in understanding systems from the lowest level upward—from registers and peripherals to intelligent edge systems.

ENGINEERING PHILOSOPHY

Engineering is not just about writing code; it is about managing constraints, timings, and physical hardware characteristics. True mastery of complex systems comes from understanding the interactions across different layers of the stack.

This conviction is why I built PrajnaEdge—to bridge the gap between conceptual theory and direct, register-level physical reality.

CONNECT

LinkedIn → GitHub →

Interactive Career Journey

Let's Connect
Interested in embedded systems, AI, or building something meaningful? I'd love to hear from you.
Open to collaborations, research, and interesting engineering conversations.
Help Improve PrajnaEdge
Found something to improve? I'd love to hear your thoughts.

Bare Metal

Software that runs directly on hardware without an operating system.

Applications
Operating Systems
YOU ARE HERE
Bare Metal
Processor
Hardware

"Every embedded application begins long before main()."

Operating Systems

An Operating System manages hardware and software resources so complex applications can work efficiently.

Applications
YOU ARE HERE
Operating Systems
Bare Metal
Processor
Hardware

"When one loop is no longer enough to carry the burden."

Support PrajnaEdge

PrajnaEdge is an independent education platform built to make knowledge freely accessible.

If you find PrajnaEdge useful, you can support its continued development.

Your support helps fund the time, tools, infrastructure, and experimentation that go into building and maintaining PrajnaEdge.

Select Region
Select Amount
Select an amount to support PrajnaEdge.