Advertisement Β· 728 Γ— 90

Posts by Kevin Kern

Preview
GitHub - regenrek/shellrig: My own shell scripts I use daily My own shell scripts I use daily. Contribute to regenrek/shellrig development by creating an account on GitHub.

put all my shell scripts in one repo.

Feel free to use them.
github.com/regenrek/sh...

2 months ago 1 0 0 0

Dropbox β†’ Nextcloud
Github Runner β†’ Local
Web Hosting β†’ Coolify + Hetzner
Postman β†’ bruno

What I'm still keeping:
Notion
Vercel

2 months ago 1 0 0 0

Over the last few weeks I've been moving away from a few cloud providers.

I've wanted to do this for a while, not because they're bad, but because a lot of them are built for bigger teams/enterprise and I don't need most of those features.

Slack β†’ RocketChat
Pandadoc β†’ Docuseal

2 months ago 2 0 1 0

6. told claude to migrate all the gemini 3 frontend code to vite, use package.json (aistudio code does inline imports) and port styles to tailwind/shadcn. + remove all hardcoded color schemas.
7. some more iterations with opus + gpt-5.2 (wire real data instead of mock data + add jira api)
8. done

3 months ago 1 0 0 0

4. create a new tauri desktop app template
5. paste all the code into the boilerplate
6. add deepwiki & context 7 mcp

3 months ago 0 0 1 0
Video

Jira is so slow and bloated that it was worth to spend some time to build my own desktop app (that syncs incoming issues)

How?
1. wrote a spec in gpt-5.2
2. paste spec to aistudio (Gemini 3 Pro) for frontend
3. paste spec to gpt pro for initial mvp backend code

3 months ago 1 0 1 0

I mean, I really like Opus. It's like those friends who tell the best dressed up stories. And in your inner self, you know it's mostly just for the show.

3 months ago 0 0 0 0

So peer review is back.

3 months ago 0 0 1 0
Post image

That's another reason why GPT-5.2 reviews Opus-4.5.

great at rushing through the codebase and identifying mistakes. At the same time, it's sloppy and sometimes stops halfway instead of following through.

still overpromises, but with gpt-5.2 oversight we consistently land on high quality results.

3 months ago 0 0 1 0
Advertisement

I've also added a skill that checks other agents' work and progress if we face a blocker.

3 months ago 0 0 0 0
Post image

Since Codex is taking forever for larger codebases, I split my tasks across to 5-8 agents.

the important part is that it's split by domain so you don't overwrite things.

But Codex is pretty good at recognizing others' work and stops or asks if it should proceed.

3 months ago 1 0 1 0

One tip:

Cursors composer-1 model is pretty fast. Which means you could also try to run the above prompt via cursor CLI.

4 months ago 1 0 0 0
Post image

was playing around with Codefetch and oracle to gather context and send hard tasks to GPT-5.1 Pro.

here's a slash command I ended up with.

4 months ago 1 0 1 0
Post image

GPT 5.1 Pro dropped

4 months ago 1 0 0 0
Post image

little annoying that Codex removes things "for good".
I'm telling it this from now on.

4 months ago 1 0 0 0
Preview
GitHub - regenrek/oplink-mcp: easy workflows for mcp tools easy workflows for mcp tools. Contribute to regenrek/oplink-mcp development by creating an account on GitHub.

Link to the repo:
github.com/regenrek/op...

5 months ago 0 0 0 0

Instead of switching between MCP servers like chrome devtools, context7, linear... you create a single workflow (e.g., frontend_tools) that orchestrates them. Your MCP client (Cursor, Claude Code) sees minimal needed tools.

5 months ago 0 0 1 0
Post image

Just released Oplink.⚑️It combines multiple MCP servers into unified workflows.

5 months ago 0 0 1 0
Advertisement
Post image

Nice addon for codex. Oracle sends your hard tasks to gpt 5 pro.

Tip: You can pair it with codefetch to set up the context first.

5 months ago 0 0 0 0
Post image

TIL: ChatGPT can create simple sound files for you (I was looking for free sounds for codex-1up).

5 months ago 1 0 0 0
Preview
GitHub - regenrek/codex-1up: πŸ„ Give your CLI an extra life πŸ„ Give your CLI an extra life. Contribute to regenrek/codex-1up development by creating an account on GitHub.

Install & Usages here:
github.com/regenrek/co...

5 months ago 1 0 0 0
Post image

A fresh codex-1up update is out.

- Quick install "npm install -g codex-1up"
- Add custom sounds when a task is finished
- Guided setup (easy for beginners)
- Lot of cleanup, improvements
- New updated profiles to start quickly

5 months ago 0 0 1 0
Video

in the next version of codex-1up, a new fast guided setup.

5 months ago 0 0 0 0
Post image

A new stealth model, polaris-alpha, has appeared on openrouter. Time to give it a try.

5 months ago 0 0 0 0

Multiple way to serve context. But you always should keep an eye on your context window and don't pollute it with unnecessary or wrong information. Thats your "job" as agentic engineer.

5 months ago 0 0 0 0

- The agent is able to read linters
- The agent has access to externals tools served via CLI/MCP
- The agent has memory of your past decisions
- The agent has access to tasks written in .md

5 months ago 0 0 1 0

What does high context mean?

- The agent is able to run tests against your codebase.
- The agent has access logs
- The agent has rules available (AGENTS .md)
- The agents has access to semantic search (thats why its still useful to index your codebase)
- The agents has relevant docs available

5 months ago 0 0 1 0
Post image

To explain: With better models and a codebase that serves as context you can just talk to the model.

The less context you have, the more specific your prompt should be.

5 months ago 0 0 1 0
Advertisement
Post image

My earlier take is deprecated.

5 months ago 0 0 1 0
Post image

I've updated today the tanstack starter project + agent rules. You can build now quickly web apps with one the best web dev stack available.

5 months ago 0 0 0 0