Large Language Models Llms Prompting
AI & Innovation15 min read

Large Language Models Llms Prompting

In this article, authors Numa Dhamani and Maggie Engler discuss how prompt engineering techniques can help use the large language models (LLMs) more effectively to achieve better results.

Source: InfoQ
Related sponsor icon
Source image from InfoQ.InfoQ

In this article, authors Numa Dhamani and Maggie Engler discuss how prompt engineering techniques can help use the large language models (LLMs) more effectively to achieve better results. This TensorBlue analysis is based on reporting and source material from InfoQ (https://www.infoq.com/articles/large-language-models-llms-prompting/).

What Happened

InfoQ Homepage Articles Maximizing the Utility of Large Language Models (LLMs) through Prompting

Maximizing the Utility of Large Language Models (LLMs) through Prompting

Prompt engineering is about experimenting with changes in prompts to understand their impacts on what large language models (LLMs) generate as the output. Prompt engineering yields better outcomes for LLM use with a few basic techniques

Zero-shot prompting is when an LLM is given a task, via prompt, for which the model has not previously seen data

For the language tasks in the literature, performance improves with a few examples, this is known as few-shot prompting

Chain-of-Thought (CoT) prompting breaks down multi-step problems into intermediate steps allowing LLMs to tackle complex reasoning that can't be solved with zero-shot or few-shot prompting

Built upon CoT, self-consistency prompting is an advanced prompting technique, that provides the LLM with multiple, diverse reasoning paths and then selects the most consistent answer among the generated responses

A new job title, "prompt engineer", has made waves in tech media recently, bursting onto the careers pages of top AI companies with promises of eye-wateringly high salaries. But what even is prompt engineering? The term itself was coined only within the past few years and refers to the art and science of prompting large language models (LLMs) to ac

"Imagine three different experts are answering this question. All experts will write down 1 step of their thinking, then share it with the group. Then all experts will go on to the next step, etc. If any expert realises they're wrong at any point then they leave. The question is ..."

InfoQ
Why It Matters

This topic matters because it signals where AI product delivery, engineering execution, and technical strategy are moving next.

Implications for Product and Engineering Teams

For TensorBlue readers, the useful question is not just what happened, but how this changes product architecture, engineering priorities, AI delivery, observability, team workflows, or executive decision-making.

  • Review whether this changes your AI roadmap, platform architecture, or engineering operating model.
  • Identify the specific workflow, reliability, governance, or developer-productivity lesson that applies to your organization.
  • Convert the lesson into a small production experiment with measurable quality, latency, cost, adoption, or risk metrics.
  • Document source assumptions clearly so teams do not overgeneralize from incomplete public information.

TensorBlue Takeaway

The practical opportunity is to turn this signal into a concrete implementation decision: better AI systems, stronger product instrumentation, more reliable automation, and clearer technical governance. Teams that connect public technology shifts to their own delivery systems will move faster without adding unnecessary complexity.

T

TensorBlue AI Desk

AI systems, software engineering, and product strategy