All

Subscribe

We would like to part of your career journey. Subscribe to get our latest content

Recent

  • 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…


  • What becomes more valuable as coding becomes easier with AI?

    What becomes more valuable as coding becomes easier with AI?

    Summary My answer: specification, architecture, and verification — the judgment calls, not the typing. I built a framework to test this properly (not just vibes), then checked it against real data: GitHub’s 2025 growth numbers and two years of GitClear’s code quality metrics. What I found — code output is exploding, but duplication, refactoring, and…


  • 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)…