Skip to main content

GenAI Productivity: Ideas to project proposal 3

Produced using Google Gemini

In two previous posts I looked at using Generative AI to start producing  project ideas and refining one to be the start of the proposal, Previous blog posts
One of the most significant cognitive hurdles for students is the transition from a high-level area of interest to a rigorously defined project specification. This "blank page" problem often leads to poorly scoped projects or a lack of alignment with current academic literature.

Building on my previous experiments in prompt-mediated productivity, this post examines a structured workflow for using Large Language Models (LLMs)—specifically GPT-4o—to scaffold the development of a BSc Software Engineering project proposal.

The Methodology: Multi-Stage Prompt Scaffolding

Rather than requesting a single output, the workflow utilizes a recursive prompting strategy. This mirrors the iterative refinement process we expect from students, but accelerates the initial drafting phase.

Stage 1: Broad Ideation and Constraint Mapping

The initial objective is to map the "possibility space" within a specific domain, such as Ambient Assisted Living (AAL). By providing the LLM with a specific student persona and technical constraints, we ensure the output is calibrated to the appropriate academic level.

The Instructional Prompt:

"Generate five distinct project ideas suitable for a BSc Software Engineering student specializing in Ambient Assisted Living. The projects must emphasize complex programming logic. For each, provide: a 100-word abstract, a 200-word academic justification, core functional goals, and a bill of materials (physical resources)."

Stage 2: Deepening Rigor and Academic Grounding

Once a candidate project is selected—in this case, a Voice-Controlled Personal Assistant (VCPA) for Dementia Patients—the next phase involves "hardening" the proposal. This requires the LLM to integrate formal citations and expand the technical justification to meet the requirements of a formal module descriptor or proposal document.

The Refinement Prompt:

"Expand Project Idea 4 into a formal 700-word proposal. Integrate Harvard-style citations throughout the justification and description. Focus on the technical implementation (NLP, speech-to-text) and the ethical considerations of assistive technology. Include a comprehensive reference list."

Case Study: The "Cognitive Assistant" Proposal

The resulting output demonstrated a sophisticated understanding of the intersection between software engineering and healthcare informatics. Key highlights included:

  • Technical Stack Identification: Moving beyond generic "AI," the model suggested specific open-source frameworks like Rasa for dialogue management and Vosk/DeepSpeech for privacy-preserving, offline inference—a critical requirement for sensitive healthcare data.

  • Architectural Feasibility: The proposal mapped the solution onto low-cost Edge hardware (Raspberry Pi 4), providing a realistic scope for a self-funded student project.

  • Academic Context: The justification aligned the project with the IEEE's "Ethically Aligned Design" and the WHO's Global Action Plan on Dementia, providing the student with a high-level framework for their literature review.

The Critical Intervention: Human-in-the-Loop (HITL) Verification

In a computing education context, the "Human Bit" is not merely an afterthought; it is the primary learning objective. For supervisors and students, this workflow necessitates a rigorous audit phase:

  1. Citation Forensics: LLMs are prone to "hallucinating" academic sources. Students must be taught to verify every DOI and paper title against reputable databases (ACM Digital Library, IEEE Xplore).

  2. Feasibility Auditing: While the LLM can suggest an architecture, the student must verify whether a Raspberry Pi has sufficient computational capacity for real-time NLP with minimal latency.

  3. Reflective Personalisation: The AI output serves as a "minimum viable product" (MVP). The student’s role is to inject their own unique research questions and technical nuances that distinguish an automated draft from a personal contribution to the field.

Pedagogical Implications

By using GenAI as a "drafting partner," we shift the student’s labour from low-level structural drafting to high-level critical evaluation. This approach doesn't just produce a better proposal; it models the type of AI-augmented engineering workflow that is likely to become standard in  industry.

We should view these tools not as a threat to academic integrity, but as a sophisticated form of scaffolding that allows students to engage with complex project design more rapidly and deeply.


All opinions in this blog are the Author's and should not in any way be seen as reflecting the views of any organisation the Author has any association with. Twitter @scottturneruon

Comments

Popular posts from this blog

GenAI Productivity: Ideas to project proposal 1

One of the ways I use Generative AI with students is to take basic ideas for projects, usually a title, and get these tools to greater ideas and start of a project proposal. This is with all the usual caveats  Check the references (if any); It is going to be basic, so extend it. In this example I am going to use Co-pilot but the ChatGPT, etc can be used, employing a few basic prompt engineering basics: personas (who is the target audience?) and Templates (how do I want it to look?) to start this process. Example:  Project ideas for MSc Data Intelligence students (persona)  on a particular topic. The reply will include subheadings and relevant (hopefully) content for  TITLE, INTRODUCTION, PROBLEM STATEMENT. The prompt: " Taking the topic "Leveraging open-source tools to measure and present academics publications automatically from public domain data.". Give five innovative projects for a Master's level student dissertation in Data Intelligence. Each project example wi...

GenAI Productivity: Ideas to project proposal ideas from Google Scholar

From Google Scholar to Project Ideas or Using AI to Map the Future of Your Research Generated as well by Google Gemini Have you ever looked at a researcher’s Google Scholar profile and felt overwhelmed? Between the long lists of citations and dense technical titles, "connecting the dots" of a decade-long career is a massive cognitive lift. Whether you are a student hunting for a dissertation topic or a professional scouting for a collaborator, understanding the trajectory of research is harder than reading the papers themselves. In my latest experiment, I used Google Gemini to see if it could bridge this gap. I gave it a specific challenge: Analyze my own research profile and design 10 compelling project ideas for a final-year Computer Science student. The Prompt: Turning Data into Direction The secret to a good AI output is giving it a clear "anchor." By providing a URL to a live dataset (my Scholar profile), I bypassed the need to copy-paste thousands of words....

Getting multiple viewpoints with ChatGPT

Well sort of! There are approaches where we can get the generative AI to look at a problem from multiple perspectives (or personas) and bring the ideas generated, ideally informed by the others. to a final plan. One of the main strategy is called Tree of Thoughts (see here for more detail  https://www.forbes.com/sites/lanceeliot/2023/09/08/prompt-engineering-embraces-tree-of-thoughts-as-latest-new-technique-to-solve-generative-ai-toughest-problems/?sh=5ce79bdb2c8b ). The central idea is get a number of expert opinions, allow potential cross-fertilization of ideas, come up with actions or plans. Let see this action.  Scenario: Find out about the UK Government's plans on Disability support and then use Tree of Thoughts to produce some ideas for a company making disability equipment based on their website. Google's Gemini will be used. Stage 1 "UK Governments plans on Disability support ": Prompt:  Read, convert to plain text and consolidate information from the followi...