[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


Claude edition

https://vcg.gitgud.site/

What are you currently building and what's your stack?

Editors / IDEs
• VSCode – https://code.visualstudio.com
• Neovim – https://neovim.io
• GitHub Copilot – https://github.com/features/copilot
• Codeium – https://codeium.com
• Cursor (AI editor) – https://cursor.so
• Aider (AI coding assistant) – https://github.com/aider-dev/aider

Python GUI / Web
• Python – https://www.python.org
• Tkinter – https://docs.python.org/3/library/tkinter.html
• MDN Web – https://developer.mozilla.org
• Flask – https://flask.palletsprojects.com
• Django – https://www.djangoproject.com

AI Coding Agents / CLI
• OpenAI API (GPT/Codex/assistants) – https://platform.openai.com/docs
• Codex CLI – https://developers.openai.com/codex/cli/
• Claude API – https://platform.claude.com/docs/en/home
• Claude Code – https://code.claude.com/docs/en/overview
• DeepThink – https://deepthink.ai
• Gemini CLI – search “Gemini CLI” (Google AI terminal)
• Aider CLI – https://github.com/aider-dev/aider
• Goose CLI – (open source AI CLI)

Databases
• SQLite – https://sqlite.org
• Postgres – https://www.postgresql.org

Previous: >>108331332
>>
>>108344506
How about I vibe my dick into your asshole? Faggot.
>>
File: 1751925674201496.gif (2.94 MB, 410x276)
2.94 MB
2.94 MB GIF
One neat little trick I've learned is before starting any vibe coding, is to ask the LLM to make a detailed and complete structure report of whatever you're trying to build (or modify).

Ask it to put it into a structure.md, this useful for you and the LLM.
Make rectifications and ask it to acknowledge.

After that ask it to research whatever you're working on and create a detailed plan.md.
Ask it to keep referring to the plan and create a TODO list that it will update once it's done.
Make rectifications and ask it to acknowledge.

All the newer models accept this type of workflow and it works best for them.
This allows you to go much faster, get a better understanding, easily correct mistakes and add new instructions without wasting too many tokens.

Also it's good to give them images or screenshots.

>>108344041
It costs me $0.04 to ask something of Claude Sonnet 4.6.

Before I understood this workflow I hit my allotted limit within 4-5 days then had to wait the rest of the month for the reset.

Also another trick is when you want to do smaller things that don't involve coding, just modifying text files or asking things, use a free model on the side so you don't waste Claude tokens.
>>
Make use of AGENTS.md (or CLAUDE.md or whatever it accepts) at the root of the project.

# AI Agent Instructions

## Scope
- Assist with code reading, writing, fixing and improving
- Do not run builds or tests
- Do not commit, push, or modify git history

## Rules
- Keep comments short and to a minimum
- Prefer clarity over cleverness
- Ask before making structural changes

## Prohibited
- No build commands
- No test execution
- No git commits, rebases, or pushes

## Output
- Provide diffs or file snippets only
- Explain changes briefly when needed
>>
>>108344528
How are you vibing with that? You're manually running tests and builds?
>>
>>108344544
It's just an example of one, I ran that one on a project where it kept trying to run the builds after every single change.

Happens on low tier LLMs like GPT 5 mini or similar.
>>
reposting here because I’m still a noob at making generals and I’m abandoning ship

I’m a big fan of https://typst.app/ — it’s a binary that you can run on your computer
I wanted to make a nice-looking cheat sheet for my QMK-based keyboard because I’ll make good keybinds and then forget them
so I told Claude Code to make a nice-looking one based off my Ergodox EZ .c file
and it did
and now I can just look and see where my play/pause key is
>>
>>108344552
I'm also using Claude quite a lot to help with my QMK keyboard, I used it for raw Hid stuff for instance.
>>
>>108344566
That sounds interesting but I have no idea what you could be doing with it
All I know about is
- space-cadet keypresses where tapping left shift will give you a ( and tapping right shift will give you a )
- pressing a button that will type out a string of letters as opposed to generating one keypress
what else is there?
>>
File: Four Ninjas.jpg (40 KB, 604x483)
40 KB
40 KB JPG
Is anyone here getting any use out of optional typing in languages with it, like Python and TypeScript? Have you gotten improvements in reliability by adding (or removing) type information from your programs?
pic unrelated
>>
>>108344588
With Qmk in general or raw Hid in particular? Qmk has a lot, combos, layers, tap dances etc.
Raw Hid you can do stuff like send your current layer to your PC and render it as a widget. Or you can send the currently active OS or the currently active program to your keyboard and automaticaly switch layers on the keyboard. I also use it to send ctrl shift v when a terminal is active and just ctrl v for all other programs. Some of this you can also do in other ways on some systems, but with wayland sending keypresses to an arbitrary app is usually not possible so I do it directly from the keyboard.
>>
>>108344612
Ooh, that _is_ neat.
>>
>>108344528
Also good to tell it to use bash/zsh/powershell depending on your system so you avoid it getting stuck and waiting for your command.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.