About: Vibe coding

An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Programming paradigm with AI assistance

Property Value
dbo:description
  • парадигма програмування за допомогою ШІ (uk)
  • AI destekli programlama paradigması (tr)
  • أسلوب برمجي يعتمد على الذكاء الاصطناعي (ar)
  • KI-basierte Generierung von Programm-Quellcode (de)
  • Paradigma di programmazione con assistenza dell'IA (it)
  • LLM에 프롬프트를 입력하여 문제를 해결하는 AI 기반 프로그래밍 기법 (ko)
  • přístup k tvorbě softwaru založený na využití umělé inteligence (cs)
  • paradigma de programació amb ajuda d'IA (ca)
  • paradigma de programación con asistencia de IA (es)
  • paradigma kodiranja s pomočjo umetne inteligence (sl)
  • paradygmat programowania z pomocą AI (pl)
  • programmeringsparadigma met KI-bystand (af)
  • programming paradigm with AI assistance (en)
  • paradigme de codage avec assistance de l'intelligence artificielle (fr)
  • 使用AI輔助的編程風格 (zh)
dbp:date
  • 2025-05-10 (xsd:date)
dbp:llm
  • ChatGPT (en)
dbp:prompt
  • Write JavaScript code to estimate Pi using the Monte Carlo method. (en)
dbp:ref
  • 0001-05-10 (xsd:gMonthDay)
dbp:response
  • Here's a concise JavaScript implementation of estimating π using the Monte Carlo method: function estimatePi { let insideCircle = 0; for { const x = Math.random; const y = Math.random; if { insideCircle++; } } return * 4; } // Example usage const samples = 1_000_000; console.log; This method generates numSamples random points in the unit square and counts how many fall within the unit quarter-circle. The ratio approximates π/4. Would you like a version with a visual plot ? (en)
dbp:title
  • Example of vibecoding (en)
dbp:width
  • 25.0 (dbd:perCent)
dbp:wikiPageUsesTemplate
dct:subject
rdfs:label
  • Vibe coding (en)
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 4.0 International