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

Navigating research by changing problem representations (RLHF example)

http://alo.uz/
1•oshuhrat•43s ago•0 comments

Show HN: Cachet – A drop-in semantic cache for LLM APIs, 100% local, in Rust

https://github.com/abhix2112/Cachet
1•Abhi_2112•45s ago•0 comments

Ask HN: New clean macOS install. Must-have apps? Best browser?

1•simonebrunozzi•1m ago•0 comments

Show HN: Lex – learn languages by reading and writing, not just flashcards

https://lex-the-lab.vercel.app/languages
1•Ako03•2m ago•0 comments

Show HN: Socialwordle.com – solve your friends' guesses:)

https://socialwordle.com/
1•itskami•3m ago•0 comments

Blinx – Watch an AI persona navigate your site and critique the UX in minutes

https://thinkblinx.com/
1•sentfromdafutur•3m ago•0 comments

PsychoPass: Geometric Profiling of Multi-Turn Adversarial LLM Conversations

https://arxiv.org/abs/2606.03136
1•Anon84•4m ago•0 comments

Ask HN:Anyone hiring front-end developer on contract?

1•need_a_work23•4m ago•0 comments

Agents Make Engineering Hard Again

https://ninjapenguin.co.uk/blog/2026/06/19/agents-make-engineering-hard-again/
2•pete001•4m ago•0 comments

Let's Call 'Em "Aigents"

https://www.autodidacts.io/aigents/
1•surprisetalk•5m ago•0 comments

Show HN: Streamr AI – Pretend to be a celebrity with a dystopian AI live stream

https://streamrai.app
1•rafaelely1of1•6m ago•0 comments

Show HN: Service-catalog-MCP – Index your codebase and make batch changes

https://github.com/sorena-ai/service-catalog-mcp/tree/main
1•redbrandi•6m ago•0 comments

Ask HN: If We're 10x More Productive with AI, Why Are Coding Agents Still Bad?

1•superslopagi•6m ago•0 comments

Designing services for people who've lost trust online

https://designnotes.blog.gov.uk/2026/06/23/designing-services-for-people-whove-lost-trust-online/
1•robin_reala•7m ago•0 comments

How a Computer Should Work

https://pkgdemon.github.io/how-a-computer-should-work.html
1•haeseong•7m ago•0 comments

Show HN: Etymon – a daily puzzle word hidden behind six etymology clues

https://etymonpuzzle.com/
1•Etymon•7m ago•1 comments

A self-tuning write throttle for batch Postgres jobs

https://totaldebug.uk/posts/adaptive-write-throttle-for-batch-postgres-jobs/
1•marksie1988•9m ago•0 comments

Dear researchers: help me deal with incidents [pdf]

https://surfingcomplexity.blog/wp-content/uploads/2026/06/dear-researchers.pdf
1•Davidbrcz•9m ago•0 comments

Adversarial Communication

https://blog.glyph.im/2026/06/adversarial-communication.html
1•lumpa•9m ago•0 comments

Show HN: Tracking a real golf ball in mixed reality at 90 FPS using Quest 3 GPU

https://puttdojo.com/devlog/tracking-a-real-golf-ball.html
1•LeptonIceTea•10m ago•0 comments

Measuring What Matters with Jules Blog

https://developers.googleblog.com/measuring-what-matters-with-jules/
1•ilreb•12m ago•0 comments

Astro 7.0

https://astro.build/blog/astro-7/
1•stared•12m ago•0 comments

Alternatives to the UK government's social media ban

https://mattcasmith.net/2026/06/21/uk-social-media-ban-alternatives
1•mattcasmith•13m ago•0 comments

Time and Time Zone Headaches (JS and More)

https://medium.com/@EyeDin/time-and-time-zone-headaches-in-javascript-ae4d873a665d
1•theanonymousone•13m ago•0 comments

Apple working on camera-equipped AirPods

https://www.macrumors.com/guide/airpods-ultra/
1•port11•14m ago•1 comments

A Source of Mysterious Repeating Radio Signals from Space Has Been Identified

https://www.wired.com/story/a-source-of-mysterious-repeating-radio-signals-from-space-has-been-id...
1•Anon84•15m ago•1 comments

A Team of Meteorologists and Combat Pilots Set Out to Understand Thunderstorms

https://www.smithsonianmag.com/science-nature/when-team-meteorologists-combat-pilots-set-out-unde...
1•sohkamyung•17m ago•0 comments

Framer 3.0 – AI Website Builder

https://www.framer.com/
1•jornvandijk•17m ago•0 comments

AI writing is better than no writing

https://andrewpwheeler.com/2026/06/23/ai-writing-is-better-than-no-writing/
1•apwheele•19m ago•0 comments

FastAPI Cloud in Public Beta

https://fastapicloud.com/blog/fastapi-cloud-public-beta/
1•j-bu•19m ago•0 comments