Category: Upskilling

  • What is impacting quality of Agentic coding?
    , ,

    What is impacting quality of Agentic coding?

    Previous post detailed specification, architecture, and verification become more valuable as coding gets cheaper, backed by GitClear/GitHub data. Natural next question — squeezed by what, mechanically? Ran a small experiment to find out. One task, one model, one run — treat as a worked example, not proof. The experiment A simple code migration, from one…

  • Processor and its micro architecture for high performance

    Processor and its micro architecture for high performance

    What is a processor? Processor is a silicon chip whose function is to perform efficientily set of arithmetic and logical operations. It is the brain of any computer system. Some of its key characteristics How to measure processor performance for a program? Performance = Time per program = Instruction Count (number of instructions per program)…

  • Introduction to Embedded Systems

    Introduction to Embedded Systems

    What is an Embedded System? First, a system is a set of tasks executed against a fixed set of rules, program or plan for a given objective. Embedded System is an application specific computer system comprised of both hardware and software to complete a set of tasks for a given objective. Embedded System runs inside…