frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Investigating why RustCrypto is slow: deep dive into SIMD instructions

https://kerkour.com/rustcrypto-slow-simd-rust
1•cold_pizz4•2m ago•0 comments

Lawmakers probe growing use of Chinese AI models in U.S. companies

https://www.cnbc.com/2026/07/08/chinese-ai-models-probe-us-lawmakers.html
1•yogthos•3m ago•0 comments

From cloning to gene-editing: the enduring legacy of Dolly the sheep

https://www.nature.com/articles/d41586-026-02096-1
1•bookofjoe•4m ago•0 comments

Professor Lange and team contribute to standard for post-quantum cryptography

https://www.tue.nl/en/news-and-events/news-overview/26-06-2026-professor-tanja-lange-and-team-con...
2•u1hcw9nx•4m ago•0 comments

Show HN: Clapstorm – a free product launch board with no paid placement

https://www.clapstorm.com/
1•Bradd3rs•5m ago•0 comments

Show HN: A Windows Desktop Pet for Claude Code, in PowerShell/Win32

https://github.com/SHIN620265/claude-pet
1•shin620265•6m ago•0 comments

Show HN: Dreamer – Mine your agent sessions for corrections you keep repeating

https://github.com/whistler/dreamer
1•ibmmmm•6m ago•0 comments

AI alignment research is unintentionally building a censor's toolkit

https://s-ball-10.github.io/censors-toolkit/
2•thinkzilla•7m ago•0 comments

What Nobody Explains About Debezium in 2026 (But Should)

https://debezium.io/blog/2026/05/22/what-nobody-explains-about-debezium-2026/
1•b-man•8m ago•0 comments

Is Life Just Different?

https://www.quantamagazine.org/is-life-just-different-20260708/
1•Tomte•8m ago•0 comments

UK Farage's election gamble could see him face one challenger Count Binface

https://www.reuters.com/world/uk/uk-farages-election-gamble-could-see-him-face-one-challenger-cou...
2•Tomte•9m ago•0 comments

Low Birth Rate Risks Creating US Housing Glut over Coming Decade

https://www.bloomberg.com/news/articles/2026-07-08/low-birth-rate-risks-creating-us-housing-glut-...
2•toomuchtodo•10m ago•1 comments

American Express launches NFTs in 2026

https://www.americanexpress.com/en-us/web3/passport/
1•runamuck•11m ago•0 comments

Kids (With Phones) Are Alright

https://heatherburns.tech/2026/07/08/the-kids-with-phones-are-alright/
1•speckx•14m ago•2 comments

Show HN: Abralo – Manage several Claude Code agents in one window

https://abralo.com/
1•cwbuilds•14m ago•1 comments

Venus Aerospace raises $91M to advance its revolutionary rocket engine design

https://www.space.com/technology/revolutionary-rocket-engine-company-venus-aerospace-raises-usd91...
2•rbanffy•17m ago•0 comments

ArticleOne – a daily tech briefing app

https://articleone.news/
1•ethanjamesfox•18m ago•0 comments

Measuring and improving AI-generated UI design

https://softlight.com/blog/measuring-and-improving-ai-generated-ui-design
3•ashwin153•18m ago•0 comments

Show HN: BrAIn, reactive AI agent nodes on a NATS bus instead of a chat loop

https://github.com/tibzejoker/brAIn
1•tibzejoker•19m ago•0 comments

Start with A – Open-source, self-hosted investment research platform (BYOK AI)

https://github.com/warlock20/StartWithA
1•warlock_20•19m ago•0 comments

OpenAI/YC, Netflix, Michaels and Apollo

https://www.marginpoints.com/issues/2026-07-07-openai-yc-netflix-michaels-apollo
1•historian1066•19m ago•0 comments

A free Claude skill that turns one blog post into 3 ready-to-publish posts

https://github.com/alexmendo25703-hub/content-repurposer-lite
1•Creator_Forge•21m ago•1 comments

Show HN: RepoFleet – A CLI to manage Git workflows across multiple repositories

https://github.com/mehranzand/repofleet
1•mehranzand•21m ago•0 comments

LLM-wiki-tags: LLM-readable codebase docs with grep-friendly tags

https://github.com/mpashka/llm-wiki-tags
1•m_pashka•25m ago•0 comments

Anyone here with an "in" with eBay?

15•ColinWright•25m ago•3 comments

Are all evils caused by insufficient knowledge?

https://www.bretthall.org/blog/are-all-evils-are-caused-by-insufficient-knowledge
3•jxmorris12•26m ago•1 comments

Waterfall CAD Playground: Haskell-Powered Programmable CAD in Browser with WASM

https://doscienceto.it/waterpark/
1•birdculture•26m ago•0 comments

German Exit Tax: What to Do Before Your First Funding Round

https://eidel.io/posts/german-exit-tax-what-to-do-before-your-first-funding-round
3•olieidel•26m ago•0 comments

Digital show and tell: how digital audio signals behave in the real world

https://wiki.xiph.org/Videos/Digital_Show_and_Tell
1•fanf2•27m ago•0 comments

Quilt: Run many AI coding agents in one Git checkout

https://github.com/wkoverfield/quilt
1•wkoverfield•28m ago•0 comments