Posts

Featured post

From Lab Failure to Fix: The Engineering Debugging Mindset

Engineering Series · Day 5 · Scheduled for Sep 27, 2026 · Tags: Engineering Students, Labs, Debugging, Design Labs, senior design, and internships all reward the same muscle: when something fails, you diagnose instead of guessing. Why “try something else” wastes hours Random changes create new variables. You never learn which change fixed the issue — so the bug returns during the demo. Engineers isolate causes. The engineering debugging loop Observe — What exactly failed? Symptom, error message, measurement, photo. Reproduce — Can you make it fail again on purpose? Hypothesize — One cause, written in one sentence. Test the hypothesis — Change one variable; predict the result before measuring. Record — What you tried, what you expected, what happened. Fix and verify — Confirm the original symptom is gone and no new failure appeared. Lab example: unexpected sensor readings Symptom: temperature reads 85°C in a room-temperature setup Hypotheses: wrong units, bad w...

Using AI Tools Ethically for Engineering Homework and Projects

Engineering Series · Day 4 · Scheduled for Sep 26, 2026 · Tags: Engineering Students, AI Tools, Study Skills AI can make you a sharper engineering student — or a fragile one who collapses on exam day. The difference is how you use it. Why this matters now ChatGPT, Claude, Gemini, Cursor, and Wolfram-style tools are everywhere on campus. Professors care less about whether you used AI and more about whether you still understand the model, units, and failure modes. High-value uses (do these) Explain a concept two ways — “Explain Kirchhoff’s laws with a water-flow analogy, then formally.” Critique your framing — Paste your knowns/unknowns and ask what is missing. Generate practice variants — “Change numbers and one assumption; keep the same method.” Debug your reasoning — Show your steps and ask where the logic breaks (not just “is this right?”). Code helpers — Use Cursor or Copilot for MATLAB/Python labs after you can outline the algorithm. Low-value / risky uses (avo...

How to Break Down Complex Engineering Problems (Without Getting Stuck)

Engineering Series · Day 2 · Scheduled for Oct 25, 2026 · Tags: Engineering Students, Problem Solving, Exam Prep Hard engineering problems feel hard because they look like one giant block. They are almost always a chain of smaller problems. Why complex problems freeze students Your brain tries to hold every variable at once. Working memory fills up, anxiety rises, and you either stare or thrash. Decomposition fixes that by giving you a sequence of small wins. The decomposition method Underline verbs — find, design, compare, optimize, prove, select. Split into deliverables — each verb often becomes a sub-problem. Order by dependency — what must be true before the next step can start? Solve the bottleneck first — the step that unlocks everything else. Assemble and re-check interfaces — units, signs, boundary conditions between parts. Example: multi-part circuits problem Prompt: Find the power dissipated in R3, then redesign the source so power stays under 2 W. Su...

A Systematic Problem-Solving Framework for Engineering Students

Engineering Series · Day 1 · Scheduled for Oct 24, 2026 · Tags: Engineering Students, Problem Solving, Study Skills Engineering exams and projects rarely fail because of missing formulas. They fail because the problem was never framed clearly. Why this matters for engineering students Whether you are in mechanical, electrical, civil, or computer engineering, grades and internships reward the same skill: turning a messy real-world prompt into a solvable model. A shared framework beats last-minute panic. The 6-step engineering problem-solving framework Restate the goal — Write one sentence: what must be found, designed, or decided? List knowns and unknowns — Separate given data, assumptions, and what is missing. Sketch the system — Free-body diagram, circuit, flowchart, or block diagram. Choose the governing model — Laws, equations, algorithms, or standards that apply. Solve and check units — Work symbolically first when possible, then plug numbers. Validate the answer...

Build a Second Brain with Notion AI (Content System for 30 Days)

Build a Second Brain with Notion AI (Content System for 30 Days)

Day 6 of 30 · Scheduled for Sep 29, 2026 · Tags: Notion AI, Productivity If your AI ideas live in random chats, your blog will stay inconsistent. Why this matters now AI tools are shipping features every week. Creators and founders who learn the useful features early can publish faster, cut costs, and build an audience that advertisers pay for. This guide focuses on Notion AI with practical steps you can apply today. Key features and trends Database for topic ideas, keywords, and publish dates AI summaries of research dumps Templates for outlines, briefs, and CTAs Status pipeline: Idea to Draft to Scheduled to Live Content reuse for LinkedIn and X threads How to use it (step-by-step) Create properties: keyword, intent, monetization angle, status Add 50 ideas once, then pull one card per day Use Notion AI to expand brief notes into outlines Link each published URL back to the database Who should use this Choose this approach if you want practical results — not ...

Cursor AI Explained: How Coding Agents Change App Building in 2026