惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
博客园 - 聂微东
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
罗磊的独立博客
量子位
大猫的无限游戏
大猫的无限游戏
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
Engineering at Meta
Engineering at Meta
博客园 - 叶小钗
V
Visual Studio Blog
L
LangChain Blog
MyScale Blog
MyScale Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Origami - a workspace-oriented terminal
Ricardo Buch · 2026-05-16 · via DEV Community
Cover image for Origami - a workspace-oriented terminal

Ricardo Bucho

Hello everyone! I built Origami and wanted to show it off to people who might benefit from it too and at the same time share some of my experiences. Full disclosure: it's heavily built with LLMs but definitely not vibe coded.

While building Origami there were a few things about the AI hype that I kept realizing over and over and I wanted to share those with you. I have over 12 years experience in software development so I guess I know a thing or two but of course people are free to form their opinions, these are mine.

  • Coding with help of AI is NOT a one-stop shop, nor can you one-shot prompts for anything that can be called worthy of someone's time. Obviously a project of this magnitude is substantially faster to get set up but still... lots of days, nights and weeks spent on a having something people can use and enjoy and that feels complete.

  • Software architecture is the most important skill to have and develop if you want to use AI. Without it, you're just vibe coding and you will sooner or later hit a wall. How that wall looks like or its size... depends.

  • AI/LLMs are statistical machines! They are not creative, they base themselves on what has come before. If you want to innovate you need to do it yourself. They do not provide fresh ideas and most likely will not net you the next big thing. Do not delegate everything to AI.

Aside from that, I also have to say that it's fun, it's definitely faster to get something going and it does feel good to see a prototype up and running faster than ever before. It's here to stay, people just need to know how to use it right and with right mindset.

With that said, here's a bit about what Origami can do for you:

  • It's a simple and free terminal manager.
  • It supports multiple workspaces at the same time.
  • Each workspace has organized tabs within them that you can configure.
  • Has integrated git support.
  • Has its own MCP so it can be controlled from within itself.
  • Bring your own agents, shells and whatever else - it does not replace them.

https://tryorigami.app

Feel free to ask me anything and give Origami a try!