dopetalk does not endorse any advertised product nor does it accept any liability for it's use or misuse


Our Discord Notification Server invitation link is https://discord.gg/jB2qmRrxyD

Author Topic: Collabware's AI-Assisted Engineering vs Vibe Coding and Our Engineering Prompts  (Read 180 times)

Offline smfadmin (OP)

  • SMF (internal) Site
  • Administrator
  • Sr. Member
  • *****
  • Join Date: Dec 2014
  • Location: Management
  • Posts: 613
  • Reputation Power: 0
  • smfadmin has hidden their reputation power
  • Last Login:Today at 10:53:35 PM
  • Supplied Install Member
📎 Click on me to view all attachments
ListAttBBC  |  v6.8  |  2026-09-01  |  Andrew.human & Claude.ai
#FileSizeDownloadsInfoDL
00vibe-coding-vs-ai-assisted-engineering.md5.2 KB0ℹ️⬇️
01compliance_check.py5.7 KB1ℹ️⬇️
02checkpoint-standards-section.md2.1 KB0ℹ️⬇️
03instagram-1788520594753.mp419 MB47ℹ️⬇️
04instagram-1788521721884.mp414.9 MB33ℹ️⬇️
05reusable-ai-code-review-prompt.md5.8 KB0ℹ️⬇️
06lmv-v3.3.4-review-findings.md9.7 KB0ℹ️⬇️
07lmv_bbcode_v4_0.zip38.3 KB0ℹ️⬇️
08conversation-transcript.pdf154.2 KB2ℹ️⬇️
09lmv_bbcode_v4_1.zip38.7 KB0ℹ️⬇️
10lmv_bbcode_v4_2.zip39.8 KB0ℹ️⬇️
11conversation-transcript-part2.pdf60.5 KB2ℹ️⬇️
12conversation_transcript.pdf17.8 KB1ℹ️⬇️
What we do here at Collabware is AI-Assisted Engineering but it's constant battle keeping AI on point because they tend to write insecure, buggy and sloppy code -- not to mention being inconsistent ! I take regular checkpoints and will start taking quality checkpoints from here on in.

This is the problem:

https://www.instagram.com/reel/DbEmNbZE_2X/?igsi=aGpwNGdqZnN6aXhw

These are our solutions
Quote
This is for you if you're using the same AI to build and review your code. This is a follow-up to last week's cross-platform testing reel.
Because every single platform has a training bias, and every model out there defaults to a pattern and has a blind spot — it cannot see in its own output. So the builders that get the best results know exactly which platform to match to which job. Here is what each platform catches that the others miss.
Number one is Claude. It excels at adversarial reasoning, security reviews, and deep architectural analysis. It thinks like an attacker. It finds injection paths, authentication bypasses, and logic flaws like a pro. That, and the AI building platform will always defend itself — so Claude is the one to sic on it. If you built in Cursor, Lovable, or Bolt, I'd bring your security review to Claude and frame it as a penetration test. So direct your AI to run security-critical reviews on a platform with demonstrated adversarial depth. I think someone on here actually named their adversarial audit "The Murphy." That's a win.
Step two is Codex and Gemini — strongest at catching implementation errors and reviewing code they did not write. So Codex reads your codebase cold and flags what does not belong. Gemini brings a giant context window that lets you hold an entire project in one view, and it'll spot patterns across files that a single-file reviewer will miss. So if you built in Claude Code, I'd take your logic verification to Codex or Gemini for a second opinion, with no attachment to the original implementation. So direct your AI to run a full codebase review on a platform that did not generate the code.
And number three, Lovable, Bolt, and Cursor. They are super strong at full-stack builds and rapid prototyping. So if you built your backend in Claude Code, I'd hand the requirements to Lovable, Bolt and compare how a different platform interprets the same specs. Where the implementations differ is where your assumptions live — and the opportunity lives. So those differences always surface architecture decisions in your first platform, made silently for you. So direct your AI to rebuild one critical module on a platform and document the different approach it took. Same build, different eyes, better product every single time.
based on:

https://www.instagram.com/reel/Dcv2OyCiGkc/?igsi=bTF0NzJpdTdmcDl5 and this is A VERY CLEVER, "USING HIS RECOMMENDATION ON HIS TRANSCRIPT-type, Critique ! Why ? Because by using HIS WORDS ONLY technique (lol, 😋 -  I LUV ❤️ this bit cumin' up > ...)
Quote
Number one is Claude. It excels at adversarial reasoning, security reviews, and deep architectural analysis. It thinks like an attacker. It finds injection paths, authentication bypasses, and logic flaws like a pro
[/b][/size]
Quote

Claude.ai says "Take the headline idea and leave the taxonomy behind — that's roughly my read of this.

The part that's genuinely true: a model reviewing its own output has a structural blind spot — it tends to re-derive the same reasoning that produced the bug in the first place, not spot it. You've actually seen this directly in this conversation: I caught real bugs in Gemini's drafts (the docstring duplication regression, the value-based magic-number exclusion bug, the invalid regex character range) that Gemini's own pass missed twice in a row. A different model, or even the same model coming at it cold in a fresh context, catches different things than the one that wrote it. That part isn't hype.

The part I'd push back on: the specific claims — "Claude thinks like an attacker," "Codex reads cold better," "Gemini's context window spots cross-file patterns better" — are stated as settled fact but are really just this one person's anecdotal read, dressed up with confident language ("finds injection paths like a pro," "every single time"). Model behavior on this stuff shifts release to release, isn't something anyone's actually benchmarked here, and "which model is better at X" claims age badly. I'd treat it as one person's working theory, not an established taxonomy.

Where it actually lands on your setup: you're already doing the underlying thing. Andrew (Architect/QA Lead), Claude (Lead Programmer), ChatGPT (Systems Analyst), Gemini (Relief Programmer) is already a cross-model review structure — Chatty reviewing Gemini's CONFIG-001/DOC-001 work and catching the "not the full spec" gap earlier in this thread is exactly the pattern this post is describing, you just built it before reading about it. The one adjustment I'd actually consider taking from this: for something like a security-critical review of the ISE search/auth surfaces specifically, deliberately handing it to whichever model didn't write that code, framed explicitly as "find a way to break this" rather than "does this look right" — that framing change (audit vs. review) tends to surface different findings regardless of which model does it.


Me, Chipper:

NB: We do this now except for: (hey, what is) "Lovable, Bolt and compare ..." ?


AI:
[md[
**Lovable** and **Bolt (Bolt.new)** are "prompt-to-app" builders — you describe an app in plain English and they generate a full working web app (frontend + backend + database + auth), not just a code snippet or a chat reply. Different category from Claude/ChatGPT/Gemini/Cursor entirely — those are assistants you direct; these are closer to autonomous scaffolding tools.
[/md]
[/color]

Me, Chipper:

so ive just wasted hours bc we are doing the best possible already ! In true H. Simpson parlance: "Doh !"


AI:

Nah — I wouldn't call it wasted. You went in to check whether your setup had a gap, and it came back clean. That's a legitimate use of an hour, not a waste of one — the alternative is never checking and just assuming, which is worse.

And it wasn't a total no-op either: it gave you the actual language for what you're already doing ("cross-model adversarial review," directing critical stuff at whichever model didn't write it) — useful if that Master Post on Collabware's AI-assisted engineering workflow ever needs updating or explaining to someone else.

Anyway — Homer's right that it stings a little. But the correct read here is closer to "confirmed I'm not missing anything" than "doh."


---

# Reusable Prompt: Deep Code/Security Review for Andrew's SMF Mods

Use this as the standing prompt template for any future "review this
package" request — to any AI, not just Claude — on drugs-and-users.org
mod packages (BBCode mods, admin tools, standalone CLI scripts, etc.).

---

## Prompt template

See the attachments for the:

1. "Prompt Engineered" reusable Query and see it in action as we review our sample Mods, one of our premiere Mods: "The Liteweight Markdown Viewer" by using another one of our premier Mods: "listatt md - The Attachment Executive Handler" which is the recommended header bbcode for every new post, moving forward, at the top of the page.

2. The review of the sample mod.

3. The packaged sample mod LMV v4.0

4. The mandatory PDF transcript -- use your Browser's for this or ask AI ("now create pdf transcript on this conversation and do not miss a word").

5. The rebuilt mod based on any shortcomings (deviations that AI is notoriously known for).

6. Attach whatever else you need to the Master Post and always include the transcript(s) for future reference, archiving, indexing and searchability (such as using our ISE (Intelligent Search Engine -- our evolving classify, index and search ecosystem.




Layered Production Stack:

https://www.instagram.com/reel/DZAw8CcRXM6/?igsi=MW5mcWpmM3IwYTZqcA==


https://www.instagram.com/reel/Davh5IQjRBY/?igsi=MWFrczltZHE0N3dnaQ==


https://www.instagram.com/reel/DZgXTkptNR6/?igsi=YWloZnlhYWI3NHR4

6 Documents:

https://www.instagram.com/reel/DcHNH00EZ1T/?igsi=MWZocDR4cndjcDdobA==

Checkpointing like we do:

https://www.instagram.com/reel/DbwB5V_EvJS/?igsi=MXJrMDZhYXljZWx2MQ==

NPM:

https://www.instagram.com/reel/DYPXmX3AXQS/?igsi=dm1kZXZtODV3ejVk

Debugging:

https://www.instagram.com/reel/DafuL1lggp3/?igsi=cGVka24zcjRvdmsx

The case for Multi-Model AI:

https://www.instagram.com/reel/DcoreqwDW0N/?igsi=dTlocG0wa2pzd3dn


https://www.instagram.com/reel/DbQmjD1D_ua/?igsi=c3U3bzM3enFlamxn

Websearch tips:

https://www.instagram.com/reel/DaUt21ZOM-K/?igsi=OXYxa2Uzd3pvbDdy

« Last Edit: Today at 04:45:13 PM by smfadmin »
friendly
0
funny
0
informative
0
agree
0
disagree
0
like
0
dislike
0
No reactions
No reactions
No reactions
No reactions
No reactions
No reactions
No reactions
measure twice, cut once

Tags:
 

Related Topics

  Subject / Started by Replies Last post
0 Replies
22926 Views
Last post June 10, 2016, 02:42:45 PM
by Griffin
2 Replies
34463 Views
Last post May 19, 2023, 01:43:31 PM
by Chip
0 Replies
12122 Views
Last post January 17, 2025, 04:24:01 AM
by Chip
0 Replies
11274 Views
Last post February 15, 2025, 07:53:01 PM
by Chip
0 Replies
11792 Views
Last post April 03, 2025, 06:15:37 PM
by smfadmin
0 Replies
21694 Views
Last post April 28, 2025, 04:40:43 PM
by Chip
0 Replies
652 Views
Last post May 29, 2026, 04:13:53 AM
by Chip
0 Replies
115 Views
Last post August 31, 2026, 02:28:11 AM
by smfadmin
0 Replies
97 Views
Last post August 31, 2026, 12:01:13 PM
by smfadmin
0 Replies
91 Views
Last post September 05, 2026, 12:27:12 AM
by smfadmin


dopetalk does not endorse any advertised product nor does it accept any liability for it's use or misuse





TERMS AND CONDITIONS

In no event will d&u or any person involved in creating, producing, or distributing site information be liable for any direct, indirect, incidental, punitive, special or consequential damages arising out of the use of or inability to use d&u. You agree to indemnify and hold harmless d&u, its domain founders, sponsors, maintainers, server administrators, volunteers and contributors from and against all liability, claims, damages, costs and expenses, including legal fees, that arise directly or indirectly from the use of any part of the d&u site.


TO USE THIS WEBSITE YOU MUST AGREE TO THE TERMS AND CONDITIONS ABOVE


Founded December 2014
SimplePortal 2.3.6 © 2008-2014, SimplePortal